[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#600074: marked as done (wmbubble: FTBFS unstable - undefined reference to 'XrmInitialize')



Your message dated Wed, 16 May 2012 10:59:26 +0300
with message-id <871umky2sh.fsf@test20.cante.net>
and subject line Bug#600074 Close bts:debian
has caused the Debian Bug report #600074,
regarding wmbubble: FTBFS unstable - undefined reference to 'XrmInitialize'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
600074: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600074
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wmbubble
Version: 
Severity: serious
Justification: FTBFS


The LIBS variable in Makefile is probably missing -lX11

$ LC_ALL=C debuild
ubblemon.c: In function 'render_secondary':
bubblemon.c:1078: warning: format '%6llu' expects type 'long long unsigned int', but argument 4 has type 'u_int64_t'
bubblemon.c:1080: warning: format '%6llu' expects type 'long long unsigned int', but argument 4 has type 'u_int64_t'
bubblemon.c:1087: warning: format '%6llu' expects type 'long long unsigned int', but argument 4 has type 'u_int64_t'
bubblemon.c:1089: warning: format '%6llu' expects type 'long long unsigned int', but argument 4 has type 'u_int64_t'
gcc -O3 -ansi -Wall `pkg-config gtk+-2.0 --cflags` -DENABLE_DUCK -DENABLE_CPU -DENABLE_MEMSCREEN -DUPSIDE_DOWN_DUCK  -DNAME=\"bubblemon\"   -c -o sys\
_linux.o sys_linux.c
sys_linux.c: In function 'system_cpu':
sys_linux.c:69: warning: format '%Ld' expects type 'long long int *', but argument 3 has type 'u_int64_t *'
sys_linux.c:69: warning: format '%Ld' expects type 'long long int *', but argument 4 has type 'u_int64_t *'
sys_linux.c:69: warning: format '%Ld' expects type 'long long int *', but argument 5 has type 'u_int64_t *'
sys_linux.c:69: warning: format '%Ld' expects type 'long long int *', but argument 6 has type 'u_int64_t *'
sys_linux.c: In function 'system_memory':
sys_linux.c:127: warning: format '%Ld' expects type 'long long int *', but argument 3 has type 'u_int64_t *'
sys_linux.c:132: warning: format '%Ld' expects type 'long long int *', but argument 3 has type 'u_int64_t *'
sys_linux.c:137: warning: format '%Ld' expects type 'long long int *', but argument 3 has type 'u_int64_t *'
sys_linux.c:142: warning: format '%Ld' expects type 'long long int *', but argument 3 has type 'u_int64_t *'
sys_linux.c:160: warning: format '%Ld' expects type 'long long int *', but argument 3 has type 'u_int64_t *'
sys_linux.c:160: warning: format '%Ld' expects type 'long long int *', but argument 4 has type 'u_int64_t *'
sys_linux.c:160: warning: format '%Ld' expects type 'long long int *', but argument 5 has type 'u_int64_t *'
sys_linux.c:160: warning: format '%Ld' expects type 'long long int *', but argument 6 has type 'u_int64_t *'
sys_linux.c:160: warning: format '%Ld' expects type 'long long int *', but argument 7 has type 'u_int64_t *'
sys_linux.c:160: warning: format '%Ld' expects type 'long long int *', but argument 8 has type 'u_int64_t *'
sys_linux.c:161: warning: format '%Ld' expects type 'long long int *', but argument 3 has type 'u_int64_t *'
sys_linux.c:161: warning: format '%Ld' expects type 'long long int *', but argument 4 has type 'u_int64_t *'
gcc -O3 -ansi -Wall `pkg-config gtk+-2.0 --cflags` -DENABLE_DUCK -DENABLE_CPU -DENABLE_MEMSCREEN -DUPSIDE_DOWN_DUCK  -DNAME=\"bubblemon\" -o bubblemo\
n bubblemon.o sys_linux.o `pkg-config gtk+-2.0 --libs | sed "s/-lgtk//g"` -lX
/usr/bin/ld: error: cannot find -lX
/usr/bin/ld: bubblemon.o: in function bubblemon_session_defaults:bubblemon.c(.text+0x102e): error: undefined reference to 'XrmInitialize'
/usr/bin/ld: bubblemon.o: in function bubblemon_session_defaults:bubblemon.c(.text+0x105c): error: undefined reference to 'XrmGetFileDatabase'
/usr/bin/ld: bubblemon.o: in function bubblemon_session_defaults:bubblemon.c(.text+0x1091): error: undefined reference to 'XrmGetResource'
/usr/bin/ld: bubblemon.o: in function bubblemon_session_defaults:bubblemon.c(.text+0x10fd): error: undefined reference to 'XrmGetResource'
/usr/bin/ld: bubblemon.o: in function bubblemon_session_defaults:bubblemon.c(.text+0x1165): error: undefined reference to 'XrmGetResource'
/usr/bin/ld: bubblemon.o: in function bubblemon_session_defaults:bubblemon.c(.text+0x11cd): error: undefined reference to 'XrmGetResource'
/usr/bin/ld: bubblemon.o: in function main:bubblemon.c(.text+0x25d4): error: undefined reference to 'XSetWMNormalHints'
/usr/bin/ld: bubblemon.o: in function main:bubblemon.c(.text+0x26ce): error: undefined reference to 'XSetWMHints'
/usr/bin/ld: bubblemon.o: in function main:bubblemon.c(.text+0x3a3a): error: undefined reference to 'XQueryKeymap'
/usr/bin/ld: bubblemon.o: in function main:bubblemon.c(.text+0x41d7): error: undefined reference to 'XStringToKeysym'
/usr/bin/ld: bubblemon.o: in function main:bubblemon.c(.text+0x422b): error: undefined reference to 'XKeysymToKeycode'
collect2: ld returned 1 exit status
make: *** [bubblemon] Error 1
make[1]: Leaving directory `/srv/deb/nmu/wmbubble/wmbubble.git'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1327:



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



--- End Message ---
--- Begin Message ---
Package: wmbubble
Version: 1.46-2.1

Reason for close:

Library -lX11 is in the link flags and the package builds.


--- End Message ---

Reply to: