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

Bug#793367: marked as done (kic: FTBFS due to linking with -L without argument which gobbles -lX11)



Your message dated Thu, 30 Jul 2015 21:17:41 +0000
with message-id <E1ZKvCv-0003ZI-9X@franck.debian.org>
and subject line Bug#793367: fixed in kic 2.4a-2~deb8u1
has caused the Debian Bug report #793367,
regarding kic: FTBFS due to linking with -L without argument which gobbles -lX11
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.)


-- 
793367: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793367
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: kic
Version: 2.4a-1.1
Severity: serious
Tags: jessie stetch sid
Justification: fails to build from source

from a rebuild in a clean pbuilder jessie environment:

[...]
cd ../xmfb; /usr/bin/make
make[3]: Entering directory '/tmp/buildd/kic-2.4a/src/xmfb'
gcc -O -Wall -DUSE_OLD_MALLOC -DHAVE_SYS_IOCTL_H -I../include  -c 6x8font.c
gcc -O -Wall -DUSE_OLD_MALLOC -DHAVE_SYS_IOCTL_H -I../include  -c 8x14font.c
gcc -O -Wall -DUSE_OLD_MALLOC -DHAVE_SYS_IOCTL_H -I../include  -c 8x16font.c
gcc -O -Wall -DUSE_OLD_MALLOC -DHAVE_SYS_IOCTL_H -I../include  -c 8x8font.c
gcc -O -Wall -DUSE_OLD_MALLOC -DHAVE_SYS_IOCTL_H -I../include  -c mfb.c
mfb.c: In function 'MFBInfo':
mfb.c:2121:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
         return (int)mfb_fontName;
                ^
gcc -O -Wall -DUSE_OLD_MALLOC -DHAVE_SYS_IOCTL_H -I../include  -c mfbcsdl.c
gcc -O -Wall -DUSE_OLD_MALLOC -DHAVE_SYS_IOCTL_H -I../include  -c mfbtext.c
gcc -O -Wall -DUSE_OLD_MALLOC -DHAVE_SYS_IOCTL_H -I../include  -c text1.c
gcc -O -Wall -DUSE_OLD_MALLOC -DHAVE_SYS_IOCTL_H -I../include  -c xfb.c
In file included from /usr/include/string.h:635:0,
                 from ../include/cd.h:33,
                 from ../include/kic.h:29,
                 from xfb.c:25:
xfb.c: In function 'SelectKicFont':
xfb.c:127:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
         strncpy(Parameters.kpFontName, (char *)MFBInfo(FONTNAME), 80);
                                        ^
ar r ../xmfb.a 6x8font.o 8x14font.o 8x16font.o 8x8font.o mfb.o mfbcsdl.o mfbtext.o text1.o xfb.o
ar: creating ../xmfb.a
ranlib ../xmfb.a
make[3]: Leaving directory '/tmp/buildd/kic-2.4a/src/xmfb'
gcc -o kic kicmain.o global.o  \
            ../kic.a ../cd.a ../convert.a ../help.a ../ginterf.a \
            ../xmfb.a -L -lX11 -lXmu -lXext -lm 
