Bug#302711: Your Debian Bug 302711 plib: FTBFS: linker error - Please check

2006-09-16 Thread Philipp Frauenfelder
Hi Roland

Do you still get the linker error when building plib as you
reported in April 2005? Please recheck.

Thanks
-- 
Philipp  | work: [EMAIL PROTECTED] +41 1 802 20 00
Frauenfelder | home: [EMAIL PROTECTED] +41 1 862 73 14
[PGP]| http://www.frauenfelder-kuerner.ch/
Proudly running Debian GNU/Linux. See http://www.debian.org/


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



Bug#302711: plib: FTBFS: linker error

2005-04-28 Thread Roland Stigge
Hi,

On Wed, 2005-04-27 at 23:24 +0200, Philipp Frauenfelder wrote:
 Am Sat, Apr 02, 2005 at 04:10:21PM +0200 hat Roland Stigge getippert:
  building the package plib in a clean sid build environment
  (with pbuilder) on i386 results in:
  
  =
  [...]
  make[2]: Leaving directory `/tmp/buildd/plib-1.8.4'
  make[1]: Leaving directory `/tmp/buildd/plib-1.8.4'
  set -e; for i in `find src -name 'lib*a'`; do \
( cd `dirname $i`;\
  libname=`basename $i .a` ;\
  gcc -shared -Wl,-soname,$libname.so.1.8.4 \
-o $libname.so.1.8.4 `ar t $libname.a` ) ;\
  done
  jsLinuxOld.o(.text+0x0): In function `jsJoystick::open()':
  /tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:42: multiple definition of 
  `jsJoystick::open()'
  jsLinux.o(.text+0x10):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:47: first 
  defined here
  /usr/bin/ld: Warning: size of symbol `jsJoystick::open()' changed from 536 
  in jsLinux.o to 279 in jsLinuxOld.o
  jsLinuxOld.o(.text+0x2b0): In function `jsJoystick::rawRead(int*, float*)':
  /tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:111: multiple definition of 
  `jsJoystick::rawRead(int*, float*)'
  jsLinux.o(.text+0x3c0):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:129: first 
  defined here
  /usr/bin/ld: Warning: size of symbol `jsJoystick::rawRead(int*, float*)' 
  changed from 588 in jsLinux.o to 199 in jsLinuxOld.o
  jsLinuxOld.o(.text+0x120): In function `jsJoystick::close()':
  /tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:89: multiple definition of 
  `jsJoystick::close()'
  jsLinux.o(.text+0x230):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:107: first 
  defined here
  jsLinuxOld.o(.text+0x170): In function 
  `jsJoystick::jsJoystick[not-in-charge](int)':
  /tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:97: multiple definition of 
  `jsJoystick::jsJoystick[not-in-charge](int)'
  jsLinux.o(.text+0x280):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:115: first 
  defined here
  jsLinuxOld.o(.text+0x210): In function 
  `jsJoystick::jsJoystick[in-charge](int)':
  /tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:97: multiple definition of 
  `jsJoystick::jsJoystick[in-charge](int)'
  jsLinux.o(.text+0x320):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:115: first 
  defined here
  jsLinuxOld.o(.text+0x380): In function `jsInit()':
  /tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:143: multiple definition of 
  `jsInit()'
  jsLinux.o(.text+0x0):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:44: first 
  defined here
  collect2: ld returned 1 exit status
  make: *** [build-stamp] Error 1
  =
 
 I have tested with pbuilder today and have not been able to
 reproduce the problem.
 
 All the builds done by the build daemons have succeeded.
 
 I am downgrading the bug report to normal.

I can still reproduce this. Considering that others can reproduce the
problem, too, I wonder how it can work for you. Are you using
--variant=buildd? Which dist suite? Architecture?

Note that build daemons sometimes don't provide clean build
environments.

bye,
  Roland




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



Bug#302711: plib: FTBFS: linker error

2005-04-28 Thread Lars Wirzenius
to, 2005-04-28 kello 12:22 +0200, Roland Stigge kirjoitti:
 I can still reproduce this. Considering that others can reproduce the
 problem, too, I wonder how it can work for you. Are you using
 --variant=buildd? Which dist suite? Architecture?

I still can't reproduce this build problem. I use sid on i386, I don't
use --variant=buildd. Here is the command I use:

sudo pbuilder build plib_1.8.4-1.dsc 21 | tee pbuilder.out

I do not have a .pbuilderrc. I would attach the build log, but it is
almost 330 kilobytes. Available on request, however.

Anything else I can do to help debug this? Just ask.



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



Bug#302711: plib: FTBFS: linker error

2005-04-28 Thread Philipp Frauenfelder
Am Thu, Apr 28, 2005 at 01:49:39PM +0300 hat Lars Wirzenius getippert:
 to, 2005-04-28 kello 12:22 +0200, Roland Stigge kirjoitti:
  I can still reproduce this. Considering that others can reproduce the
  problem, too, I wonder how it can work for you. Are you using
  --variant=buildd? Which dist suite?

You mean the distribution pbuilder uses? The default: sid.

  Architecture?

i386, ie. Athlon XP (32bit).

 I still can't reproduce this build problem. I use sid on i386, I don't
 use --variant=buildd. Here is the command I use:
 
 sudo pbuilder build plib_1.8.4-1.dsc 21 | tee pbuilder.out

I tried the following:
$ sudo pbuilder build --debootstrapoptions --variant=buildd plib_1.8.4-1.dsc 
21 | tee pbuilder.out
(gzipped build log is attached).

Previously, I used the command (no log file)
$ sudo pbuilder build plib_1.8.4-1.dsc
with success.

Regards
-- 
Philipp  | work: [EMAIL PROTECTED] +41 1 802 20 00
Frauenfelder | home: [EMAIL PROTECTED] +41 1 862 73 14
[PGP]| http://www.frauenfelder-kuerner.ch/
Proudly running Debian GNU/Linux. See http://www.debian.org/


pbuilder.out.gz
Description: Binary data


Bug#302711: plib: FTBFS: linker error

2005-04-27 Thread Philipp Frauenfelder
severity 302711 normal
thanks

Hi

Am Sat, Apr 02, 2005 at 04:10:21PM +0200 hat Roland Stigge getippert:
 building the package plib in a clean sid build environment
 (with pbuilder) on i386 results in:
 
 =
 [...]
 make[2]: Leaving directory `/tmp/buildd/plib-1.8.4'
 make[1]: Leaving directory `/tmp/buildd/plib-1.8.4'
 set -e; for i in `find src -name 'lib*a'`; do \
   ( cd `dirname $i`;\
 libname=`basename $i .a` ;\
 gcc -shared -Wl,-soname,$libname.so.1.8.4 \
   -o $libname.so.1.8.4 `ar t $libname.a` ) ;\
 done
 jsLinuxOld.o(.text+0x0): In function `jsJoystick::open()':
 /tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:42: multiple definition of 
 `jsJoystick::open()'
 jsLinux.o(.text+0x10):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:47: first 
 defined here
 /usr/bin/ld: Warning: size of symbol `jsJoystick::open()' changed from 536 in 
 jsLinux.o to 279 in jsLinuxOld.o
 jsLinuxOld.o(.text+0x2b0): In function `jsJoystick::rawRead(int*, float*)':
 /tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:111: multiple definition of 
 `jsJoystick::rawRead(int*, float*)'
 jsLinux.o(.text+0x3c0):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:129: first 
 defined here
 /usr/bin/ld: Warning: size of symbol `jsJoystick::rawRead(int*, float*)' 
 changed from 588 in jsLinux.o to 199 in jsLinuxOld.o
 jsLinuxOld.o(.text+0x120): In function `jsJoystick::close()':
 /tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:89: multiple definition of 
 `jsJoystick::close()'
 jsLinux.o(.text+0x230):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:107: first 
 defined here
 jsLinuxOld.o(.text+0x170): In function 
 `jsJoystick::jsJoystick[not-in-charge](int)':
 /tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:97: multiple definition of 
 `jsJoystick::jsJoystick[not-in-charge](int)'
 jsLinux.o(.text+0x280):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:115: first 
 defined here
 jsLinuxOld.o(.text+0x210): In function 
 `jsJoystick::jsJoystick[in-charge](int)':
 /tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:97: multiple definition of 
 `jsJoystick::jsJoystick[in-charge](int)'
 jsLinux.o(.text+0x320):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:115: first 
 defined here
 jsLinuxOld.o(.text+0x380): In function `jsInit()':
 /tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:143: multiple definition of 
 `jsInit()'
 jsLinux.o(.text+0x0):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:44: first 
 defined here
 collect2: ld returned 1 exit status
 make: *** [build-stamp] Error 1
 =

