Bug 1212239 - windows:mingw:win{32|64}/mingw{32|64}-filesystem: Unwanted dump of rpm option when using mingw32-cmake command line wrapper
Summary: windows:mingw:win{32|64}/mingw{32|64}-filesystem: Unwanted dump of rpm option...
Status: RESOLVED FIXED
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: 3rd party software (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Fridrich Strba
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-12 13:03 UTC by Ralf Habacker
Modified: 2024-03-07 13:05 UTC (History)
3 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2023-06-12 13:03:24 UTC
Running 

 /usr/bin/mingw32-cmake 

on a cmake project with no other options outputs:

Verwendung: rpm [-afgpcdLAlsiv?] [-a|--all] [-f|--file] [-g|--group] [-p|--package] [--pkgid] [--hdrid] [--triggeredby] [--whatconflicts] [--whatrequires] [--whatobsoletes] [--whatprovides] [--whatrecommends]
        [--whatsuggests] [--whatsupplements] [--whatenhances] [--nomanifest] [-c|--configfiles] [-d|--docfiles] [-L|--licensefiles] [-A|--artifactfiles] [--dump] [-l|--list] [--queryformat=QUERYFORMAT]
        [-s|--state] [--nofiledigest] [--nofiles] [--nodeps] [--noscript] [--allfiles] [--allmatches] [--badreloc] [-e|--erase=<package>+] [--excludedocs] [--excludepath=<path>] [--force]
        [-F|--freshen=<packagefile>+] [-h|--hash] [--ignorearch] [--ignoreos] [--ignoresize] [--noverify] [-i|--install] [--justdb] [--nodeps] [--nofiledigest] [--nocontexts] [--nocaps] [--noorder]
        [--noscripts] [--notriggers] [--oldpackage] [--percent] [--prefix=<dir>] [--relocate=<old>=<new>] [--replacefiles] [--replacepkgs] [--test] [-U|--upgrade=<packagefile>+] [--reinstall=<packagefile>+]
        [-D|--define='MACRO EXPR'] [--undefine=MACRO] [-E|--eval='EXPR'] [--target=CPU-VENDOR-OS] [--macros=<FILE:...>] [--noplugins] [--nodigest] [--nosignature] [--rcfile=<FILE:...>] [-r|--root=ROOT]
        [--dbpath=DIRECTORY] [--querytags] [--showrc] [--quiet] [-v|--verbose] [--version] [-?|--help] [--usage] [--scripts] [--setperms] [--setugids] [--setcaps] [--restore] [--conflicts] [--obsoletes]
        [--provides] [--requires] [--recommends] [--suggests] [--supplements] [--enhances] [--info] [--changelog] [--changes] [--xml] [--triggers] [--filetriggers] [--last] [--dupes] [--filesbypkg]
        [--fileclass] [--filecolor] [--fileprovide] [--filerequire] [--filecaps]


The message is hidden if the same command is changed to something like this:

MINGW32_MACROS='%foo d' /usr/bin/mingw32-cmake
Comment 1 Ralf Habacker 2023-06-16 13:15:52 UTC
See https://build.opensuse.org/request/show/1092899 and https://build.opensuse.org/request/show/1093499 for associated submit requests.
Comment 2 Ralf Habacker 2024-03-07 13:05:52 UTC
(In reply to Ralf Habacker from comment #1)
> See https://build.opensuse.org/request/show/1092899 and
> https://build.opensuse.org/request/show/1093499 for associated submit
> requests.

The issue has been fixed by the mentioned merge requests.