Bug#422353: tcm - FTBFS: error: conflicts with new declaration with 'C' linkage

2007-05-10 Thread Kurt Roeckx
reassign 422353 libxt-dev
found 422353 1:1.0.5-2
thanks

On Sat, May 05, 2007 at 01:12:35PM +0200, Bastian Blank wrote:
  /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

I'm also seeing the same thing when building xt.

For some reason /usr/include/X11/VendorP.h (From libxt-dev) and
/usr/include/Xm/VendorSP.h (from lesstif2-dev) both define that
function.

/usr/include/Xm/VendorSP.h seems to properly put an extern C for C++
programs in it's header file, /usr/include/X11/VendorP.h doesn't.

I think there are 2 bugs here:
- Both shouldn't define the same function
- libxt-dev should use extern C

I'm reassigning it to libxt-dev.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#422353: tcm - FTBFS: error: conflicts with new declaration with 'C' linkage

2007-05-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 422353 libxt-dev
Bug#422353: tcm - FTBFS: error: conflicts with new declaration with 'C' linkage
Bug reassigned from package `tcm' to `libxt-dev'.

 found 422353 1:1.0.5-2
Bug#422353: tcm - FTBFS: error: conflicts with new declaration with 'C' linkage
Bug marked as found in version 1:1.0.5-2.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#422353: tcm - FTBFS: error: conflicts with new declaration with 'C' linkage

2007-05-05 Thread Bastian Blank
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]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]