Summary: | net-misc/suite3270: configure: WARNING: unrecognized options: --without-x, --without-fontdir | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Robin Johnson <robbat2> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | s390 |
Priority: | Low | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 828551 | ||
Attachments: |
emerge-history.txt
etc.portage.tar.bz2 net-misc:suite3270-4.0_p13:20211215-061257.log |
Description
Toralf Förster
2021-12-15 09:41:20 UTC
Created attachment 759094 [details]
emerge-history.txt
Created attachment 759095 [details]
etc.portage.tar.bz2
Created attachment 759096 [details]
net-misc:suite3270-4.0_p13:20211215-061257.log
it's a harmless defect here. the option is used by the X-specific subdir, but we don't run configure manually for each subdir, just once at the toplevel. the option gets passed down to the X subdir correctly, but then it gets warned about in all the others. not sure we can do much here. upstream is a bit tied up because they're using standard autotool macros. calling the X macros in non-X subdirs is not ideal. |