Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10170 - ebuild of ghostview fails during emerge -u world
Summary: ebuild of ghostview fails during emerge -u world
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-03 21:06 UTC by Steven Tower
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Tower 2002-11-03 21:06:41 UTC
towerpc root # emerge -p -u world

These are the packages that I would merge, in order.

Calculating world dependencies ...done!
[ebuild    U ] app-text/ghostview-1.5-r1
[ebuild    U ] kde-base/kdebase-3.0.4
[ebuild    U ] app-admin/kportage-0.5.1
[ebuild    U ] x11-themes/xmms-themes-0.0.2

towerpc root # emerge -u world
Calculating world dependencies ...done!
>>> emerge (1 of 4) app-text/ghostview-1.5-r1 to /
>>> md5 ;-) ghostview-1.5.tar.gz
>>> Unpacking source...
>>> Unpacking ghostview-1.5.tar.gz
/usr/sbin/ebuild.sh: line 22:
/usr/portage/app-text/ghostview/files/ghostview-1.5-r1-gentoo.diff: No such file
or directory
>>> Source unpacked.
mv -f Makefile Makefile.bak
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
make Makefiles
make: Nothing to be done for `Makefiles'.
make includes
make: Nothing to be done for `includes'.
make depend
sh ad2c Ghostview.ad > app-defaults.h
gccmakedep  --   -I/usr/X11R6/include    -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE
-D_SVID_SOURCE     -DFUNCPROTO=15 -DNARROWPROTO   -DNON_BLOCKING_IO  -DSELFILE 
-DUSE_MAKEDEPEND -- main.c misc.c callbacks.c actions.c dialogs.c              
    Ghostview.c ps.c getenv.c setenv.c strcasecmp.c                   SelFile.c
Dir.c Path.c Draw.c
gcc -mcpu=athlon-xp -march=athlon-xp -O3 -pipe -fomit-frame-pointer -mmmx
-m3dnow -msse -mfpmath=sse -fno-strength-reduce      -I/usr/X11R6/include   
-Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE
-D_BSD_SOURCE -D_SVID_SOURCE     -DFUNCPROTO=15 -DNARROWPROTO  
-DNON_BLOCKING_IO  -DSELFILE    -c -o main.o main.c
gcc -mcpu=athlon-xp -march=athlon-xp -O3 -pipe -fomit-frame-pointer -mmmx
-m3dnow -msse -mfpmath=sse -fno-strength-reduce      -I/usr/X11R6/include   
-Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE
-D_BSD_SOURCE -D_SVID_SOURCE     -DFUNCPROTO=15 -DNARROWPROTO  
-DNON_BLOCKING_IO  -DSELFILE    -c -o misc.o misc.c
misc.c:64: conflicting types for `sys_errlist'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/include/stdio.h:561: previous declaration
of `sys_errlist'
make: *** [misc.o] Error 1
make: *** Waiting for unfinished jobs....

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 32, Exitcode 2
!!! (no error message)

towerpc root #
Comment 1 Steven Tower 2002-11-04 05:08:16 UTC
latest emerge sync seems to have fixed the problem.