Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
bootstrap
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Blackburns_gentoo
Guru
Guru


Joined: 26 Feb 2005
Posts: 412
Location: switzerland, Tägerwilen 127.0.0.1

PostPosted: Thu Mar 31, 2005 9:10 pm    Post subject: bootstrap Reply with quote

Hallo gentoo freunde,
ich hab hier beim bootstrap ein problem , was könnte das aus lösen?
Code:

  [[ (3/3) Emerging packages ]]
*** Resuming merge...
>>> emerge (1 of 2) sys-apps/baselayout-1.9.4-r6 to /
>>> md5 src_uri ;-) sysvinit-2.84.tar.gz
>>> md5 src_uri ;-) rc-scripts-1.4.16.tar.bz2
>>> Unpacking source...
>>> Unpacking sysvinit-2.84.tar.gz to /var/tmp/portage/baselayout-1.9.4-r6/work
>>> Unpacking rc-scripts-1.4.16.tar.bz2 to /var/tmp/portage/baselayout-1.9.4-r6/work
 * Applying rc-scripts-1.4.16-splash.patch ...                                                                            [ ok ]
 * Applying rc-scripts-1.4.16-livecd.patch ...                                                                            [ ok ]
 * Applying rc-scripts-1.4.16-livecd-hvc.patch ...

 * Failed Patch: rc-scripts-1.4.16-livecd-hvc.patch !
 *  ( /usr/portage/sys-apps/baselayout/files/rc-scripts-1.4.16-livecd-hvc.patch )
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/baselayout-1.9.4-r6/temp/rc-scripts-1.4.16-livecd-hvc.patch-15278.out


!!! ERROR: sys-apps/baselayout-1.9.4-r6 failed.
!!! Function epatch, Line 401, Exitcode 0
!!! Failed Patch: rc-scripts-1.4.16-livecd-hvc.patch!
!!! If you need support, post the topmost build error, NOT this status message.





MFG
BlackBurns_Gentoo
Back to top
View user's profile Send private message
zielscheibe
l33t
l33t


Joined: 02 Apr 2004
Posts: 804
Location: Aachen

PostPosted: Thu Mar 31, 2005 9:46 pm    Post subject: Reply with quote

Hi,

Habe die gleiche Version vom Baselayout hier drauf. Der von dir beschriebene Fehler, ausgehend vom "rc-scripts-1.4.16-livecd-hvc.patch", ist hier nicht aufgetreten, da er bis gestern noch überhaupt nicht im ebuild vorkam.
Ich glaube du könntest einen Bugreport verfassen und als Workaround die entsprechende "epatch"-Zeile im ebuild

Code:

/usr/portage/sys-apps/baselayout/baselayout-1.9.4-r6.ebuild

auskommentieren.

von
Code:

# Patch rc-scripts to bring splash stuff up to snuff until 1.11.x is
        # available (not soon enough for 2004.3)
        cd ${S}
        epatch ${FILESDIR}/rc-scripts-1.4.16-splash.patch
        epatch ${FILESDIR}/rc-scripts-1.4.16-livecd.patch
        epatch ${FILESDIR}/rc-scripts-1.4.16-livecd-hvc.patch

        #
        # Baselayout setup

zu
Code:

# Patch rc-scripts to bring splash stuff up to snuff until 1.11.x is
        # available (not soon enough for 2004.3)
        cd ${S}
        epatch ${FILESDIR}/rc-scripts-1.4.16-splash.patch
        epatch ${FILESDIR}/rc-scripts-1.4.16-livecd.patch
        #epatch ${FILESDIR}/rc-scripts-1.4.16-livecd-hvc.patch

        #
        # Baselayout setup


Wenn es nicht so dringend ist, kannst du ja auch warten, bis der Bug behoben ist.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum