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

Bug#422353: marked as done (tcm - FTBFS: error: conflicts with new declaration with 'C' linkage)



Your message dated Fri, 18 May 2007 22:47:04 +0000
with message-id <E1HpBE0-0003h2-5g@ries.debian.org>
and subject line Bug#422353: fixed in libxt 1:1.0.5-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: tcm
Version: 2.20+TSQD-4
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of tcm_2.20+TSQD-4 on debian-31.osdl.marist.edu by sbuild/s390 98
[...]
> /usr/bin/g++ -Wall -g -O2 -DCONFIG_INSTALL=\"/etc/tcm/\" -DTCM_INSTALL_DIR=\"/usr\" -DTCM_INSTALL_LIB=\"/usr/lib/\" -DTCM_INSTALL_SHARE=\"/usr/share/doc/tcm-doc/\" -DCONFIG_FILE=\"tcm.conf\" -DHELP_DIR=\"/usr/share/doc/tcm-doc/help/\" -DCOLOR_FILE=\"colorrgb.txt\" -DBANNER_FILE=\"banner.ps\" -I. -I/build/buildd/tcm-2.20+TSQD/src/bitmaps -I/build/buildd/tcm-2.20+TSQD/src/gl -I/build/buildd/tcm-2.20+TSQD/src/ui -I/build/buildd/tcm-2.20+TSQD/src/ed -I/build/buildd/tcm-2.20+TSQD/src/dg -I/build/buildd/tcm-2.20+TSQD/src/tb -I/usr/X11R6/LessTif/Motif1.2/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I../dv -DLINUX -c component.c
> /usr/bin/g++ -Wall -g -O2 -DCONFIG_INSTALL=\"/etc/tcm/\" -DTCM_INSTALL_DIR=\"/usr\" -DTCM_INSTALL_LIB=\"/usr/lib/\" -DTCM_INSTALL_SHARE=\"/usr/share/doc/tcm-doc/\" -DCONFIG_FILE=\"tcm.conf\" -DHELP_DIR=\"/usr/share/doc/tcm-doc/help/\" -DCOLOR_FILE=\"colorrgb.txt\" -DBANNER_FILE=\"banner.ps\" -I. -I/build/buildd/tcm-2.20+TSQD/src/bitmaps -I/build/buildd/tcm-2.20+TSQD/src/gl -I/build/buildd/tcm-2.20+TSQD/src/ui -I/build/buildd/tcm-2.20+TSQD/src/ed -I/build/buildd/tcm-2.20+TSQD/src/dg -I/build/buildd/tcm-2.20+TSQD/src/tb -I/usr/X11R6/LessTif/Motif1.2/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I../dv -DLINUX -c colorchooserdialog.c
> /usr/include/X11/VendorP.h:87: error: previous declaration of 'VendorShellClassRec vendorShellClassRec' with 'C++' linkage
> /usr/include/Xm/VendorSP.h:58: error: conflicts with new declaration with 'C' linkage
> make[3]: *** [colorchooserdialog.o] Error 1
> make[3]: Leaving directory `/build/buildd/tcm-2.20+TSQD/src/ui'
> make[2]: *** [libgui.a] Error 2
> make[2]: Leaving directory `/build/buildd/tcm-2.20+TSQD/src'
> make[1]: *** [execs] Error 2
> make[1]: Leaving directory `/build/buildd/tcm-2.20+TSQD'
> make: *** [build-stamp] Error 2
> ******************************************************************************
> Build finished at 20070504-2109
> FAILED [dpkg-buildpackage died]


--- End Message ---
--- Begin Message ---
Source: libxt
Source-Version: 1:1.0.5-3

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

libxt-dev_1.0.5-3_i386.deb
  to pool/main/libx/libxt/libxt-dev_1.0.5-3_i386.deb
libxt6-dbg_1.0.5-3_i386.deb
  to pool/main/libx/libxt/libxt6-dbg_1.0.5-3_i386.deb
libxt6_1.0.5-3_i386.deb
  to pool/main/libx/libxt/libxt6_1.0.5-3_i386.deb
libxt_1.0.5-3.diff.gz
  to pool/main/libx/libxt/libxt_1.0.5-3.diff.gz
libxt_1.0.5-3.dsc
  to pool/main/libx/libxt/libxt_1.0.5-3.dsc



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 422353@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau <jcristau@debian.org> (supplier of updated libxt 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@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 19 May 2007 00:12:24 +0200
Source: libxt
Binary: libxt-dev libxt6 libxt6-dbg
Architecture: source i386
Version: 1:1.0.5-3
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Julien Cristau <jcristau@debian.org>
Description: 
 libxt-dev  - X11 toolkit intrinsics library (development headers)
 libxt6     - X11 toolkit intrinsics library
 libxt6-dbg - X11 toolkit intrinsics library (debug package)
Closes: 422353
Changes: 
 libxt (1:1.0.5-3) unstable; urgency=low
 .
   * Add patch to libXt's headers to add _XFUNCPROTO{BEGIN,END} around a bunch
     of declarations.  This should fix the build of C++ apps using lesstif2
     (closes: #422353).
Files: 
 138dcaa227e9ad069fc747da8b2e94e0 899 x11 optional libxt_1.0.5-3.dsc
 a652b6d52b4ef6d3d282c672d9a69fed 177350 x11 optional libxt_1.0.5-3.diff.gz
 22cfa74a47e0cb0b5e5b73a55dc90852 165550 libs optional libxt6_1.0.5-3_i386.deb
 caea7401e63c5f7fc44ded9d34106eff 473548 libdevel extra libxt6-dbg_1.0.5-3_i386.deb
 42f40ca42d7cb91336cc8a026ce8557e 480236 libdevel optional libxt-dev_1.0.5-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGTib4mEvTgKxfcAwRAgNTAJ9jaHHaoCC/eUGjVJ6zpbfdiZ9+mgCffavt
0EG1PcW6yNkfdRsoxnDjnJw=
=tKUx
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: