Bug#347744: dpkg - FTBFS: undefined reference to `sepol_genbools'

2006-01-23 Thread Lars Wirzenius

 Attached the correct patch snippet.
 
 We'll be fixing this on next upload once we've sorted out the
 transition. ;)

For what it's worth, I couldn't build dpkg with these patches under pbuilder, 
the error is the same.

(This means, Bart, that I can't test your patch for #318825, but as soon as I 
can
build dpkg, I will test your patch by running piuparts on all successfully 
tested
packages to see if the patch works. Can't see why it wouldn't, of course.)

-- 
Mike, if loving you were any more painful, priests would assign it as
penance.



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



Bug#347744: dpkg - FTBFS: undefined reference to `sepol_genbools'

2006-01-23 Thread Frank Lichtenheld
On Mon, Jan 23, 2006 at 02:06:39PM +0200, Lars Wirzenius wrote:
 
  Attached the correct patch snippet.
  
  We'll be fixing this on next upload once we've sorted out the
  transition. ;)
 
 For what it's worth, I couldn't build dpkg with these patches under pbuilder, 
 the error is the same.

I can build the current svn version in pbuilder without problems. So
either Guillem changed the patch or you made a error while applying it
(not regenerating some autotools files perhaps?)

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Bug#347744: dpkg - FTBFS: undefined reference to `sepol_genbools'

2006-01-23 Thread Guillem Jover
Hi Lars,

On Mon, Jan 23, 2006 at 02:06:39PM +0200, Lars Wirzenius wrote:
  Attached the correct patch snippet.
  
  We'll be fixing this on next upload once we've sorted out the
  transition. ;)
 
 For what it's worth, I couldn't build dpkg with these patches under pbuilder, 
 the error is the same.

As Frank said, it builds from svn.

 (This means, Bart, that I can't test your patch for #318825, but as soon as I 
 can
 build dpkg, I will test your patch by running piuparts on all successfully 
 tested
 packages to see if the patch works. Can't see why it wouldn't, of course.)

Bart's patch was not correct, see my correction (although it's missing
the Build-Depends part, which was correct in Bart's patch) in the bug
log, and after applying it you'll have to autoreconf the source to put it
in effect.

Alternatively, build from svn, or wait until it gets uploaded to
experimental. =)

regards,
guillem


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



Bug#347744: dpkg - FTBFS: undefined reference to `sepol_genbools'

2006-01-12 Thread Bastian Blank
Package: dpkg
Version: 1.13.11.1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of dpkg_1.13.11.1 on debian01 by sbuild/s390 85
[...]
 gcc -std=gnu99  -Wall -g -O2  -Wl,-O1 -o dpkg  archives.o cleanup.o 
 configure.o depcon.o enquiry.o errors.o filesdb.o help.o main.o packages.o 
 processarc.o remove.o select.o update.o  ../lib/libdpkg.a -Wl,-Bstatic -lz 
 -Wl,-Bdynamic -Wl,-Bstatic -lbz2 -Wl,-Bdynamic -Wl,-Bstatic -lselinux 
 -Wl,-Bdynamic 
 processarc.o: In function `process_archive':../../src/processarc.c:47: 
 warning: the use of `tmpnam' is dangerous, better use `mkstemp'
 /usr/lib/gcc/s390-linux-gnu/4.0.3/../../../../lib/libselinux.a(load_policy.o):
  In function 
 `selinux_mkload_policy':/build/buildd/libselinux-1.28/src/load_policy.c:122: 
 undefined reference to `sepol_genbools'
 :/build/buildd/libselinux-1.28/src/load_policy.c:122: undefined reference to 
 `sepol_policy_kern_vers_min'
 :/build/buildd/libselinux-1.28/src/load_policy.c:122: undefined reference to 
 `sepol_genbools_array'
 :/build/buildd/libselinux-1.28/src/load_policy.c:122: undefined reference to 
 `sepol_genusers'
 :/build/buildd/libselinux-1.28/src/load_policy.c:122: undefined reference to 
 `sepol_policydb_free'
 :/build/buildd/libselinux-1.28/src/load_policy.c:122: undefined reference to 
 `sepol_policy_file_free'
 :/build/buildd/libselinux-1.28/src/load_policy.c:122: undefined reference to 
 `sepol_policydb_to_image'
 :/build/buildd/libselinux-1.28/src/load_policy.c:122: undefined reference to 
 `sepol_policydb_set_vers'
 :/build/buildd/libselinux-1.28/src/load_policy.c:122: undefined reference to 
 `sepol_policydb_read'
 :/build/buildd/libselinux-1.28/src/load_policy.c:122: undefined reference to 
 `sepol_policy_file_set_mem'
 :/build/buildd/libselinux-1.28/src/load_policy.c:122: undefined reference to 
 `sepol_policydb_create'
 :/build/buildd/libselinux-1.28/src/load_policy.c:122: undefined reference to 
 `sepol_policy_file_create'
 :/build/buildd/libselinux-1.28/src/load_policy.c:122: undefined reference to 
 `sepol_policy_kern_vers_max'
 collect2: ld returned 1 exit status
 make[3]: *** [dpkg] Error 1
 make[3]: Leaving directory `/build/buildd/dpkg-1.13.11.1/build-tree/src'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/dpkg-1.13.11.1/build-tree'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/dpkg-1.13.11.1/build-tree'
 make: *** [build-tree/build-stamp] Error 2
 **
 Build finished at 20060112-0938
 FAILED [dpkg-buildpackage died]

Bastian


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