Your message dated Mon, 22 Oct 2018 02:40:58 +0000
with message-id <[email protected]>
and subject line Bug#616572: fixed in kmflcomp 10.99.33-1
has caused the Debian Bug report #616572,
regarding package kmflcomp-0.9.8-1 failed to build from source on Ubuntu natty
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 [email protected]
immediately.)


-- 
616572: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616572
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kmflcomp
Version: 0.9.8-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch


Package failed to build from source on Ubuntu natty
Here is the error log:

gcc -Wall -g -g -O2 -g -O2 -Wl,-Bsymbolic-functions -o kmflcomp 
kmflcomp-kmfl_compiler.o -lX11 -L/usr/X11R6/lib ../src/.libs/libkmflcomp.a
../src/.libs/libkmflcomp.a(libkmflcomp_la-kmflcomp.o): In function 
`text_to_keysym':
/home/tarun/source/kmflcomp/kmflcomp-0.9.8/src/kmflcomp.c:1329: undefined 
reference to `XStringToKeysym'
../src/.libs/libkmflcomp.a(libkmflcomp_la-kmflcomp.o): In function 
`make_keysym':
/home/tarun/source/kmflcomp/kmflcomp-0.9.8/src/kmflcomp.c:1350: undefined 
reference to `XOpenDisplay'
/home/tarun/source/kmflcomp/kmflcomp-0.9.8/src/kmflcomp.c:1354: undefined 
reference to `XKeysymToKeycode'
/home/tarun/source/kmflcomp/kmflcomp-0.9.8/src/kmflcomp.c:1355: undefined 
reference to `XKeycodeToKeysym'
/home/tarun/source/kmflcomp/kmflcomp-0.9.8/src/kmflcomp.c:1356: undefined 
reference to `XCloseDisplay'
collect2: ld returned 1 exit status
make[3]: *** [kmflcomp] Error 1
make[3]: Leaving directory 
`/home/tarun/source/kmflcomp/kmflcomp-0.9.8/kmfl_compiler'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tarun/source/kmflcomp/kmflcomp-0.9.8'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/tarun/source/kmflcomp/kmflcomp-0.9.8'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

*** /tmp/tmp4UWQwv
In Ubuntu, we've applied the attached patch to achieve the following:

  * kmflcomp-0.9.8/kmfl_compiler/Makefile.in: linked library -lX11 to fix
    FTBFS. (LP: #729152) 

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 
'maverick-backports'), (500, 'maverick')
Architecture: i386 (i686)

Kernel: Linux 2.6.35-25-generic (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u kmflcomp-0.9.8/debian/changelog kmflcomp-0.9.8/debian/changelog
diff -u kmflcomp-0.9.8/debian/control kmflcomp-0.9.8/debian/control
--- kmflcomp-0.9.8/debian/control
+++ kmflcomp-0.9.8/debian/control
@@ -1,7 +1,8 @@
 Source: kmflcomp
 Priority: optional
 Section: utils
-Maintainer: Doug Rintoul <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Doug Rintoul <[email protected]>
 Uploaders: Torsten Werner <[email protected]>
 Build-Depends: cdbs (>= 0.4.27), debhelper (>= 4.1.0), libx11-dev
 Standards-Version: 3.8.0
only in patch2:
unchanged:
--- kmflcomp-0.9.8.orig/kmfl_compiler/Makefile.in
+++ kmflcomp-0.9.8/kmfl_compiler/Makefile.in
@@ -108,7 +108,7 @@
 LEXLIB = @LEXLIB@
 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -lX11
 LIBTOOL = @LIBTOOL@
 LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
@@ -307,7 +307,7 @@
 @am__fastdepCC_TRUE@	mv -f $(DEPDIR)/kmflcomp-kmfl_compiler.Tpo $(DEPDIR)/kmflcomp-kmfl_compiler.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='kmfl_compiler.c' object='kmflcomp-kmfl_compiler.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kmflcomp_CFLAGS) $(CFLAGS) -c -o kmflcomp-kmfl_compiler.o `test -f 'kmfl_compiler.c' || echo '$(srcdir)/'`kmfl_compiler.c
+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kmflcomp_CFLAGS) $(CFLAGS) -c -o kmflcomp-kmfl_compiler.o `test -f 'kmfl_compiler.c' || echo '$(srcdir)/'`kmfl_compiler.c $(LIBS)
 
 kmflcomp-kmfl_compiler.obj: kmfl_compiler.c
 @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kmflcomp_CFLAGS) $(CFLAGS) -MT kmflcomp-kmfl_compiler.obj -MD -MP -MF $(DEPDIR)/kmflcomp-kmfl_compiler.Tpo -c -o kmflcomp-kmfl_compiler.obj `if test -f 'kmfl_compiler.c'; then $(CYGPATH_W) 'kmfl_compiler.c'; else $(CYGPATH_W) '$(srcdir)/kmfl_compiler.c'; fi`

