Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122190 - !!! ERROR: x11-misc/xxkb-1.10 failed. (modular Xorg bug)
Summary: !!! ERROR: x11-misc/xxkb-1.10 failed. (modular Xorg bug)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-08 16:39 UTC by Alexey Maximov
Modified: 2006-02-08 20:31 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 Alexey Maximov 2006-02-08 16:39:42 UTC
resource.c:378: warning: incompatible implicit declaration of built-in function 'printf'
resource.c: In function 'SaveAppInConfig':
resource.c:448: warning: incompatible implicit declaration of built-in function 'sprintf'
gcc -m32 -O2      -I/usr/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE -D_XOPEN_SOURCE            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -DFUNCPROTO=15 -DNARROWPROTO   -DAPPDEFDIR=\"/usr/lib/X11/app-defaults\"       -DPIXMAPDIR=\"/usr/share/xxkb\"    -c -o wlist.o wlist.c
wlist.c: In function 'win_add':
wlist.c:32: warning: incompatible implicit declaration of built-in function 'malloc'
wlist.c:36: warning: incompatible implicit declaration of built-in function 'memcpy'
wlist.c: In function 'win_free':
wlist.c:55: warning: incompatible implicit declaration of built-in function 'printf'
rm -f xxkb
gcc -m32 -o xxkb -O2      -L/usr/lib   xxkb.o resource.o wlist.o -lX11 -lXpm -lXt
rm -f xxkb._man
if test -z "" ; then \
   cd `dirname xxkb` && \
   ln -s `basename xxkb.man` `basename xxkb._man`; \
else \
             cpp -undef -traditional  -D__apploaddir__=/usr/lib/X11/app-defaults -D__appmansuffix__=1x -D__filemansuffix__=5x -D__libmansuffix__=3x -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 6 8 99 903 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 6 8 99 903 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org"  \
     < xxkb.man | sed -e '/^#  *[0-9][0-9]*  *.*$/d'                    -e '/^#line  *[0-9][0-9]*  *.*$/d'                      -e '/^[         ]*XCOMM$/s/XCOMM/#/'                        -e '/^[         ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/'                        -e '/^[         ]*XHASH/s/XHASH/#/'                -e '/\@\@$/s/\@\@$/\\/' >xxkb._man; \
fi
rm -f xxkb.1x.html xxkb.1x-html
rman -f HTML < xxkb._man \
  > xxkb.1x-html && mv -f xxkb.1x-html xxkb.1x.html
/bin/sh: rman: command not found
make: *** [xxkb.1x.html] Error 127

!!! ERROR: x11-misc/xxkb-1.10 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2006-02-08 20:31:38 UTC
Thanks, fixed!