Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge system *corrected-help please-
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
fcser
n00b
n00b


Joined: 12 Dec 2004
Posts: 9

PostPosted: Sun Dec 12, 2004 1:04 pm    Post subject: emerge system *corrected-help please- Reply with quote

I was trying to install gentoo on
athlon xp 1800
128MB ram
ECS mobo
anyway i currently have FC2 running on the box. I am trying to load Gentoo. i got the the point where i wanted to load the kernel
it goes through ok. then gives an error about

!!! ERROR: app-text/opensp-1.5-r1 failed.
!!! Function src_compile, Line 44, Exitcode 2
!!! prallel make failed.

hmm
please help
thanks
_________________
zzzzz


Last edited by fcser on Tue Dec 14, 2004 6:51 am; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54420
Location: 56N 3W

PostPosted: Sun Dec 12, 2004 5:15 pm    Post subject: Reply with quote

fcser,

Thats the status message saying that it broke. The actual error is further up the screen. We need the error message to help you.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Sun Dec 12, 2004 5:41 pm    Post subject: Re: emerge gentoo-dev-sources -help please- Reply with quote

fcser wrote:
i got the the point where i wanted to load the kernel
it goes through ok. then gives an error about

!!! ERROR: app-text/opensp-1.5-r1 failed.

I'm not sure why opensp is preventing you from getting a kernel, it is not a dependency as far as I know.
Code:
# emerge -epv gentoo-dev-sources | grep opensp
Back to top
View user's profile Send private message
fcser
n00b
n00b


Joined: 12 Dec 2004
Posts: 9

PostPosted: Mon Dec 13, 2004 8:09 am    Post subject: ok hopefully this helps Reply with quote

1102808358: >>> AUTOCLEAN: sys-devel/bin86
1102808358: --- AUTOCLEAN: Nothing unmerged.
1102808358: ::: completed emerge (22 of 22) sys-devel/bin86-0.16.13 to /
1102808358: *** Finished. Cleaning up...
1102808359: *** exiting successfully.
1102808362: *** terminating.
1102808540: Started emerge on: Dec 11, 2004 23:42:20
1102808540: *** emerge gentoo-dev-sources
1102808544: >>> emerge (1 of 30) app-text/sgml-common-0.6.3-r4 to /
1102808544: === (1 of 30) Cleaning (app-text/sgml-common-0.6.3-r4::/usr/portage/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild)
1102808544: === (1 of 30) Compiling/Merging (app-text/sgml-common-0.6.3-r4::/usr/portage/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild)
1102808561: === (1 of 30) Post-Build Cleaning (app-text/sgml-common-0.6.3-r4::/usr/portage/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild)
1102808562: >>> AUTOCLEAN: app-text/sgml-common
1102808562: --- AUTOCLEAN: Nothing unmerged.
1102808562: ::: completed emerge (1 of 30) app-text/sgml-common-0.6.3-r4 to /
1102808562: >>> emerge (2 of 30) app-text/opensp-1.5-r1 to /
1102808562: === (2 of 30) Cleaning (app-text/opensp-1.5-r1::/usr/portage/app-text/opensp/opensp-1.5-r1.ebuild)
1102808562: === (2 of 30) Compiling/Merging (app-text/opensp-1.5-r1::/usr/portage/app-text/opensp/opensp-1.5-r1.ebuild)
1102808940: *** terminating.
1102809251: Started emerge on: Dec 11, 2004 23:54:11
1102809251: *** emerge gentoo-sources
1102809254: >>> emerge (1 of 29) app-text/opensp-1.5-r1 to /
1102809254: === (1 of 29) Cleaning (app-text/opensp-1.5-r1::/usr/portage/app-text/opensp/opensp-1.5-r1.ebuild)
1102809256: === (1 of 29) Compiling/Merging (app-text/opensp-1.5-r1::/usr/portage/app-text/opensp/opensp-1.5-r1.ebuild)
1102809637: *** terminating.
1102810773: Started emerge on: Dec 12, 2004 00:19:33
1102810773: *** emerge gentoo-dev-sources
1102810776: >>> emerge (1 of 29) app-text/opensp-1.5-r1 to /
1102810776: === (1 of 29) Cleaning (app-text/opensp-1.5-r1::/usr/portage/app-text/opensp/opensp-1.5-r1.ebuild)
1102810778: === (1 of 29) Compiling/Merging (app-text/opensp-1.5-r1::/usr/portage/app-text/opensp/opensp-1.5-r1.ebuild)
1102811153: *** terminating.


Hmm... well hopefully this shows something ...
_________________
zzzzz
Back to top
View user's profile Send private message
fcser
n00b
n00b


Joined: 12 Dec 2004
Posts: 9

PostPosted: Mon Dec 13, 2004 4:25 pm    Post subject: so Reply with quote

is this not the correct log? if so where is the location of the one showing the emerge kernel cause this doest look the same as the errors i was getting.

thanks plz
_________________
zzzzz
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54420
Location: 56N 3W

PostPosted: Mon Dec 13, 2004 7:26 pm    Post subject: Reply with quote

fcser,

That log shows what worked and what didn't but not the why.
It may be worth trying an
Code:
emerge sync
is case you got a broken ebuild and its fixed now.

Whats needed is the text on the screen, or in the termial window when you get the status message you posted in your first post.

Run the emerge like this to capture the output text:-
Code:
nohup emerge <something> &
this will put the text that normally goes to the screen into the file nohup.out. You can see whats going on with
Code:
tail nohup.out
The last 40 lines of that file will be more than enough.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
fcser
n00b
n00b


Joined: 12 Dec 2004
Posts: 9

PostPosted: Tue Dec 14, 2004 6:38 am    Post subject: ok heres the last 50 lines of the output Reply with quote

Code:
 gcc -DHAVE_CONFIG_H -I. -I. -I..  -DMAGIC='"/usr/share/misc/file/magic"'   -O2 -march=athlon-xp -fomit-frame-pointer -c `test -f 'file.c' || echo './'`file.c
mv -f .libs/apptype.lo apptype.lo
/bin/sh ../libtool --mode=link gcc  -O2 -march=athlon-xp -fomit-frame-pointer -o libmagic.la -rpath /usr/lib -version-info 1:0:0 magic.lo apprentice.lo softmagic.lo ascmagic.lo compress.lo is_tar.lo readelf.lo print.lo fsmagic.lo funcs.lo apptype.lo  -lz
rm -fr .libs/libmagic.la .libs/libmagic.* .libs/libmagic.*
gcc -shared  magic.lo apprentice.lo softmagic.lo ascmagic.lo compress.lo is_tar.lo readelf.lo print.lo fsmagic.lo funcs.lo apptype.lo  -lz  -Wl,-soname -Wl,libmagic.so.1 -o .libs/libmagic.so.1.0.0
(cd .libs && rm -f libmagic.so.1 && ln -s libmagic.so.1.0.0 libmagic.so.1)
(cd .libs && rm -f libmagic.so && ln -s libmagic.so.1.0.0 libmagic.so)
ar cru .libs/libmagic.a  magic.o apprentice.o softmagic.o ascmagic.o compress.o is_tar.o readelf.o print.o fsmagic.o funcs.o apptype.o
ranlib .libs/libmagic.a
creating libmagic.la
(cd .libs && rm -f libmagic.la && ln -s ../libmagic.la libmagic.la)
/bin/sh ../libtool --mode=link gcc  -O2 -march=athlon-xp -fomit-frame-pointer -o file  file.o libmagic.la -lz
gcc -O2 -march=athlon-xp -fomit-frame-pointer -o .libs/file file.o  ./.libs/libmagic.so -lz
creating file
make[2]: Leaving directory `/var/tmp/portage/file-4.12/work/file-4.12/src'
Making all in magic
make[2]: Entering directory `/var/tmp/portage/file-4.12/work/file-4.12/magic'
cd .. && \
  /bin/sh /var/tmp/portage/file-4.12/work/file-4.12/missing --run automake-1.6 --gnu  magic/Makefile
cd .. && /bin/sh ./config.status magic/Makefile
config.status: creating magic/Makefile
make[2]: Leaving directory `/var/tmp/portage/file-4.12/work/file-4.12/magic'
make[2]: Entering directory `/var/tmp/portage/file-4.12/work/file-4.12/magic'
cat ./Header ./Localstuff > magic
/usr/bin/file -C -m ./magic.mime
for frag in Magdir/acorn Magdir/adi Magdir/adventure Magdir/allegro Magdir/alliant Magdir/alpha Magdir/amanda Magdir/amigaos Magdir/animation Magdir/apl Magdir/apple Magdir/applix Magdir/archive Magdir/asterix Magdir/att3b Magdir/audio Magdir/bFLT Magdir/blender Magdir/blit Magdir/bout Magdir/bsdi Magdir/cad Magdir/c-lang Magdir/c64 Magdir/cddb Magdir/chi Magdir/chord Magdir/cisco Magdir/citrus Magdir/claris Magdir/clipper Magdir/spec Magdir/commands Magdir/communications Magdir/compress Magdir/console Magdir/convex Magdir/ctags Magdir/dact Magdir/database Magdir/diamond Magdir/diff Magdir/digital Magdir/dolby Magdir/dump Magdir/editors Magdir/elf Magdir/encore Magdir/epoc Magdir/esri Magdir/fcs Magdir/filesystems Magdir/flash Magdir/fonts Magdir/frame Magdir/freebsd Magdir/fsav Magdir/games Magdir/geos Magdir/gcc Magdir/gimp Magdir/gnu Magdir/grace Magdir/gringotts Magdir/hdf Magdir/hitachi-sh Magdir/hp Magdir/human68k Magdir/ibm370 Magdir/ibm6000 Magdir/iff Magdir/images Magdir/intel Magdir/interleaf Magdir/island Magdir/ispell Magdir/java Magdir/jpeg Magdir/karma Magdir/lecter Magdir/lex Magdir/lif Magdir/linux Magdir/lisp Magdir/mach Magdir/macintosh Magdir/magic Magdir/mail.news Magdir/maple Magdir/mathematica Magdir/matroska Magdir/mcrypt Magdir/mime Magdir/mips Magdir/mirage Magdir/misctools Magdir/mkid Magdir/mlssa Magdir/mmdf Magdir/modem Magdir/motorola Magdir/msdos Magdir/msvc Magdir/natinst Magdir/ncr Magdir/netbsd Magdir/netscape Magdir/news Magdir/nitpicker Magdir/ocaml Magdir/octave Magdir/olf Magdir/os2 Magdir/os9 Magdir/osf1 Magdir/palm Magdir/parix Magdir/pbm Magdir/pdf Magdir/pdp Magdir/perl Magdir/pgp Magdir/pkgadd Magdir/plan9 Magdir/plus5 Magdir/printer Magdir/project Magdir/psdbms Magdir/psion Magdir/pulsar Magdir/pyramid Magdir/python Magdir/revision Magdir/riff Magdir/rpm Magdir/rtf Magdir/sc Magdir/sccs Magdir/sendmail Magdir/sequent Magdir/sgi Magdir/sgml Magdir/sharc Magdir/sinclair Magdir/sketch Magdir/smalltalk Magdir/sniffer Magdir/dyadic Magdir/softquad Magdir/spectrum Magdir/sql Magdir/sun Magdir/sysex Magdir/teapot Magdir/terminfo Magdir/tex Magdir/tgif Magdir/ti-8x Magdir/timezone Magdir/troff Magdir/tuxedo Magdir/typeset Magdir/unknown Magdir/uuencode Magdir/varied.out Magdir/varied.script Magdir/vax Magdir/vicar Magdir/virtutech Magdir/visx Magdir/vms Magdir/vmware Magdir/vorbis Magdir/vxl Magdir/wordprocessors Magdir/xdelta Magdir/xenix Magdir/xo65 Magdir/xwindows Magdir/zilog Magdir/zyxel; do \
  if test -f ./$frag; then \
    f=./$frag; \
  else \
    f=$frag; \
  fi; \
          cat $f; \