I have tested with pbuilder today and have not been able to
reproduce the problem.

All the builds done by the build daemons have succeeded.

I am downgrading the bug report to normal.

Regards
-- 
Philipp  | work: [EMAIL PROTECTED] +41 1 802 20 00
Frauenfelder | home: [EMAIL PROTECTED] +41 1 862 73 14
[PGP]| http://www.frauenfelder-kuerner.ch/
Proudly running Debian GNU/Linux. See http://www.debian.org/


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



Bug#302711: plib: FTBFS: linker error

2005-04-19 Thread Roland Stigge
Hi,

On Mon, 2005-04-18 at 17:34 +0300, Lars Wirzenius wrote:
  building the package plib in a clean sid build environment
  (with pbuilder) on i386 results in:
 
 I tried to reproduce this on my machine, with a clean sid build environment
 for pbuilder, but failed.
 
 Roland, can you still reproduce it? If not, it would seem to me that it is
 a fluke.

Just reproduced the problem (as Rudy did, recently).

bye,
  Roland



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



Bug#302711: plib: FTBFS: linker error

2005-04-18 Thread Lars Wirzenius
 building the package plib in a clean sid build environment
 (with pbuilder) on i386 results in:

I tried to reproduce this on my machine, with a clean sid build environment
for pbuilder, but failed.

Roland, can you still reproduce it? If not, it would seem to me that it is
a fluke.




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



Bug#302711: plib: FTBFS: linker error

2005-04-02 Thread Roland Stigge
Package: plib
Version: 1.8.4-1
Severity: serious

Hi,

building the package plib in a clean sid build environment
(with pbuilder) on i386 results in:

=
[...]
make[2]: Leaving directory `/tmp/buildd/plib-1.8.4'
make[1]: Leaving directory `/tmp/buildd/plib-1.8.4'
set -e; for i in `find src -name 'lib*a'`; do \
  ( cd `dirname $i`;\
libname=`basename $i .a` ;\
gcc -shared -Wl,-soname,$libname.so.1.8.4 \
  -o $libname.so.1.8.4 `ar t $libname.a` ) ;\
done
jsLinuxOld.o(.text+0x0): In function `jsJoystick::open()':
/tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:42: multiple definition of 
`jsJoystick::open()'
jsLinux.o(.text+0x10):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:47: first 
defined here
/usr/bin/ld: Warning: size of symbol `jsJoystick::open()' changed from 536 in 
jsLinux.o to 279 in jsLinuxOld.o
jsLinuxOld.o(.text+0x2b0): In function `jsJoystick::rawRead(int*, float*)':
/tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:111: multiple definition of 
`jsJoystick::rawRead(int*, float*)'
jsLinux.o(.text+0x3c0):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:129: first 
defined here
/usr/bin/ld: Warning: size of symbol `jsJoystick::rawRead(int*, float*)' 
changed from 588 in jsLinux.o to 199 in jsLinuxOld.o
jsLinuxOld.o(.text+0x120): In function `jsJoystick::close()':
/tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:89: multiple definition of 
`jsJoystick::close()'
jsLinux.o(.text+0x230):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:107: first 
defined here
jsLinuxOld.o(.text+0x170): In function 
`jsJoystick::jsJoystick[not-in-charge](int)':
/tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:97: multiple definition of 
`jsJoystick::jsJoystick[not-in-charge](int)'
jsLinux.o(.text+0x280):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:115: first 
defined here
jsLinuxOld.o(.text+0x210): In function `jsJoystick::jsJoystick[in-charge](int)':
/tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:97: multiple definition of 
`jsJoystick::jsJoystick[in-charge](int)'
jsLinux.o(.text+0x320):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:115: first 
defined here
jsLinuxOld.o(.text+0x380): In function `jsInit()':
/tmp/buildd/plib-1.8.4/src/js/jsLinuxOld.cxx:143: multiple definition of 
`jsInit()'
jsLinux.o(.text+0x0):/tmp/buildd/plib-1.8.4/src/js/jsLinux.cxx:44: first 
defined here
collect2: ld returned 1 exit status
make: *** [build-stamp] Error 1
=

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/

Please note that this report has not been generated fully automatically.
DARTS just helped finding the problem.


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