Hi, all. I'm seeing the following error messages: ===================================================== root@llama jim # emerge --pretend --update world These are the packages that I would merge, in order: Calculating world dependencies ...done! [ebuild N ] media-gfx/bootsplash-0.6-r3 [ebuild U ] sys-kernel/genkernel-3.0.1_beta6 [1.8] [ebuild N ] sys-kernel/gentoo-sources-2.4.22-r5 [ebuild N ] sys-kernel/development-sources-2.6.1_rc1 [ebuild U ] sys-boot/lilo-22.5.8-r1 [22.5.1] root@llama jim # emerge --update world Calculating world dependencies ...done! >>> emerge (1 of 5) media-gfx/bootsplash-0.6-r3 to / /usr/sbin/ebuild.sh: /usr/portage/media-gfx/bootsplash/bootsplash-0.6-r3.ebuild: line 123: syntax error: unexpected end of file !!! ERROR: media-gfx/bootsplash-0.6-r3 failed. !!! Function , Line 1238, Exitcode 1 !!! error sourcing ebuild root@llama jim # root@llama jim # emerge --update sys-kernel/genkernel Calculating dependencies ...done! >>> emerge (1 of 2) media-gfx/bootsplash-0.6-r3 to / /usr/sbin/ebuild.sh: /usr/portage/media-gfx/bootsplash/bootsplash-0.6-r3.ebuild: line 123: syntax error: unexpected end of file !!! ERROR: media-gfx/bootsplash-0.6-r3 failed. !!! Function , Line 1238, Exitcode 1 !!! error sourcing ebuild root@llama jim # ==================================================== This error is showing up after a successful 'emerge --update --deep system'. Hardware is a server with a dual Xeon Intel mobo with built in 1G/100M/10M NIC and Adaptec (Promise) SCSI controller. Two 36 GB SCA SCSI drives. Currently running 2.4.22 kernel.
please `emerge sync` and try again looks like the ebuild is incomplete (edit the file and see if it looks like it ends prematurely)
As requested, I just tried another 'emerge sync' then 'emerge --update world'. I got the following results: root@llama jim # emerge sync >>> starting rsync with rsync://rsync.gentoo.org/gentoo-portage... >>> checking server timestamp ... Welcome to rsync2.de.gentoo.org Server Address : 217.72.114.99 Hardware : PIV 2.66 Ghz, 1024 Megs of RAM Connectivity : 100 Mbit/s user limit : 70 Location : Munich, Germany ...... skip a bunch of stuff xfce-extra/timestamp.x 40 100% 0.00kB/s 0:00:00 200 files..... Number of files: 72076 Number of files transferred: 170 Total file size: 56541973 bytes Total transferred file size: 59159 bytes Literal data: 9345 bytes Matched data: 49814 bytes File list size: 1580878 Total bytes written: 4908 Total bytes read: 1594793 wrote 4908 bytes read 1594793 bytes 78034.20 bytes/sec total size is 56541973 speedup is 35.35 >>> Updating Portage cache... ...done! root@llama jim # emerge --pretend --update world These are the packages that I would merge, in order: Calculating world dependencies ...done! [ebuild N ] media-gfx/bootsplash-0.6-r3 [ebuild U ] sys-kernel/genkernel-3.0.1_beta6 [1.8] [ebuild N ] sys-kernel/gentoo-sources-2.4.22-r5 [ebuild N ] sys-kernel/development-sources-2.6.1_rc1 [ebuild U ] sys-boot/lilo-22.5.8-r1 [22.5.1] root@llama jim # emerge --update world Calculating world dependencies ...done! >>> emerge (1 of 5) media-gfx/bootsplash-0.6-r3 to / /usr/sbin/ebuild.sh: /usr/portage/media-gfx/bootsplash/bootsplash-0.6-r3.ebuild: line 123: syntax error: unexpected end of file !!! ERROR: media-gfx/bootsplash-0.6-r3 failed. !!! Function , Line 1238, Exitcode 1 !!! error sourcing ebuild root@llama jim #
could you post /usr/portage/media-gfx/bootsplash/bootsplash-0.6-r3.ebuild as an attachment please ? perhaps even delete it and `emerge sync` again ...
Deleting the ebuild then 'emerge sync'ing again took care of the problem. It completed successfully. Thanks.
yeah, i had that happen to me on a box earlier today :x dunno if theres much we can do about it ...