* [gentoo-user] Moving to 2008 profile: I cannot upgrade baselayout....
@ 2008-12-21 11:13 Jean-Marc Paulin
2008-12-21 23:40 ` Neil Bothwick
0 siblings, 1 reply; 8+ messages in thread
From: Jean-Marc Paulin @ 2008-12-21 11:13 UTC (permalink / raw
To: gentoo-user
Ok, so I was using the 2006 profile (amd64) util I started to have
errors in my emerge. So I followed the doc to upgrade my profile to a
2008 profile (http://www.gentoo.org/doc/en/gentoo-upgrading.xml). and
at some point, I need to either select to support unicode or not. Not
being too bothered (and mostly because I do not want to end up having
to rebuild the whole machine), I decided to follow the non-unicode
route. At some point, I then need to issue an emerge -a baselayout,
and this is where I am stuck:
>>>>>>>>>>>>>>>>
# emerge -p baselayout
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] sys-devel/automake-1.10.1-r1 [1.10]
[ebuild U ] sys-apps/sysvinit-2.86-r10 [2.86]
[ebuild N ] app-arch/lzma-utils-4.32.7 USE="-nocxx"
[ebuild U ] sys-apps/findutils-4.4.0 [4.1.20-r1]
[ebuild N ] sys-apps/attr-2.4.41 USE="nls"
[ebuild N ] virtual/init-0
[ebuild N ] sys-apps/acl-2.2.47 USE="nls (-nfs)"
[ebuild U ] sys-apps/coreutils-6.10-r2 [6.4] USE="acl* -vanilla% -xattr%"
[ebuild U ] sys-apps/baselayout-1.12.11.1 [1.11.13-r1]
[ebuild U ] sys-apps/module-init-tools-3.4 [3.0-r2] USE="-old-linux%"
[blocks B ] <sys-apps/util-linux-2.13 (is blocking
sys-apps/coreutils-6.10-r2)
<<<<<<<<<<<<<<
So anyone having an idea on how to pass this step is welcome.
Thanks
JM
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Moving to 2008 profile: I cannot upgrade baselayout....
2008-12-21 11:13 [gentoo-user] Moving to 2008 profile: I cannot upgrade baselayout Jean-Marc Paulin
@ 2008-12-21 23:40 ` Neil Bothwick
2008-12-22 0:46 ` Jean-Marc Paulin
0 siblings, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2008-12-21 23:40 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 386 bytes --]
On Sun, 21 Dec 2008 11:13:01 +0000, Jean-Marc Paulin wrote:
> [blocks B ] <sys-apps/util-linux-2.13 (is blocking
> sys-apps/coreutils-6.10-r2)
You need to upgrade to a more recent version of util-linux, at least
2.13, which shouldn't be a problem as 2.14.1 is stable.
emerge --oneshot util-linux
--
Neil Bothwick
I am in total control, but don't tell my wife.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Moving to 2008 profile: I cannot upgrade baselayout....
2008-12-21 23:40 ` Neil Bothwick
@ 2008-12-22 0:46 ` Jean-Marc Paulin
2008-12-22 1:14 ` Dale
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Jean-Marc Paulin @ 2008-12-22 0:46 UTC (permalink / raw
To: gentoo-user
On Sun, Dec 21, 2008 at 11:40 PM, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Sun, 21 Dec 2008 11:13:01 +0000, Jean-Marc Paulin wrote:
>
>> [blocks B ] <sys-apps/util-linux-2.13 (is blocking
>> sys-apps/coreutils-6.10-r2)
>
> You need to upgrade to a more recent version of util-linux, at least
> 2.13, which shouldn't be a problem as 2.14.1 is stable.
>
> emerge --oneshot util-linux
>
Blocked as well:
# emerge --oneshot util-linux
Calculating dependencies... done!
[ebuild U ] sys-apps/util-linux-2.14.1 [2.12i-r1] USE="-loop-aes%
-old-linux% -slang% (-uclibc) -unicode%"
[blocks B ] sys-apps/setarch (is blocking sys-apps/util-linux-2.14.1)
and:
# emerge -p sys-apps/setarch
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] sys-apps/setarch-2.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Moving to 2008 profile: I cannot upgrade baselayout....
2008-12-22 0:46 ` Jean-Marc Paulin
@ 2008-12-22 1:14 ` Dale
2008-12-22 10:40 ` Neil Bothwick
2008-12-22 10:54 ` Conway S. Smith
2 siblings, 0 replies; 8+ messages in thread
From: Dale @ 2008-12-22 1:14 UTC (permalink / raw
To: gentoo-user
Jean-Marc Paulin wrote:
> On Sun, Dec 21, 2008 at 11:40 PM, Neil Bothwick <neil@digimed.co.uk> wrote:
>
>> On Sun, 21 Dec 2008 11:13:01 +0000, Jean-Marc Paulin wrote:
>>
>>
>>> [blocks B ] <sys-apps/util-linux-2.13 (is blocking
>>> sys-apps/coreutils-6.10-r2)
>>>
>> You need to upgrade to a more recent version of util-linux, at least
>> 2.13, which shouldn't be a problem as 2.14.1 is stable.
>>
>> emerge --oneshot util-linux
>>
>>
> Blocked as well:
>
> # emerge --oneshot util-linux
> Calculating dependencies... done!
> [ebuild U ] sys-apps/util-linux-2.14.1 [2.12i-r1] USE="-loop-aes%
> -old-linux% -slang% (-uclibc) -unicode%"
> [blocks B ] sys-apps/setarch (is blocking sys-apps/util-linux-2.14.1)
>
> and:
>
> # emerge -p sys-apps/setarch
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild R ] sys-apps/setarch-2.0
>
>
>
Wouldn't upgrading to portage 2.2.* help with this? I think it deals
with blockages better. I noticed it did on mine a little while back.
Just curious.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Moving to 2008 profile: I cannot upgrade baselayout....
2008-12-22 0:46 ` Jean-Marc Paulin
2008-12-22 1:14 ` Dale
@ 2008-12-22 10:40 ` Neil Bothwick
2008-12-22 10:54 ` Conway S. Smith
2 siblings, 0 replies; 8+ messages in thread
From: Neil Bothwick @ 2008-12-22 10:40 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 654 bytes --]
On Mon, 22 Dec 2008 00:46:55 +0000, Jean-Marc Paulin wrote:
> > emerge --oneshot util-linux
> >
> Blocked as well:
>
> # emerge --oneshot util-linux
> Calculating dependencies... done!
> [ebuild U ] sys-apps/util-linux-2.14.1 [2.12i-r1] USE="-loop-aes%
> -old-linux% -slang% (-uclibc) -unicode%"
> [blocks B ] sys-apps/setarch (is blocking
> sys-apps/util-linux-2.14.1)
Unmerge setarch, it is included in later util-linux builds.
BTW this has all been discussed before, a search of the list archives
would have turned up solution.
--
Neil Bothwick
Therapy is expensive, popping bubble wrap is cheap! You choose.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Moving to 2008 profile: I cannot upgrade baselayout....
2008-12-22 0:46 ` Jean-Marc Paulin
2008-12-22 1:14 ` Dale
2008-12-22 10:40 ` Neil Bothwick
@ 2008-12-22 10:54 ` Conway S. Smith
2008-12-22 11:35 ` Jean-Marc Paulin
2 siblings, 1 reply; 8+ messages in thread
From: Conway S. Smith @ 2008-12-22 10:54 UTC (permalink / raw
To: gentoo-user
On Mon, 22 Dec 2008 00:46:55 +0000
"Jean-Marc Paulin" <jm.paulin@gmail.com> wrote:
> On Sun, Dec 21, 2008 at 11:40 PM, Neil Bothwick
> <neil@digimed.co.uk> wrote:
> > On Sun, 21 Dec 2008 11:13:01 +0000, Jean-Marc Paulin wrote:
> >
> >> [blocks B ] <sys-apps/util-linux-2.13 (is blocking
> >> sys-apps/coreutils-6.10-r2)
> >
> > You need to upgrade to a more recent version of util-linux, at
> > least 2.13, which shouldn't be a problem as 2.14.1 is stable.
> >
> > emerge --oneshot util-linux
> >
> Blocked as well:
>
> # emerge --oneshot util-linux
> Calculating dependencies... done!
> [ebuild U ] sys-apps/util-linux-2.14.1 [2.12i-r1]
> USE="-loop-aes% -old-linux% -slang% (-uclibc) -unicode%"
> [blocks B ] sys-apps/setarch (is blocking
> sys-apps/util-linux-2.14.1)
>
> and:
>
> # emerge -p sys-apps/setarch
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild R ] sys-apps/setarch-2.0
>
You need to unmerge sys-apps/setarch. Note that the first block was
from having too low a version of sys-apps/util-linux:
[blocks B ] <sys-apps/util-linux-2.13 (is blocking
sys-apps/coreutils-6.10-r2)
While the second block is caused by having any version of
sys-apps/setarch:
[blocks B ] sys-apps/setarch (is blocking
sys-apps/util-linux-2.14.1)
This is probably because setarch got included in newer util-linux
versions.
Good luck,
Conway S. Smith
--
The only "intuitive" interface is the nipple. After that, it's all
learned. (Bruce Ediger, bediger@teal.csn.org, in comp.os.linux.misc,
on X interfaces.)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Moving to 2008 profile: I cannot upgrade baselayout....
2008-12-22 10:54 ` Conway S. Smith
@ 2008-12-22 11:35 ` Jean-Marc Paulin
2008-12-22 12:40 ` Neil Bothwick
0 siblings, 1 reply; 8+ messages in thread
From: Jean-Marc Paulin @ 2008-12-22 11:35 UTC (permalink / raw
To: gentoo-user
>
> This is probably because setarch got included in newer util-linux
> versions.
>
Thanks to all of you. I did unmerge setarch, and the emerge is now on
its way. I just did not know that setarch was included in the newer
util-linux, hence was scared to remove it just like that...
Neil: I did google for it, but I guess not in the right place. Will
try harder next time.
Thanks a lot
JM
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Moving to 2008 profile: I cannot upgrade baselayout....
2008-12-22 11:35 ` Jean-Marc Paulin
@ 2008-12-22 12:40 ` Neil Bothwick
0 siblings, 0 replies; 8+ messages in thread
From: Neil Bothwick @ 2008-12-22 12:40 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 391 bytes --]
On Mon, 22 Dec 2008 11:35:38 +0000, Jean-Marc Paulin wrote:
> Neil: I did google for it, but I guess not in the right place. Will
> try harder next time.
Googling for "setarch site:archives.gentoo.org/gentoo-user" found it, but
the Gentoo mailing list archives are not exactly well signposted :(
--
Neil Bothwick
The Borg assimilated my race & all I got was this T shirt.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-12-22 12:40 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-21 11:13 [gentoo-user] Moving to 2008 profile: I cannot upgrade baselayout Jean-Marc Paulin
2008-12-21 23:40 ` Neil Bothwick
2008-12-22 0:46 ` Jean-Marc Paulin
2008-12-22 1:14 ` Dale
2008-12-22 10:40 ` Neil Bothwick
2008-12-22 10:54 ` Conway S. Smith
2008-12-22 11:35 ` Jean-Marc Paulin
2008-12-22 12:40 ` Neil Bothwick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox