Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

[solved] emerge busybox fail

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
9 posts • Page 1 of 1
Author
Message
tontudelbot
Tux's lil' helper
Tux's lil' helper
Posts: 77
Joined: Thu Jun 08, 2006 12:12 pm

[solved] emerge busybox fail

  • Quote

Post by tontudelbot » Wed Jan 03, 2007 4:05 pm

Hi,
I've another problem with a gentoo installation on a p4 machine...
This time I'm doing a final step: emerge world -DNu

Code: Select all

[...]
  CC      e2fsprogs/ext2fs/freefs.o
  CC      init/halt.o
  CC      findutils/xargs.o
editors/vi.c: In function ‘colon’:
editors/vi.c:987: error: falta caràcter acabant "
editors/vi.c:988: error: expected ‘)’ before ‘}’ token
editors/vi.c:988: error: expected ‘;’ before ‘}’ token
distcc[19070] ERROR: compile editors/vi.c on 192.168.1.3 failed
make[1]: *** [editors/vi.o] Error 1
make: *** [editors] Error 2
make: *** Waiting for unfinished jobs....
  CC      init/init.o
  CC      e2fsprogs/ext2fs/gen_bitmap.o
  CC      init/init_shared.o
  CC      e2fsprogs/ext2fs/get_pathname.o
  CC      e2fsprogs/ext2fs/getsectsize.o
  CC      init/mesg.o
  AR      findutils/lib.a
  CC      e2fsprogs/ext2fs/getsize.o
  CC      e2fsprogs/ext2fs/icount.o
  AR      init/lib.a
  CC      e2fsprogs/ext2fs/ind_block.o
  CC      e2fsprogs/ext2fs/initialize.o
  CC      e2fsprogs/ext2fs/inode.o
  CC      e2fsprogs/ext2fs/io_manager.o
  CC      e2fsprogs/ext2fs/ismounted.o
  CC      e2fsprogs/ext2fs/link.o
  CC      e2fsprogs/ext2fs/lookup.o
  CC      e2fsprogs/ext2fs/mkdir.o
  CC      e2fsprogs/ext2fs/mkjournal.o
  CC      e2fsprogs/ext2fs/newdir.o
  CC      e2fsprogs/ext2fs/openfs.o
  CC      e2fsprogs/ext2fs/read_bb.o
  CC      e2fsprogs/ext2fs/read_bb_file.o
  CC      e2fsprogs/ext2fs/rw_bitmaps.o
  CC      e2fsprogs/ext2fs/swapfs.o
  CC      e2fsprogs/ext2fs/res_gdt.o
  CC      e2fsprogs/ext2fs/unix_io.o
  CC      e2fsprogs/ext2fs/unlink.o
  CC      e2fsprogs/ext2fs/valid_blk.o
  CC      e2fsprogs/ext2fs/version.o
  AR      e2fsprogs/ext2fs/lib.a

!!! ERROR: sys-apps/busybox-1.3.1 failed.
Call stack:
  ebuild.sh, line 1593:   Called dyn_compile
  ebuild.sh, line 951:   Called src_compile
  busybox-1.3.1.ebuild, line 170:   Called die

!!! build failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
I'm using distcc but without it fails too. :(
Last edited by tontudelbot on Wed Jan 03, 2007 11:33 pm, edited 1 time in total.
Top
nixnut
Bodhisattva
Bodhisattva
User avatar
Posts: 10974
Joined: Fri Apr 09, 2004 1:43 pm
Location: the dutch mountains

  • Quote

Post by nixnut » Wed Jan 03, 2007 5:26 pm

Moved from Installing Gentoo to Portage & Programming.
postinstallation problem, so moved here.
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Top
tontudelbot
Tux's lil' helper
Tux's lil' helper
Posts: 77
Joined: Thu Jun 08, 2006 12:12 pm

  • Quote

Post by tontudelbot » Wed Jan 03, 2007 7:05 pm

busybox-1.3.1.ebuid Line 170:

Code: Select all

emake busybox || die "build failed"
Is this post installation? I don't know a lot about ebuilds, but AFAIK this is a problem when compiling the source, emake busybox returns an error and then the build fails... and the problem is with my machine.
Top
net-0
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 103
Joined: Mon Dec 04, 2006 12:48 am
Location: Lodi, California
Contact:
Contact net-0
Website

  • Quote

Post by net-0 » Wed Jan 03, 2007 7:50 pm

same problem....
We built this city on swedish melodic death metal.
Top
net-0
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 103
Joined: Mon Dec 04, 2006 12:48 am
Location: Lodi, California
Contact:
Contact net-0
Website

  • Quote

Post by net-0 » Wed Jan 03, 2007 7:52 pm

Code: Select all

  CC      init/halt.o
  CC      e2fsprogs/ext2fs/getsize.o
  CC      e2fsprogs/ext2fs/icount.o
  CC      e2fsprogs/ext2fs/ind_block.o
  CC      editors/vi.o
  CC      e2fsprogs/ext2fs/initialize.o
editors/vi.c: In function 'colon':
editors/vi.c:987: error: missing terminating " character
make[1]: *** [editors/vi.o] Error 1
make: *** [editors] Error 2
make: *** Waiting for unfinished jobs....
  CC      e2fsprogs/ext2fs/inode.o
  CC      init/init.o
  CC      e2fsprogs/ext2fs/io_manager.o
  CC      init/init_shared.o
  CC      e2fsprogs/ext2fs/ismounted.o
  CC      e2fsprogs/ext2fs/link.o
  CC      init/mesg.o
  AR      init/lib.a
  CC      e2fsprogs/ext2fs/lookup.o
  CC      e2fsprogs/ext2fs/mkdir.o
  CC      e2fsprogs/ext2fs/mkjournal.o
  CC      e2fsprogs/ext2fs/newdir.o
  CC      e2fsprogs/ext2fs/openfs.o
  CC      e2fsprogs/ext2fs/read_bb.o
  CC      e2fsprogs/ext2fs/read_bb_file.o
  CC      e2fsprogs/ext2fs/res_gdt.o
  CC      e2fsprogs/ext2fs/rw_bitmaps.o
  CC      e2fsprogs/ext2fs/swapfs.o
  CC      e2fsprogs/ext2fs/unix_io.o
  CC      e2fsprogs/ext2fs/valid_blk.o
  CC      e2fsprogs/ext2fs/unlink.o
  CC      e2fsprogs/ext2fs/version.o
  AR      e2fsprogs/ext2fs/lib.a

!!! ERROR: sys-apps/busybox-1.3.1 failed.
Call stack:
  ebuild.sh, line 1603:   Called dyn_compile
  ebuild.sh, line 961:   Called src_compile
  busybox-1.3.1.ebuild, line 168:   Called die

!!! build failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Thats my output.
We built this city on swedish melodic death metal.
Top
tontudelbot
Tux's lil' helper
Tux's lil' helper
Posts: 77
Joined: Thu Jun 08, 2006 12:12 pm

  • Quote

Post by tontudelbot » Wed Jan 03, 2007 8:50 pm

Code: Select all

# ls -lsh /usr/portage/busybox*
1,5M -rw-rw-r-- 1 root portage 1,5M 31 des 10:30 /usr/portage/distfiles/busybox-1.3.1.tar.bz2
and busybox downloads says: 1,7MB

I compiled the same distfile into twice computers... that shouldn't break... maybe deleting the distfile on breaked computer?
Top
tontudelbot
Tux's lil' helper
Tux's lil' helper
Posts: 77
Joined: Thu Jun 08, 2006 12:12 pm

  • Quote

Post by tontudelbot » Wed Jan 03, 2007 9:15 pm

i have updated some packages and now compiles right...
Top
net-0
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 103
Joined: Mon Dec 04, 2006 12:48 am
Location: Lodi, California
Contact:
Contact net-0
Website

  • Quote

Post by net-0 » Wed Jan 03, 2007 9:23 pm

by chance could you mention them?
We built this city on swedish melodic death metal.
Top
net-0
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 103
Joined: Mon Dec 04, 2006 12:48 am
Location: Lodi, California
Contact:
Contact net-0
Website

  • Quote

Post by net-0 » Wed Jan 03, 2007 10:13 pm

deleted the package, and the tmp... then I finally added my timezone info and it worked ....

Since I did a new install forgot to add the timezone info, I think thats what messed me up. 8O
We built this city on swedish melodic death metal.
Top
Post Reply

9 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic