Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Cups and -collision-protect
Date: Fri, 02 Feb 2007 00:28:28
Message-Id: 200702020122.15746.bo.andresen@zlin.dk
1 On Thursday 01 February 2007 10:28:20 Mick wrote:
2 > Updated cups to 1.2.6 and the ebuild told me to run:
3 [SNIP]
4 > # FEATURES=-collision-protect emerge -va1
5 > $(qfile -qC /usr/lib/cups /etc/cups | sed "s:net-print/cups$::")
6 > bash: qfile: command not found
7 >
8 > revdep-rebuild doesn't throw up anything.
9 >
10 > What should I do?
11
12 emerge portage-utils.
13
14 # grep -A 4 -B 1 qfile $(portageq portdir)/net-print/cups/cups-1.2.6.ebuild
15 ewarn "/usr/lib/cups exists - You need to remerge every ebuild that"
16 ewarn "installed into /usr/lib/cups and /etc/cups, qfile is in portage-utils:"
17 ^^^^^^^^
18 ewarn "# FEATURES=-collision-protect emerge -va1 \$(qfile -qC /usr/lib/cups /etc/cups | sed \"s:net-print/cups$::\")"
19 ewarn
20 ewarn "FEATURES=-collision-protect is needed to overwrite the compatibility"
21 ewarn "symlinks installed by this package, it wont be needed on later merges."
22 ewarn "You should also run revdep-rebuild"
23
24 --
25 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] Cups and -collision-protect Mick <michaelkintzios@×××××.com>