done >> magic
/usr/bin/file -C -m magic
WARNING: type lestring16 >0 Description: %15.15s invalid
file: could not find any magic files!
make[2]: *** [magic.mgc] Error 255
make[2]: Leaving directory `/var/tmp/portage/file-4.12/work/file-4.12/magic'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/file-4.12/work/file-4.12'
make: *** [all] Error 2
 
!!! ERROR: sys-apps/file-4.12 failed.
!!! Function src_compile, Line 51, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.



This is after i had retried everything from scratch remade the partitions and re-downloaded the stage2 and portage, and rechecked the md5sums thinking that may fix the problem but no.
Please take a look

thanks
_________________
zzzzz
Back to top
View user's profile Send private message
racoontje
Veteran
Veteran


Joined: 19 Jul 2004
Posts: 1290

PostPosted: Tue Dec 14, 2004 6:48 am    Post subject: Reply with quote

Why is it emerging OpenSSP? That has nothing to do with a kernel afaik.

Try emerge -epv gentoo-dev-sources.
Code:

/usr/bin/file -C -m magic
WARNING: type lestring16 >0 Description: %15.15s invalid
file: could not find any magic files!

I can see what it''s doing here, but not where the warning is coming from.
Back to top
View user's profile Send private message
fcser
n00b
n00b


Joined: 12 Dec 2004
Posts: 9

PostPosted: Tue Dec 14, 2004 6:51 am    Post subject: Ahem, sorry. Reply with quote

I should change the title because this log is now from

emerge system


*i had restarted everything and only got to this point this time instead of the kernel.

sorry for the confusion..
_________________
zzzzz
Back to top
View user's profile Send private message
fcser
n00b
n00b


Joined: 12 Dec 2004
Posts: 9

PostPosted: Tue Dec 14, 2004 4:52 pm    Post subject: . Reply with quote

bump..
_________________
zzzzz
Back to top
View user's profile Send private message
fvant
Guru
Guru


Joined: 08 Jun 2003
Posts: 328
Location: Leiden, The Netherlands

PostPosted: Tue Dec 14, 2004 5:31 pm    Post subject: Reply with quote

you are doing all this after you chroot 'ed, correct ?
Back to top
View user's profile Send private message
fcser
n00b
n00b


Joined: 12 Dec 2004
Posts: 9

PostPosted: Tue Dec 14, 2004 8:44 pm    Post subject: Affirmative Reply with quote

si yes i had chrooted before doing the emerge
_________________
zzzzz
Back to top
View user's profile Send private message
Herring42
Guru
Guru


Joined: 10 Mar 2004
Posts: 373
Location: Buckinghamshire

PostPosted: Wed Dec 15, 2004 8:42 am    Post subject: Reply with quote

I think I have a fix for this:

The new kernels install lots of SGML tools if you have the 'doc' USE flag set.

run:
Code:
USE="-doc" emerge gentoo-dev-sources


This will install just the kernel without the problems, with luck.
Obviously, you can replace gentoo-dev-sources with the kernel of your choice!
Back to top
View user's profile Send private message
bustersnyvel
n00b
n00b


Joined: 14 Sep 2003
Posts: 36
Location: Amsterdam, The Netherlands

PostPosted: Wed Dec 15, 2004 9:09 am    Post subject: Reply with quote

Instead of using USE="-doc", place the following in /etc/portage/package.use:

Code:

sys-kernel/gentoo-dev-sources -doc


That way, Portage knows about this, and will do the same thing in the future. Directly using the environment variables like USE, ACCEPT_KEYWORDS etc. is bad for your computer's health.
_________________
The problem with the world is stupidity. Not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself?
Back to top
View user's profile Send private message
Herring42
Guru
Guru


Joined: 10 Mar 2004
Posts: 373
Location: Buckinghamshire

PostPosted: Wed Dec 15, 2004 10:36 am    Post subject: Reply with quote

Good point.

Or indeed just remove the doc USE variable from make.conf, and add a line in package.use for those packages that you do want extra documentation for.
Back to top
View user's profile Send private message
pancapangrawit
n00b
n00b


Joined: 10 Jan 2005
Posts: 8
Location: Graz (Austria)

PostPosted: Tue Jan 11, 2005 9:19 am    Post subject: Reply with quote

I would like to confirm both problem and work-around as of middle of January 2005.
I think it's rather probable that beginners tend to add doc among the use-variables - and exactly they will have no idea what to do about the compile error.

Best
.r.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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