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.
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.
According to bug: #139318. It's not possible to slot it :(
1.4.2-r1 in cvs which support neon 0.26 :)
I tried to compile it and it works. But I have not yet tried to use it.