Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge gentoo-dev-sources failed
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
zecora
l33t
l33t


Joined: 17 Aug 2004
Posts: 627
Location: Minneapolis, MN

PostPosted: Fri Oct 08, 2004 5:52 pm    Post subject: emerge gentoo-dev-sources failed Reply with quote


>>> md5 src_uri ;-) sdb4124.zip
>>> Unpacking source...
>>> Unpacking sdb4124.zip to /var/tmp/portage/docbook-xml-simple-dtd-4.1.2.4/work/docbook-xml-simple-dtd-4.1.2.4
>>> Source unpacked.
>>> Test phase [not enabled]: app-text/docbook-xml-simple-dtd-4.1.2.4

>>> Install docbook-xml-simple-dtd-4.1.2.4 into /var/tmp/portage/docbook-xml-simple-dtd-4.1.2.4/image/ category app-text
man:
prepallstrip:
strip:
>>> Completed installing into /var/tmp/portage/docbook-xml-simple-dtd-4.1.2.4/image/

>>> Merging app-text/docbook-xml-simple-dtd-4.1.2.4 to /
--- /usr/
--- /usr/share/
--- /usr/share/doc/
>>> /usr/share/doc/docbook-xml-simple-dtd-4.1.2.4/
>>> /usr/share/doc/docbook-xml-simple-dtd-4.1.2.4/README.gz
>>> /usr/share/doc/docbook-xml-simple-dtd-4.1.2.4/LostLog.gz
>>> /usr/share/doc/docbook-xml-simple-dtd-4.1.2.4/COPYRIGHT.gz
>>> /usr/share/doc/docbook-xml-simple-dtd-4.1.2.4/ChangeLog.gz
--- /usr/share/sgml/
--- /usr/share/sgml/docbook/
>>> /usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/
>>> /usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/ent/
>>> /usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/ent/iso-lat1.ent
>>> /usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/ent/iso-num.ent
>>> /usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/ent/iso-pub.ent
>>> /usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/sdocbook-custom.dtd
>>> /usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/sdocbookref.dtd
>>> /usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/sdbcent.mod
>>> /usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/sinclist.mod
>>> /usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/sdocbookref-custom.dtd
>>> /usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/sdbpool.mod
>>> /usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/sdocbook.css
>>> /usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/sdocbook.dtd
>>> /usr/share/sgml/docbook/xml-simple-dtd-4.1.2.4/sdbhier.mod
>>> Regenerating /etc/ld.so.cache...
* Caching service dependencies...
>>> app-text/docbook-xml-simple-dtd-4.1.2.4 merged.

>>> clean: No packages selected for removal.

>>> emerge (2 of 24) media-libs/svgalib-1.9.19-r1 to /
>>> md5 src_uri ;-) svgalib-1.9.19.tar.gz

!!! ERROR: media-libs/svgalib-1.9.19-r1 failed.
!!! Function kernel-mod_configoption_builtin, Line 114, Exitcode 1
!!! kernel has not been configured yet
!!! If you need support, post the topmost build error, NOT this status message.



thats the error i get.
Back to top
View user's profile Send private message
FishB8
l33t
l33t


Joined: 17 Mar 2003
Posts: 820

PostPosted: Fri Oct 08, 2004 7:25 pm    Post subject: Reply with quote

You don't need any of these packages to emerge gentoo-dev-sources. You might need them to _compile_ gentoo-dev-sources, but that's another matter. (this many packages seems like an awful lot of dependencies for a kernel)

Svgalib won't build because it can't determine what your kernel configuration is. Emerge gentoo-dev-sources, configure it, and then go back an emerge all these packages before compiling your kernel.
_________________
"...as we enjoy great advantages from the inventions of others, we should be glad of an opportunity to serve others by any invention of ours, and this we should do freely and generously." -Benjamin Franklin
Back to top
View user's profile Send private message
zecora
l33t
l33t


Joined: 17 Aug 2004
Posts: 627
Location: Minneapolis, MN

PostPosted: Fri Oct 08, 2004 8:22 pm    Post subject: Reply with quote

thank you
Back to top
View user's profile Send private message
TallCoolOne
n00b
n00b


Joined: 25 Aug 2004
Posts: 16
Location: Toronto, ON, Canada

PostPosted: Sat Oct 09, 2004 5:22 pm    Post subject: Reply with quote

FishB8 wrote:
You don't need any of these packages to emerge gentoo-dev-sources. You might need them to _compile_ gentoo-dev-sources, but that's another matter. (this many packages seems like an awful lot of dependencies for a kernel)

Svgalib won't build because it can't determine what your kernel configuration is. Emerge gentoo-dev-sources, configure it, and then go back an emerge all these packages before compiling your kernel.


I'm getting this same error right now WHILE I'm trying to "emerge gentoo-dev-sources".
_________________
AMD Athlon 64 3000+ / ASUS K8V SE Deluxe / ATI Radeon 7500 / 512MB / 160GB SATA HD
Back to top
View user's profile Send private message
FishB8
l33t
l33t


Joined: 17 Mar 2003
Posts: 820

PostPosted: Mon Oct 11, 2004 12:03 am    Post subject: Reply with quote

Quote:
I'm getting this same error right now WHILE I'm trying to "emerge gentoo-dev-sources".


So was zecora. The emerge tool is trying to install these packages first because they are dependencies for compiling the kernel apparently. What I meant by emerging gentoo-dev-sources before emerging these other packages was to emerge without the dependencies:

Code:
emerge --nodeps gentoo-dev-sources


and then to emerge the dependencies after creating a config file for the kernel, but before compiling it.
_________________
"...as we enjoy great advantages from the inventions of others, we should be glad of an opportunity to serve others by any invention of ours, and this we should do freely and generously." -Benjamin Franklin
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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