Sascha Moeller | 2 May 2008 13:16
Picon

Problem mit Coreutils und mktemp

Hallo Leute,
wollte mir auf meinem amd64 system grad ne chroot für 32bit basteln. 
Leider gibt es da nen großes Problem beim allerersten update des Systems:
tigerente / # emerge -av coreutils

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U ] sys-apps/coreutils-6.10-r2 [6.4] USE="acl nls (-selinux) 
-static -vanilla% -xattr%" 0 kB
[blocks B     ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r2)
[blocks B     ] >=sys-apps/coreutils-6.10 (is blocking sys-apps/mktemp-1.5)

Wenn ich vorher mktemp deinstallieren fliegt mir coreutils, wie ich es 
mir schon gedacht hatte, um die Ohren.
Wie kann ich das sinnvoll beheben?

MFG Sascha

--

-- 
gentoo-user-de <at> lists.gentoo.org mailing list

Dirk Heinrichs | 2 May 2008 13:41

Re: Problem mit Coreutils und mktemp

Am Freitag, 2. Mai 2008 schrieb ext Sascha Moeller:

Vorab: Bitte nicht andere Threads kapern (Google: "Thread hijacking").

> wollte mir auf meinem amd64 system grad ne chroot für 32bit basteln.
> Leider gibt es da nen großes Problem beim allerersten update des Systems:
> tigerente / # emerge -av coreutils
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild     U ] sys-apps/coreutils-6.10-r2 [6.4] USE="acl nls (-selinux)
> -static -vanilla% -xattr%" 0 kB
> [blocks B     ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r2)
> [blocks B     ] >=sys-apps/coreutils-6.10 (is blocking
> sys-apps/mktemp-1.5)
>
> Wenn ich vorher mktemp deinstallieren fliegt mir coreutils, wie ich es
> mir schon gedacht hatte, um die Ohren.
> Wie kann ich das sinnvoll beheben?

1) mktemp wieder installieren, bei maskiertem coreutils-6.10-r2.
2) /usr/bin/mktemp woanders hin sichern
3) mktemp desinstallieren
4) mktemp binary wieder nach /usr/bin legen.
5) neue coreutils version un-maskieren (tolles Wort) und installieren.

Alternativ: paludis statt emerge benutzen und "--dl-blocks discard" angeben.

HTH...
(Continue reading)

Sascha Moeller | 2 May 2008 13:53
Picon

Re: Problem mit Coreutils und mktemp

Moin Dirk,
das mit dem hijacking war nen versehen :) hatte ich zu spät bemerkt.

Sascha

Dirk Heinrichs schrieb:
> Am Freitag, 2. Mai 2008 schrieb ext Sascha Moeller:
>
> Vorab: Bitte nicht andere Threads kapern (Google: "Thread hijacking").
>
>   
>> wollte mir auf meinem amd64 system grad ne chroot für 32bit basteln.
>> Leider gibt es da nen großes Problem beim allerersten update des Systems:
>> tigerente / # emerge -av coreutils
>>
>> These are the packages that would be merged, in order:
>>
>> Calculating dependencies... done!
>> [ebuild     U ] sys-apps/coreutils-6.10-r2 [6.4] USE="acl nls (-selinux)
>> -static -vanilla% -xattr%" 0 kB
>> [blocks B     ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r2)
>> [blocks B     ] >=sys-apps/coreutils-6.10 (is blocking
>> sys-apps/mktemp-1.5)
>>
>> Wenn ich vorher mktemp deinstallieren fliegt mir coreutils, wie ich es
>> mir schon gedacht hatte, um die Ohren.
>> Wie kann ich das sinnvoll beheben?
>>     
>
> 1) mktemp wieder installieren, bei maskiertem coreutils-6.10-r2.
(Continue reading)

Juergen Rose | 2 May 2008 13:21
Picon
Favicon

Re: Problem mit Coreutils und mktemp

On Fr, 2008-05-02 at 13:16 +0200, Sascha Moeller wrote:
> Hallo Leute,
> wollte mir auf meinem amd64 system grad ne chroot für 32bit basteln. 
> Leider gibt es da nen großes Problem beim allerersten update des Systems:
> tigerente / # emerge -av coreutils
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies... done!
> [ebuild     U ] sys-apps/coreutils-6.10-r2 [6.4] USE="acl nls (-selinux) 
> -static -vanilla% -xattr%" 0 kB
> [blocks B     ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r2)
> [blocks B     ] >=sys-apps/coreutils-6.10 (is blocking sys-apps/mktemp-1.5)
> 
> Wenn ich vorher mktemp deinstallieren fliegt mir coreutils, wie ich es 
> mir schon gedacht hatte, um die Ohren.
> Wie kann ich das sinnvoll beheben?
> 
> MFG Sascha

Nach dem Loeschen von mktemp (emerge -C mktemp), konnte ich coreutils
problemlos installieren.

MfG Juergen

--

-- 
gentoo-user-de <at> lists.gentoo.org mailing list

Sascha Moeller | 2 May 2008 13:31
Picon

Re: Problem mit Coreutils und mktemp

Juergen Rose schrieb:
> On Fr, 2008-05-02 at 13:16 +0200, Sascha Moeller wrote:
>   
>> Hallo Leute,
>> wollte mir auf meinem amd64 system grad ne chroot für 32bit basteln. 
>> Leider gibt es da nen großes Problem beim allerersten update des Systems:
>> tigerente / # emerge -av coreutils
>>
>> These are the packages that would be merged, in order:
>>
>> Calculating dependencies... done!
>> [ebuild     U ] sys-apps/coreutils-6.10-r2 [6.4] USE="acl nls (-selinux) 
>> -static -vanilla% -xattr%" 0 kB
>> [blocks B     ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r2)
>> [blocks B     ] >=sys-apps/coreutils-6.10 (is blocking sys-apps/mktemp-1.5)
>>
>> Wenn ich vorher mktemp deinstallieren fliegt mir coreutils, wie ich es 
>> mir schon gedacht hatte, um die Ohren.
>> Wie kann ich das sinnvoll beheben?
>>
>> MFG Sascha
>>     
>
>
> Nach dem Loeschen von mktemp (emerge -C mktemp), konnte ich coreutils
> problemlos installieren.
>
> MfG Juergen
>
>
(Continue reading)

Dirk Heinrichs | 2 May 2008 13:44

Re: Problem mit Coreutils und mktemp

Am Freitag, 2. Mai 2008 schrieb ext Sascha Moeller:
> Juergen Rose schrieb:
> > On Fr, 2008-05-02 at 13:16 +0200, Sascha Moeller wrote:
> >> Hallo Leute,
> >> wollte mir auf meinem amd64 system grad ne chroot für 32bit basteln.
> >> Leider gibt es da nen großes Problem beim allerersten update des
> >> Systems: tigerente / # emerge -av coreutils
> >>
> >> These are the packages that would be merged, in order:
> >>
> >> Calculating dependencies... done!
> >> [ebuild     U ] sys-apps/coreutils-6.10-r2 [6.4] USE="acl nls
> >> (-selinux) -static -vanilla% -xattr%" 0 kB
> >> [blocks B     ] sys-apps/mktemp (is blocking
> >> sys-apps/coreutils-6.10-r2) [blocks B     ] >=sys-apps/coreutils-6.10
> >> (is blocking sys-apps/mktemp-1.5)
> >>
> >> Wenn ich vorher mktemp deinstallieren fliegt mir coreutils, wie ich es
> >> mir schon gedacht hatte, um die Ohren.
> >> Wie kann ich das sinnvoll beheben?
> >>
> >> MFG Sascha
> >
> > Nach dem Loeschen von mktemp (emerge -C mktemp), konnte ich coreutils
> > problemlos installieren.
> >
> > MfG Juergen
>
> Ich leider nicht :( habs nun genauso gemacht wie Justin es im Falle B
> gesagt hatte. Und jo Justin komme mit dem Englischen klar :)
(Continue reading)

Justin | 2 May 2008 13:39

Re: Problem mit Coreutils und mktemp

Sascha Moeller schrieb:
> Juergen Rose schrieb:
>> On Fr, 2008-05-02 at 13:16 +0200, Sascha Moeller wrote:
>>  
>>> Hallo Leute,
>>> wollte mir auf meinem amd64 system grad ne chroot für 32bit basteln. 
>>> Leider gibt es da nen großes Problem beim allerersten update des 
>>> Systems:
>>> tigerente / # emerge -av coreutils
>>>
>>> These are the packages that would be merged, in order:
>>>
>>> Calculating dependencies... done!
>>> [ebuild     U ] sys-apps/coreutils-6.10-r2 [6.4] USE="acl nls 
>>> (-selinux) -static -vanilla% -xattr%" 0 kB
>>> [blocks B     ] sys-apps/mktemp (is blocking 
>>> sys-apps/coreutils-6.10-r2)
>>> [blocks B     ] >=sys-apps/coreutils-6.10 (is blocking 
>>> sys-apps/mktemp-1.5)
>>>
>>> Wenn ich vorher mktemp deinstallieren fliegt mir coreutils, wie ich 
>>> es mir schon gedacht hatte, um die Ohren.
>>> Wie kann ich das sinnvoll beheben?
>>>
>>> MFG Sascha
>>>     
>>
>>
>> Nach dem Loeschen von mktemp (emerge -C mktemp), konnte ich coreutils
>> problemlos installieren.
(Continue reading)