--- End Message ---
--- Begin Message ---
Source: kmflcomp
Source-Version: 10.99.33-1

We believe that the bug you reported is fixed in the latest version of
kmflcomp, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Glassey <[email protected]> (supplier of updated kmflcomp 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 [email protected])


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

Format: 1.8
Date: Fri, 19 Oct 2018 11:14:12 +0700
Source: kmflcomp
Binary: libkmflcomp-dev kmflcomp libkmflcomp0
Architecture: source amd64
Version: 10.99.33-1
Distribution: unstable
Urgency: medium
Maintainer: Daniel Glassey <[email protected]>
Changed-By: Daniel Glassey <[email protected]>
Description:
 kmflcomp   - KMFL (Keyboard Mapping for Linux) Compiler
 libkmflcomp-dev - Development files for libkmflcomp
 libkmflcomp0 - KMFL (Keyboard Mapping for Linux) compiler library
Closes: 616572
Changes:
 kmflcomp (10.99.33-1) unstable; urgency=medium
 .
   * transition not required so uploading to unstable
   * d/control: standards version 4.2.1
       no changes
   * New upstream changes linking libX11 which closes: #616572
Checksums-Sha1:
 dde48322e45dd2f724e69b9d149ec226503418d9 1901 kmflcomp_10.99.33-1.dsc
 673887ae4120c44520a4e35a8dedf9017d7aaaf3 418145 kmflcomp_10.99.33.orig.tar.gz
 9b6b8c0a62acede7e0d5ee582e303c3800507f3e 5232 kmflcomp_10.99.33-1.debian.tar.xz
 fca028df55ba3823b9e5aa7ae6d66538a2e41863 5404 
kmflcomp-dbgsym_10.99.33-1_amd64.deb
 af44b91e3219f8d775afef3b3e2bdd5da89c8cfc 7169 
kmflcomp_10.99.33-1_amd64.buildinfo
 db396d7b34bd4903cd7ea91049cc99d0b0a63962 8836 kmflcomp_10.99.33-1_amd64.deb
 9221baa76191144d7f80cfaae56254278a558956 41860 
libkmflcomp-dev_10.99.33-1_amd64.deb
 ed332eb1fd65c35b05067d48f5067a658bf72726 58536 
libkmflcomp0-dbgsym_10.99.33-1_amd64.deb
 6563aedc2148d48edf6b0a30effcaaa4e94e9969 38940 
libkmflcomp0_10.99.33-1_amd64.deb
Checksums-Sha256:
 97efc48e575725395ee509115d2de86c4493eea4433a0027e55c7c98f7a1b635 1901 
kmflcomp_10.99.33-1.dsc
 c08f07c595f171eafcfc01fe098279849ba18c71f45819d5162bdecc9f5831f7 418145 
kmflcomp_10.99.33.orig.tar.gz
 54b231967bf0b81f3e293f7278b686fad9042c3358419bb607acbb04ed318eb1 5232 
kmflcomp_10.99.33-1.debian.tar.xz
 a0c0a855dea78522c1981a6e86405c73464181f3218881553baa31b7e8ab1020 5404 
kmflcomp-dbgsym_10.99.33-1_amd64.deb
 2865b3cef7c084dbf48a313f68702e18a97c3a0b2f7778368ef07d232b33efa4 7169 
kmflcomp_10.99.33-1_amd64.buildinfo
 d5adf69eee426f42781eca4b047a52daac801bd406cb3e4ea85d5f7ed50c5664 8836 
kmflcomp_10.99.33-1_amd64.deb
 dec6ba7664959325f83999e1583dca032126ea870131d87accfa4713383e5d1a 41860 
libkmflcomp-dev_10.99.33-1_amd64.deb
 02d17371a932b1e78f5038d8a68554b6aae36227bc177497ec0d41d786cf5b7f 58536 
libkmflcomp0-dbgsym_10.99.33-1_amd64.deb
 ea027f1dcdca83fa1b6fc03f50f1bea31c27f72642be049406ea0874ed1089bb 38940 
libkmflcomp0_10.99.33-1_amd64.deb
Files:
 b3ac512f3f3e0bd47c569e849d16e204 1901 utils optional kmflcomp_10.99.33-1.dsc
 feca46c8755850b46a360eda24b2f1b1 418145 utils optional 
kmflcomp_10.99.33.orig.tar.gz
 22b3951719c2f475bf1e237f8a661bda 5232 utils optional 
kmflcomp_10.99.33-1.debian.tar.xz
 629ea0207116c77dc2b80458fcc177ea 5404 debug optional 
kmflcomp-dbgsym_10.99.33-1_amd64.deb
 33e4b549096766257a2086e868c4dd91 7169 utils optional 
kmflcomp_10.99.33-1_amd64.buildinfo
 332e2a3e81a18c14a987f4ed7483c65c 8836 utils optional 
kmflcomp_10.99.33-1_amd64.deb
 1dec9641ac45ec9b6fd4b22774e6c710 41860 libdevel optional 
libkmflcomp-dev_10.99.33-1_amd64.deb
 244640b4e20290596f07c9d988c3f1e7 58536 debug optional 
libkmflcomp0-dbgsym_10.99.33-1_amd64.deb
 d5f812b17c2d31818010ed41c2817d40 38940 libs optional 
libkmflcomp0_10.99.33-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCAAtFiEEP9uYY3maaxHY72BlBJsQM68GDFoFAlvK1DUPHHdkZ0BkZWJp
YW4ub3JnAAoJEASbEDOvBgxaoIQP/3fWr+PTkpRPCpheSkhx0/S3ed3qE0Qofeac
hBval/7KX28KIihahc6IKU3C/XoaifiwM4STuWaK4e8Z0x+LNeiCkFQefFaEGo0G
VHRTlYnM230Ri9UOdzRMjBHX/37lwkmcQvlt9uLxpOdyMSKmyHuy3pycyTkBPxAQ
ZPPCst/b1FkA8ajaSTaek2/zno3xcNbM06hnrlG3q7RycMSmXPiNPdjUdC0HvWx4
9uBJIY/yv7/6/rqGe+1yqcp9Bf1kpuNSSbQKyNaST/AV/IardAID37PK2iIhSwhS
W6NhScAaQySMHoPuL9bBwsz9IMauYnOVNTrIfLqx3zo3N5jECwEzJG/M5H8CZkLT
/CFXo4+ZrIbLyV/3KA07FWWCXdnIh1X3ILoqyJQFQuegs+wfknCE+QAkkYy1gAbJ
FjbvhBZ1xMm152Is3jg2atyRsVd6aPuYCpUIcd+gvR35h3DOqUgnfdsAUd1CukEP
5k9V39kdv3BrwuUAOh5hxtiH65HiGn3D/mjmSqWAMjfoieRy7awmlpSqpvdT02/a
IVnQVqAwEAroha8TxP19X/z6Mm5Rhu8q+jnOSVYiFZh81e1nNOvmmNZw5YheXmSm
4OKyH5K44ThMBb3/eLYbG8JTr5q2UxvBuyPzqgPA0wmpga6iylmLYUHef0k6I9MM
ZnbThgC2
=uaxn
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to