You can use

ebuild path/to/package.ebuild compile
ebuild path/to/package.ebuild install
ebuild path/to/package.ebuild qmerge

For more info see:
ebuild /usr/portage/kde-base/kdebase/kdebase-3.2.0.ebuild help
or
man ebuild
or 
http://www.gentoo.org/doc/en/gentoo-howto.xml#doc_chap4

/joel

On Fri, 2004-02-13 at 20:31, Radu Filip wrote:
> Hi, I am trying to install a Gentoo box from scratch and I cannot get over
> a large package (kdebase):
> 
> [...]
> ./usr/share/pixmaps/kde2.xbm
> ./usr/share/pixmaps/splash2.png
> >>> Done.
> >>> extracting info
> >>> extracting kdebase-3.2.0
> tar: Skipping to next header
> tar: Archive contains obsolescent base-64 headers
> 
> bzip2: Data integrity error when decompressing.
> tar: Error exit delayed from previous errors
> !!! Error extracting /usr/portage/packages/All/kdebase-3.2.0.tbz2
> 
> This errors appeared on other large packages like xfree86 or kdelibs but 
> after a number of retries it worked. On this one, however, I am stuck :-(
> 
> I was trying in endless ways:
> - with or without ccache
> - with or without distcc
> - with or without keepwork
> - I re-emerged tar, bzip2, portage, ccache, distcc, etc.
> - with or without --resume option for emerge
> and I always had this problem right on the end
> 
> My wanna-be Linux box is an AMD Athlon 900 Mhz, 256 RAM, 1 GB swap. And it 
> is up to date except gcc and glibc, which are default on 1.4
> 
> >From what I see I concluded that kdebase was succesfully compiled and 
> there was an error when the ebuild was built.
> 
> Questions:
> (1) Is there any way to resume emerge from this point, WITHOUT 
> uncompressing source again, compile it, linking it? (even with ccache it 
> takes few hours on my box to do all of this, I am already trying to slolve 
> this problems since few days for now, I am really upset but I want to go 
> on)
> 
> (2) It is possible to manually build ebuild file from this point?
> 
> (3) What the heck is wrong with tar/bzip2?
> 
> Few details about my Gentoo system so far:
> 
> radu root # uname -a
> Linux radu 2.6.2-mm1 #1 Tue Feb 10 16:49:32 EET 2004 i686 AMD Athlon(tm) 
> Processor AuthenticAMD GNU/Linux
> 
> radu root # emerge -pv tar
> [ebuild   R   ] app-arch/tar-1.13.25-r3  -build +nls -static  0 kB
> 
> radu root # emerge -pv bzip2
> [ebuild   R   ] app-arch/bzip2-1.0.2-r3  -build -debug -static  0 kB
> 
> radu root # emerge -pv portage
> [ebuild   R   ] sys-apps/portage-2.0.50-r1  -build  0 kB
> 
> radu root # cat /etc/make.conf
> [ non-relevant settings striped ]
> USE="X x86 xv samba qt kde gphoto2 gstreamer imagemagik imlib 3dnow apm crypt curl 
> berkdb directfb alsa arts nas sdl truetype avi xml xml2 mpeg png tiff ssl zlib acpi 
> nptl -gnome -gtk -ipv6 -ldap -doc -java"
> CHOST="i686-pc-linux-gnu"
> CFLAGS="-march=athlon -O3 -pipe -fomit-frame-pointer"
> CXXFLAGS="${CFLAGS}"
> ACCEPT_KEYWORDS="x86"
> MAKEOPTS="-j3"
> AUTOCLEAN="yes"
> FEATURES="buildpkg sandbox ccache distcc noclean"
> 
> Thank you
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 


--
[EMAIL PROTECTED] mailing list

Reply via email to