Sascha Moeller | 2 May 2008 13:42
Picon

Re: Problem mit Coreutils und mktemp

Justin schrieb:
> Sascha Moeller schrieb:
>> Juergen Rose schrieb:
>>> On Fr, 2008-05-02 at 13:16 +0200, Sascha Moeller wrote:
>>>  
>>>> Hallo Leute,
>>>> wollte mir auf meinem amd64 system grad ne chroot für 32bit 
>>>> basteln. Leider gibt es da nen großes Problem beim allerersten 
>>>> update des Systems:
>>>> tigerente / # emerge -av coreutils
>>>>
>>>> These are the packages that would be merged, in order:
>>>>
>>>> Calculating dependencies... done!
>>>> [ebuild     U ] sys-apps/coreutils-6.10-r2 [6.4] USE="acl nls 
>>>> (-selinux) -static -vanilla% -xattr%" 0 kB
>>>> [blocks B     ] sys-apps/mktemp (is blocking 
>>>> sys-apps/coreutils-6.10-r2)
>>>> [blocks B     ] >=sys-apps/coreutils-6.10 (is blocking 
>>>> sys-apps/mktemp-1.5)
>>>>
>>>> Wenn ich vorher mktemp deinstallieren fliegt mir coreutils, wie ich 
>>>> es mir schon gedacht hatte, um die Ohren.
>>>> Wie kann ich das sinnvoll beheben?
>>>>
>>>> MFG Sascha
>>>>     
>>>
>>>
>>> Nach dem Loeschen von mktemp (emerge -C mktemp), konnte ich coreutils
(Continue reading)

Dirk Heinrichs | 2 May 2008 14:01

Re: Problem mit Coreutils und mktemp

Am Freitag, 2. Mai 2008 schrieb ext Sascha Moeller:
> Justin schrieb:
> > Sascha Moeller schrieb:
> >> Juergen Rose schrieb:
> >>> On Fr, 2008-05-02 at 13:16 +0200, Sascha Moeller wrote:
> >>>> Hallo Leute,
> >>>> wollte mir auf meinem amd64 system grad ne chroot für 32bit
> >>>> basteln. Leider gibt es da nen großes Problem beim allerersten
> >>>> update des Systems:
> >>>> tigerente / # emerge -av coreutils
> >>>>
> >>>> These are the packages that would be merged, in order:
> >>>>
> >>>> Calculating dependencies... done!
> >>>> [ebuild     U ] sys-apps/coreutils-6.10-r2 [6.4] USE="acl nls
> >>>> (-selinux) -static -vanilla% -xattr%" 0 kB
> >>>> [blocks B     ] sys-apps/mktemp (is blocking
> >>>> sys-apps/coreutils-6.10-r2)
> >>>> [blocks B     ] >=sys-apps/coreutils-6.10 (is blocking
> >>>> sys-apps/mktemp-1.5)
> >>>>
> >>>> Wenn ich vorher mktemp deinstallieren fliegt mir coreutils, wie ich
> >>>> es mir schon gedacht hatte, um die Ohren.
> >>>> Wie kann ich das sinnvoll beheben?
> >>>>
> >>>> MFG Sascha
> >>>
> >>> Nach dem Loeschen von mktemp (emerge -C mktemp), konnte ich coreutils
> >>> problemlos installieren.
> >>>
(Continue reading)

Sascha Moeller | 2 May 2008 14:07
Picon

Re: Problem mit Coreutils und mktemp

Dirk Heinrichs schrieb:
> Am Freitag, 2. Mai 2008 schrieb ext Sascha Moeller:
>   
>> Justin schrieb:
>>     
>>> Sascha Moeller schrieb:
>>>       
>>>> Juergen Rose schrieb:
>>>>         
>>>>> On Fr, 2008-05-02 at 13:16 +0200, Sascha Moeller wrote:
>>>>>           
>>>>>> Hallo Leute,
>>>>>> wollte mir auf meinem amd64 system grad ne chroot für 32bit
>>>>>> basteln. Leider gibt es da nen großes Problem beim allerersten
>>>>>> update des Systems:
>>>>>> tigerente / # emerge -av coreutils
>>>>>>
>>>>>> These are the packages that would be merged, in order:
>>>>>>
>>>>>> Calculating dependencies... done!
>>>>>> [ebuild     U ] sys-apps/coreutils-6.10-r2 [6.4] USE="acl nls
>>>>>> (-selinux) -static -vanilla% -xattr%" 0 kB
>>>>>> [blocks B     ] sys-apps/mktemp (is blocking
>>>>>> sys-apps/coreutils-6.10-r2)
>>>>>> [blocks B     ] >=sys-apps/coreutils-6.10 (is blocking
>>>>>> sys-apps/mktemp-1.5)
>>>>>>
>>>>>> Wenn ich vorher mktemp deinstallieren fliegt mir coreutils, wie ich
>>>>>> es mir schon gedacht hatte, um die Ohren.
>>>>>> Wie kann ich das sinnvoll beheben?
(Continue reading)

Sascha Moeller | 2 May 2008 14:14
Picon

Re: Problem mit Coreutils und mktemp

Sascha Moeller schrieb:
> Dirk Heinrichs schrieb:
>> Am Freitag, 2. Mai 2008 schrieb ext Sascha Moeller:
>>  
>>> Justin schrieb:
>>>    
>>>> Sascha Moeller schrieb:
>>>>      
>>>>> Juergen Rose schrieb:
>>>>>        
>>>>>> On Fr, 2008-05-02 at 13:16 +0200, Sascha Moeller wrote:
>>>>>>          
>>>>>>> Hallo Leute,
>>>>>>> wollte mir auf meinem amd64 system grad ne chroot für 32bit
>>>>>>> basteln. Leider gibt es da nen großes Problem beim allerersten
>>>>>>> update des Systems:
>>>>>>> tigerente / # emerge -av coreutils
>>>>>>>
>>>>>>> These are the packages that would be merged, in order:
>>>>>>>
>>>>>>> Calculating dependencies... done!
>>>>>>> [ebuild     U ] sys-apps/coreutils-6.10-r2 [6.4] USE="acl nls
>>>>>>> (-selinux) -static -vanilla% -xattr%" 0 kB
>>>>>>> [blocks B     ] sys-apps/mktemp (is blocking
>>>>>>> sys-apps/coreutils-6.10-r2)
>>>>>>> [blocks B     ] >=sys-apps/coreutils-6.10 (is blocking
>>>>>>> sys-apps/mktemp-1.5)
>>>>>>>
>>>>>>> Wenn ich vorher mktemp deinstallieren fliegt mir coreutils, wie ich
>>>>>>> es mir schon gedacht hatte, um die Ohren.
(Continue reading)

Dirk Heinrichs | 2 May 2008 14:24

Re: Problem mit Coreutils und mktemp

Am Freitag, 2. Mai 2008 schrieb ext Sascha Moeller:

> Ok coreutils ging nu durch. Das Problem mit mktemp bleibt aber leider.
> Brauch ich mktemp nicht mehr?

Nein, das ist jetzt in coreutils (ab Version 6.10), deshalb der Blocker. 
Welche Version von coreutils ist denn jetzt installiert? Wenn's schon 
>=6.10 ist, kannst Du mktemp de-installieren, andernfalls Jürgen's Lösung 
nehmen. Oder paludis :-)

Bye...

	Dirk
--

-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs <at> capgemini.com
Wanheimerstraße 68      | Web:  http://www.capgemini.com
D-40468 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net
Sascha Moeller | 2 May 2008 14:20
Picon

Re: Problem mit Coreutils und mktemp