kicmain.o: In function `MallocFailed':
kicmain.c:(.text+0xc2f): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
/usr/bin/ld: ../xmfb.a(mfb.o): undefined reference to symbol 'XMapSubwindows'
//usr/lib/x86_64-linux-gnu/libX11.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:36: recipe for target 'kic' failed
make[2]: *** [kic] Error 1
make[2]: Leaving directory '/tmp/buildd/kic-2.4a/src/bin'
Makefile:3: recipe for target 'dummy' failed
make[1]: *** [dummy] Error 2
make[1]: Leaving directory '/tmp/buildd/kic-2.4a'
debian/rules:19: recipe for target 'build-stamp' failed
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


The linking command uses
    -L -lX11 -lXmu -lXext -lm
but since -L requires an argument, it gobbles -lX11.


Andreas

--- End Message ---
--- Begin Message ---
Source: kic
Source-Version: 2.4a-2~deb8u1

We believe that the bug you reported is fixed in the latest version of
kic, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 793367@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <anbe@debian.org> (supplier of updated kic package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 24 Jul 2015 01:35:20 +0200
Source: kic
Binary: kic
Architecture: source amd64
Version: 2.4a-2~deb8u1
Distribution: jessie
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Andreas Beckmann <anbe@debian.org>
Description:
 kic        - Enhanced KIC layout editor
Closes: 793367
Changes:
 kic (2.4a-2~deb8u1) jessie; urgency=medium
 .
   * QA upload.
   * Rebuild for jessie.
 .
 kic (2.4a-2) unstable; urgency=medium
 .
   * QA upload.
   * Set Maintainer to Debian QA Group.  (See: #691834)
   * configure: Do not add -L without argument to $LIBS.  (Closes: #793367)
Checksums-Sha1:
 f53a7d239b8ed0f023015a3214f32c9324fa2ede 1726 kic_2.4a-2~deb8u1.dsc
 fd747ffc0ecbacaabe3a257833cdab1765f7efb8 6501 kic_2.4a-2~deb8u1.diff.gz
 2e1c8d16302107d871daa5aedc980f53ceb88e03 212624 kic_2.4a-2~deb8u1_amd64.deb
Checksums-Sha256:
 f71af17d938dfa3ef3e60730bed7f6c3da3d475921c3d8ca3b6ae9059e69b0a8 1726 kic_2.4a-2~deb8u1.dsc
 f511a2dc3d4cdbd5e7f9a747a4222053bcffe0ab6bdca7a067f92afc20887c1f 6501 kic_2.4a-2~deb8u1.diff.gz
 884d08ef8e95f166e34e097110d8484801ef94ca383247f016d57268b37e3073 212624 kic_2.4a-2~deb8u1_amd64.deb
Files:
 20aa236b2cc6c52e9ec5a681212b197a 1726 non-free/x11 optional kic_2.4a-2~deb8u1.dsc
 3eee8301a6a7848dc2c1e4b97aa22108 6501 non-free/x11 optional kic_2.4a-2~deb8u1.diff.gz
 b103f3a98ed4ca2d3071d3b7c56dcd8e 212624 non-free/x11 optional kic_2.4a-2~deb8u1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVtO4KAAoJEF+zP5NZ6e0IFrUQAIT9Dk+gjbIYd4La29HHIPzT
69ATgNk/wMUVUPND88E4Sr9q8zyfb1jQFrLYaSQtFy7rhrl84+T7b5yb0LGPyg5X
vMAMdxA5m3fMO8RiyfNNnkDewvL+jLU+e+22YycbWCqyWNRz5/DZLdtfYZe2b7e8
iBsOCzJloNetuqFLQQYs5Gmr56hFr3fUP/o7/+KxUJHPwUHwCh1Pk4n0RPjVcXYD
GEdufBKvI00HrND1EianZA8vaad+3BzOh0IhEq7dAUM5vf/ljMAEzHWSmlsnlKdY
XsdCM30eQrBsYLktqX886gvYXXL5ekLp0QFcOp7nr/9GVifh1oOVLFf/jAFVVapg
/01a6Lt9oK9hg5C2L7kkrh+LhL+KSsZqhGuB47r7vnVN9ENkIR2Y7yrUaTZIf8qX
wTTwkfGSZnu5h1BFPYjwEBG3Y1vLl+JksFAM+RoJIjInVHvpwWnYwqZU8cO+MKEh
OzRYvjZexyKDE5mTXnSJpuNtIacIS07YR0hQ+hELqPckyRInOS6c9muAO77uHPsD
FqkAvVErf1bZdr9f5E+FtDSAxJNFPcXd5RSGKoDkzb5uT9SiV2HnTOpZc9adU+0L
ljcaIYBy4kXkYkVF5QcD4PGHlGiCk5uanOYnPm0hxioxmSm3K8Pi1/tIYcOtMo4W
ShoXUn3RoN60mwoDsa5v
=3oH6
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: