Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140604 - bazaar 1.4.2 build fails with neon 0.26.1
Summary: bazaar 1.4.2 build fails with neon 0.26.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Anders Rune Jensen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-16 02:40 UTC by Tiger!P
Modified: 2006-07-24 09:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tiger!P 2006-07-16 02:40:18 UTC
When trying to build bazaar when neon 0.26.1 is installed fails with the following message:

cc -I/var/tmp/portage/bazaar-1.4.2/work/bazaar-1.4.2/src/=build/config-include -I/var/tmp/portage/bazaar-1.4.2/work/bazaar-1.4.2/src/=build -I/var/tmp/portage/bazaar-1.4.2/work/bazaar-1.4.2/src -O3 -march=athlon-xp -fomit-frame-pointer  -I /var/tmp/portage/bazaar-1.4.2/work/bazaar-1.4.2/src/baz/libarch/..   -c -o pfs-sftp.o /var/tmp/portage/bazaar-1.4.2/work/bazaar-1.4.2/src/baz/libarch/pfs-sftp.c
/var/tmp/portage/bazaar-1.4.2/work/bazaar-1.4.2/src/baz/libarch/pfs-sftp.c: In function `arch_pfs_sftp_parse_uri':
/var/tmp/portage/bazaar-1.4.2/work/bazaar-1.4.2/src/baz/libarch/pfs-sftp.c:1499: error: structure has no member named `authinfo'
make[2]: *** [pfs-sftp.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/bazaar-1.4.2/work/bazaar-1.4.2/src/=build/baz/libarch'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/bazaar-1.4.2/work/bazaar-1.4.2/src/=build/baz'
make: *** [all] Error 2

I think it would be best to update bazaar to use 0.26.1 of neon, but I think it should also be possible to create a new slot for neon-0.25.3 with which bazaar still compiles.

Masking neon-0.26.1 also works as a work-around to be able to compile bazaar.
Comment 1 Anders Rune Jensen (RETIRED) gentoo-dev 2006-07-21 00:32:39 UTC
Well the problem is that upstream support is more or less dead. Cannonical is working on bzr so they more or less dropped bazaar on the floor from one day to the next.

The correct thing would be to patch bazaar to work with neon 0.26.1, but I guess the slotting thing could be used.
Comment 2 Anders Rune Jensen (RETIRED) gentoo-dev 2006-07-21 10:28:49 UTC
According to bug: #139318. It's not possible to slot it :(
Comment 3 Anders Rune Jensen (RETIRED) gentoo-dev 2006-07-21 13:03:05 UTC
1.4.2-r1 in cvs which support neon 0.26 :)
Comment 4 Tiger!P 2006-07-24 09:46:40 UTC
I tried to compile it and it works. But I have not yet tried to use it.