Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 920270 - net-print/libcupsfilters-2.0.0-r1 - QA Notice: Unrecognized configure options:
Summary: net-print/libcupsfilters-2.0.0-r1 - QA Notice: Unrecognized configure options:
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Printing Team
URL:
Whiteboard:
Keywords: PATCH
: 920274 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-12-18 16:02 UTC by Toralf Förster
Modified: 2023-12-19 05:08 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,19.53 KB, text/plain)
2023-12-18 16:02 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,79.68 KB, application/x-xz)
2023-12-18 16:02 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,45.96 KB, application/x-xz)
2023-12-18 16:02 UTC, Toralf Förster
Details
net-print:libcupsfilters-2.0.0-r1:20231218-064834.log (net-print:libcupsfilters-2.0.0-r1:20231218-064834.log,68.79 KB, text/plain)
2023-12-18 16:02 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,82.93 KB, application/x-xz)
2023-12-18 16:02 UTC, Toralf Förster
Details
net-print/libcupsfilters: fix typo that caused ghostscript to be ignored (0001-net-print-libcupsfilters-fix-typo-that-caused-ghosts.patch,1.38 KB, patch)
2023-12-18 22:46 UTC, Eli Schwartz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-12-18 16:02:35 UTC
 * QA Notice: Unrecognized configure options:
 * 
 * 	--disable-postscript
 * 	--disable-postscript
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   /usr/lib64/libcupsfilters.so.2.0.0
 * checking 50 files for package collisions
>>> Merging net-print/libcupsfilters-2.0.0-r1 to /

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_systemd_merged_usr-20231211-214016

  -------------------------------------------------------------------

  The log matches a QA pattern or a pattern requested by a Gentoo developer.
Comment 1 Toralf Förster gentoo-dev 2023-12-18 16:02:36 UTC
Created attachment 879820 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-12-18 16:02:37 UTC
Created attachment 879821 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2023-12-18 16:02:39 UTC
Created attachment 879822 [details]
etc.portage.tar.xz
Comment 4 Toralf Förster gentoo-dev 2023-12-18 16:02:40 UTC
Created attachment 879823 [details]
net-print:libcupsfilters-2.0.0-r1:20231218-064834.log
Comment 5 Toralf Förster gentoo-dev 2023-12-18 16:02:41 UTC
Created attachment 879824 [details]
qlist-info.txt.xz
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-12-18 22:41:42 UTC
*** Bug 920274 has been marked as a duplicate of this bug. ***
Comment 7 Eli Schwartz gentoo-dev 2023-12-18 22:46:33 UTC
Created attachment 879885 [details, diff]
net-print/libcupsfilters: fix typo that caused ghostscript to be ignored

Another typo. :D
Comment 8 Larry the Git Cow gentoo-dev 2023-12-19 05:08:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258dbe45693b05f1d01dc818f12ae12a0bf7856e

commit 258dbe45693b05f1d01dc818f12ae12a0bf7856e
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2023-12-18 22:43:36 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-12-19 05:07:05 +0000

    net-print/libcupsfilters: fix typo that caused ghostscript to be ignored
    
    The USE flag is postscript, the configure arg is *ghost*script. We need
    to override the flag name for use_enable (and indeed cups-filters did so).
    
    Closes: https://bugs.gentoo.org/920270
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 .../{libcupsfilters-2.0.0-r1.ebuild => libcupsfilters-2.0.0-r2.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)