Sascha Moeller schrieb:
> Sascha Moeller schrieb:
>> Dirk Heinrichs schrieb:
>>> Am Freitag, 2. Mai 2008 schrieb ext Sascha Moeller:
>>>  
>>>> Justin schrieb:
>>>>   
>>>>> Sascha Moeller schrieb:
>>>>>     
>>>>>> Juergen Rose schrieb:
>>>>>>       
>>>>>>> On Fr, 2008-05-02 at 13:16 +0200, Sascha Moeller wrote:
>>>>>>>         
>>>>>>>> Hallo Leute,
>>>>>>>> wollte mir auf meinem amd64 system grad ne chroot für 32bit
>>>>>>>> basteln. Leider gibt es da nen großes Problem beim allerersten
>>>>>>>> update des Systems:
>>>>>>>> tigerente / # emerge -av coreutils
>>>>>>>>
>>>>>>>> These are the packages that would be merged, in order:
>>>>>>>>
>>>>>>>> Calculating dependencies... done!
>>>>>>>> [ebuild     U ] sys-apps/coreutils-6.10-r2 [6.4] USE="acl nls
>>>>>>>> (-selinux) -static -vanilla% -xattr%" 0 kB
>>>>>>>> [blocks B     ] sys-apps/mktemp (is blocking
>>>>>>>> sys-apps/coreutils-6.10-r2)
>>>>>>>> [blocks B     ] >=sys-apps/coreutils-6.10 (is blocking
>>>>>>>> sys-apps/mktemp-1.5)
>>>>>>>>
>>>>>>>> Wenn ich vorher mktemp deinstallieren fliegt mir coreutils, wie 
(Continue reading)

Justin | 2 May 2008 13:20

Re: Problem mit Coreutils und mktemp

Sascha Moeller schrieb:
> Hallo Leute,
> wollte mir auf meinem amd64 system grad ne chroot für 32bit basteln. 
> Leider gibt es da nen großes Problem beim allerersten update des Systems:
> tigerente / # emerge -av coreutils
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild     U ] sys-apps/coreutils-6.10-r2 [6.4] USE="acl nls 
> (-selinux) -static -vanilla% -xattr%" 0 kB
> [blocks B     ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r2)
> [blocks B     ] >=sys-apps/coreutils-6.10 (is blocking 
> sys-apps/mktemp-1.5)
>
> Wenn ich vorher mktemp deinstallieren fliegt mir coreutils, wie ich es 
> mir schon gedacht hatte, um die Ohren.
> Wie kann ich das sinnvoll beheben?
>
> MFG Sascha
>
You have two options:

A emerge -C sys-apps/coreutils && emerge -av coreutils and we all have 
fun again, or

B emerge -C sys-apps/mktemp && emerge -av coreutils and you are rescued.

Dirk Heinrichs | 2 May 2008 13:29

Re: Problem mit Coreutils und mktemp

Am Freitag, 2. Mai 2008 schrieb ext Justin:

> You have two options:
>
> A emerge -C sys-apps/coreutils && emerge -av coreutils and we all have
> fun again, or

NEIIIIN. Ja, er wird Spaß haben, weil er nach "emerge -C coreutils" 
kein "emerge coreutils" mehr machen kann. Ohne coreutils ist das System 
unbrauchbar!!!

> B emerge -C sys-apps/mktemp && emerge -av coreutils and you are rescued.

Das sieht schon besser aus.

Bye...

	Dirk
--

-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs <at> capgemini.com
Wanheimerstraße 68      | Web:  http://www.capgemini.com
D-40468 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net
Justin | 2 May 2008 13:21

Re: Problem mit Coreutils und mktemp

Justin schrieb:
> Sascha Moeller schrieb:
>> Hallo Leute,
>> wollte mir auf meinem amd64 system grad ne chroot für 32bit basteln. 
>> Leider gibt es da nen großes Problem beim allerersten update des 
>> Systems:
>> tigerente / # emerge -av coreutils
>>
>> These are the packages that would be merged, in order:
>>
>> Calculating dependencies... done!
>> [ebuild     U ] sys-apps/coreutils-6.10-r2 [6.4] USE="acl nls 
>> (-selinux) -static -vanilla% -xattr%" 0 kB
>> [blocks B     ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r2)
>> [blocks B     ] >=sys-apps/coreutils-6.10 (is blocking 
>> sys-apps/mktemp-1.5)
>>
>> Wenn ich vorher mktemp deinstallieren fliegt mir coreutils, wie ich 
>> es mir schon gedacht hatte, um die Ohren.
>> Wie kann ich das sinnvoll beheben?
>>
>> MFG Sascha
>>
> You have two options:
>
> A emerge -C sys-apps/coreutils && emerge -av coreutils and we all have 
> fun again, or
>
> B emerge -C sys-apps/mktemp && emerge -av coreutils and you are rescued.
>
(Continue reading)


Gmane