codegooglecom / pathfinder-pki

Automatically exported from code.google.com/p/pathfinder-pki
0 stars 0 forks source link

Fails to build with wvstreams 4.6 #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
This is on Ubuntu Karmic (the development release).  I used your svn
packaging for 1.1.2.  First I got a configure error due to lack of
libldap2-dev in the build depends.  After fixing this, it failed to build
with this error:

Scanning dependencies of target pathclient                                      

make[3]: Leaving directory `/tmp/buildd/pathfinder-1.1.2'                       

make[3]: Entering directory `/tmp/buildd/pathfinder-1.1.2'
[ 16%] Building CXX object CMakeFiles/pathclient.dir/pathclient.o
[ 19%] Building CXX object CMakeFiles/pathclient.dir/util.o
Linking CXX executable pathclient
/usr/bin/ld: cannot find -lwvdbus
collect2: ld returned 1 exit status
make[3]: *** [pathclient] Error 1
make[3]: Leaving directory `/tmp/buildd/pathfinder-1.1.2'
make[2]: *** [CMakeFiles/pathclient.dir/all] Error 2
make[2]: Leaving directory `/tmp/buildd/pathfinder-1.1.2'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/pathfinder-1.1.2'
make: *** [install-arch] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2

Original issue reported on code.google.com by sc...@kitterman.com on 5 Oct 2009 at 1:23

GoogleCodeExporter commented 8 years ago
This isn't a problem with pathfinder, but rather the Debian build process for
WvStreams > 4.4. WvStreams 4.5 introduced libwvdbus, however the Debian 
packagers
didn't notice (not surprising, since WvStreams is currently orphaned), and
consequently didn't create the libwvdbus.deb package. You may want to flag this 
as a
bug to the Ubuntu WvStreams maintainer.

However, thanks for reporting the lack of libldap-dev in the Debian packaging
builddepends. We'll correct that.

Original comment by ppatt...@gmail.com on 5 Oct 2009 at 6:10

GoogleCodeExporter commented 8 years ago
Current Debian/Ubuntu comes with WvStreams 4.6.1 that has DBus support. 

Original comment by ppatt...@gmail.com on 1 Nov 2011 at 7:08