Bug#597601: FTBFS : cr_atomic.h: No such file or directory

2010-09-28 Thread Alan Woodland
For some reason CR_LIBARCH is getting set to i686 in pbuilder on amd64
and i386 on real i386 hardware. Looking into it further.

Alan



signature.asc
Description: OpenPGP digital signature


Bug#597601: FTBFS : cr_atomic.h: No such file or directory

2010-09-28 Thread Alan Woodland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tags 597601 +confirmed
thanks

On -10/01/37 20:59, Jonathan KLEE wrote:

 I'm trying to build blcr (0.8.2-13) on x86_64 from scratch with pbuilder but
 I have the following error :
 
 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../libcr -I.. -D_GNU_SOURCE
 -D_REENTRANT -I../include -I../../include -I../../libcr/arch/i686/ -Wall
 -Wno-unused-function -Wall -g -O2 -MT libcr_la-cr_async.lo -MD -MP -MF
 .deps/libcr_la-cr_async.Tpo -c ../../libcr/cr_async.c  -fPIC -DPIC -o
 .libs/libcr_la-cr_async.o
 In file included from ../../libcr/cr_async.c:37:
 ../../libcr/cr_private.h:63:23: error: cr_atomic.h: No such file or
 directory
 In file included from ../../libcr/cr_private.h:65,
  from ../../libcr/cr_async.c:37:
 ../../libcr/cr_rb_lock.h:47: error: expected '=', ',', ';', 'asm' or
 '__attribute__' before 'cri_rb_lock_t'
 ../../libcr/cr_rb_lock.h:52: error: expected ')' before '*' token
 ../../libcr/cr_rb_lock.h:61: error: expected ')' before '*' token
 ../../libcr/cr_rb_lock.h:74: error: expected ')' before '*' token
 

The cause of this seems to be a faulty value for CR_LIBARCH. I can
reproduce this now, so I hope to release a fix shortly.

Alan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkyh8iAACgkQ1FNW1LDdr0LqOQCglP0Y4BImxvvzbLLMrME3iMYI
YuMAn3zMG1zH4DI7RGodTbAMmOeBWAmR
=I+bs
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597601: FTBFS : cr_atomic.h: No such file or directory

2010-09-21 Thread Jonathan KLEE
Source: blcr
Version: 0.8.2-13

Hi,

I'm trying to build blcr (0.8.2-13) on x86_64 from scratch with pbuilder but
I have the following error :

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../libcr -I.. -D_GNU_SOURCE
-D_REENTRANT -I../include -I../../include -I../../libcr/arch/i686/ -Wall
-Wno-unused-function -Wall -g -O2 -MT libcr_la-cr_async.lo -MD -MP -MF
.deps/libcr_la-cr_async.Tpo -c ../../libcr/cr_async.c  -fPIC -DPIC -o
.libs/libcr_la-cr_async.o
In file included from ../../libcr/cr_async.c:37:
../../libcr/cr_private.h:63:23: error: cr_atomic.h: No such file or
directory
In file included from ../../libcr/cr_private.h:65,
 from ../../libcr/cr_async.c:37:
../../libcr/cr_rb_lock.h:47: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'cri_rb_lock_t'
../../libcr/cr_rb_lock.h:52: error: expected ')' before '*' token
../../libcr/cr_rb_lock.h:61: error: expected ')' before '*' token
../../libcr/cr_rb_lock.h:74: error: expected ')' before '*' token

Jonathan