Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2134 - vnc.ebuild is broxored
Summary: vnc.ebuild is broxored
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Thilo Bangert (RETIRED) (RETIRED)
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-26 14:32 UTC by aj
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 aj 2002-04-26 14:32:32 UTC
# emerge vnc
Calculating dependencies ...done!
>>> emerge net-misc/vnc-3.3.3-r2 to /
>>> md5 icon_wink.gif vnc-3.3.3r2_unixsrc.tgz
>>> Unpacking source...
>>> Unpacking vnc-3.3.3r2_unixsrc.tgz
>>> Source unpacked.

...Time passes...

make Makefile.boot
make[1]: Entering directory `/var/tmp/portage/vnc-3.3.3-r2/work/vnc_unixsrc/Xvnc'
cd ./config/imake && make -w -f Makefile.ini BOOTSTRAPCFLAGS=""
make[2]: Entering directory
`/var/tmp/portage/vnc-3.3.3-r2/work/vnc_unixsrc/Xvnc/config/imake'
making imake with BOOTSTRAPCFLAGS= in config/imake
cc -o ccimake -O -I../../include -I../../imports/x11/include/X11 ccimake.c
cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c
In file included from /usr/include/signal.h:307,
from imake.c:181:
/usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or directory
In file included from /usr/include/errno.h:36,
from imake.c:241:
/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include/limits.h:117,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include/limits.h:11,
from imake.c:266:
/usr/include/bits/local_lim.h:36: linux/limits.h: No such file or directory
make[2]: *** [imake.o] Error 1
make[2]: Leaving directory
`/var/tmp/portage/vnc-3.3.3-r2/work/vnc_unixsrc/Xvnc/config/imake'
make[1]: *** [imake.proto] Error 2
make[1]: Leaving directory `/var/tmp/portage/vnc-3.3.3-r2/work/vnc_unixsrc/Xvnc'
make: *** [World] Error 2

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

!!! emerge aborting on /usr/portage/net-misc/vnc/vnc-3.3.3-r2.ebuild .
# :(
Comment 1 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2002-04-29 04:46:21 UTC
i can not reproduce this.... it compiles ok on my machine - also it looks like you are missing essential system parts - did you unmerge your kernel-headers?  what does emerge search linux-headers give you?   
Comment 2 aj 2002-04-29 09:24:23 UTC
This prolly occured as a result of bug 2132, bad kernel ebuild dependancies. I 
had merged "gentoo-sources" and unmerged the conflicting "linux-headers" 
without merging any other headers (they didn't exist!). I'll look into it today.
Comment 3 aj 2002-04-29 10:00:24 UTC
Problem was that I had unmerge linux-sources-2.4.18 beleiving it incompatible 
with gentoo-sources-2.4.19.

All better. My bad. Thanx.