Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67400 - xorg-x11-6.8.0-r1 ebuild, libXp.so.6 isn't being built
Summary: xorg-x11-6.8.0-r1 ebuild, libXp.so.6 isn't being built
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
: 66556 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-10-13 09:02 UTC by BigBug
Modified: 2004-10-17 19:17 UTC (History)
1 user (show)

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


Attachments
diff as file (fix.xorg-x11-6.8.0-r1.ebuild.diff,612 bytes, patch)
2004-10-13 09:02 UTC, BigBug
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description BigBug 2004-10-13 09:02:07 UTC
libXp.so.6 is being built if only xprint USE flag set, looks like a mistype in ebuild file ;)

there is the diff:

--- /usr/portage/ports/x11-base/xorg-x11/xorg-x11-6.8.0-r1.ebuild.orig  2004-10-13 18:44:26.850759088 +0300
+++ /usr/portage/ports/x11-base/xorg-x11/xorg-x11-6.8.0-r1.ebuild       2004-10-13 18:45:10.805077016 +0300
@@ -492,11 +492,8 @@

                # Make xprint optional
                use_build xprint BuildXprint
-               # Build libXp even when xprint is off. It's just for clients, server
-               if use xprint
-               then
-                       echo "#define BuildXprintLib YES" >> ${HOSTCONF}
-               fi
+               # Build libXp even when xprint is off. It's just for clients.
+               echo "#define BuildXprintLib YES" >> ${HOSTCONF}

        # End the host.def definitions here
        eend 0
Comment 1 BigBug 2004-10-13 09:02:39 UTC
Created attachment 41730 [details, diff]
diff as file
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2004-10-13 14:44:14 UTC
Oops, logic problem on my part
real fix should be:
-               if use xprint
+               if ! use xprint
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2004-10-13 14:47:37 UTC
Fixed in CVS. Thanks for the report!
Comment 4 Joe Jezak (RETIRED) gentoo-dev 2004-10-17 19:17:33 UTC
*** Bug 66556 has been marked as a duplicate of this bug. ***