Gentoo Archives: gentoo-user

From: Dale <dalek1967@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerging cups: QA: stop using the bindnow-flags function
Date: Sun, 17 Feb 2008 10:12:59
Message-Id: 47B808A6.8000501@bellsouth.net
In Reply to: [gentoo-user] emerging cups: QA: stop using the bindnow-flags function by Alexander Puchmayr
1 Alexander Puchmayr wrote:
2 > Hi there!
3 >
4 > I tried to (re-)emerge net-print/cups-1.2.12-r4 and I get the following
5 > output:
6 >
7 > < SNIP >
8 >
9 >
10 > It seems as if in econf the line "--with-bindnow=$(bindnow-flags)" directly
11 > inserts the warning from QA into configure-arguments ...
12 >
13 > Any suggestions?
14 >
15 > Thanks
16 > Alex
17 >
18
19 I'm not sure if it will help or not but I re-emerged mine and noticed
20 this at the end:
21
22
23 ============================================================
24 * Remote printing: change
25 * Listen localhost:631
26 * to
27 * Listen *:631
28 * in /etc/cups/cupsd.conf
29
30 * For more information about installing a printer take a look at:
31 * http://www.gentoo.org/doc/en/printing-howto.xml.
32
33 *
34 * /usr/lib/cups exists - You need to remerge every ebuild that
35 * installed into /usr/lib/cups and /etc/cups, qfile is in portage-utils:
36 * # FEATURES=-collision-protect emerge -va1 $(qfile -qC /usr/lib/cups
37 /etc/cups | sed "s:net-print/cups$::")
38 *
39 * FEATURES=-collision-protect is needed to overwrite the compatibility
40 * symlinks installed by this package, it wont be needed on later merges.
41 * You should also run revdep-rebuild
42 ln: creating symbolic link `//usr/libexec/cups/backend/smb': File exists
43 >>> Regenerating /etc/ld.so.cache...
44 >>> net-print/cups-1.2.12-r4 merged.
45
46 >>> No packages selected for removal by clean
47 >>> Auto-cleaning packages...
48
49 >>> No outdated packages were found on your system.
50 * GNU info directory index is up-to-date.
51
52
53 =============================================================
54
55 Is it possible that you need to re-emerge other packages that installed
56 in /usr/libs/cups by chance?
57
58 My re-emerge went fine so I would *think* the ebuild would be OK. I
59 could be wrong tho.
60
61 When I ran the command portage gave, I got this:
62
63
64 ==============================================================
65
66 root@smoker / # FEATURES=-collision-protect emerge -va1 $(qfile -qC
67 /usr/lib/cups /etc/cups | sed "s:net-print/cups$::")
68
69 These are the packages that would be merged, in order:
70
71 Calculating dependencies... done!
72 [ebuild R ] app-text/ghostscript-gpl-8.61-r1 USE="X cups gtk jpeg2k
73 -bindist -cjk -djvu" 0 kB
74
75 Total: 1 package (1 reinstall), Size of downloads: 0 kB
76
77 Would you like to merge these packages? [Yes/No]
78
79 ===============================================================
80
81
82 May not help but just in case.
83
84 Dale
85
86 :-) :-)
87 --
88 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerging cups: QA: stop using the bindnow-flags function Alexander Puchmayr <alexander.puchmayr@×××××××.at>