View Issue Details

IDProjectCategoryView StatusLast Update
0003006GNUnetbuild processpublic2013-12-24 20:54
ReporterMatthias Wachs Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
OSFreeBSDOS Version7 / 9 
Product VersionGit master 
Target Version0.10.0Fixed in Version0.10.0 
Summary0003006: Passing directories for libltdl detection fails on freebsd7/9
DescriptionNot working:

- libltdl detection in /usr/local
- passing libltdl directories

[root@freebsd91 ~/wachs-freebsd91-amd64/build]# ./configure --with-extractor=/usr/local --with-ltdl-lib=/usr/local/lib --with-ltdl-include=/usr/local/include

[root@freebsd91 ~/wachs-freebsd91-amd64/build]# ls -la /usr/local/include/ltdl.h
-r--r--r-- 1 root wheel 5717 Aug 26 16:48 /usr/local/include/ltdl.h

[root@freebsd91 ~/wachs-freebsd91-amd64/build]# ls -la /usr/local/lib/libltdl.*
-rw-r--r-- 1 root wheel 65380 Aug 26 16:48 /usr/local/lib/libltdl.a
-rwxr-xr-x 1 root wheel 912 Aug 26 16:48 /usr/local/lib/libltdl.la
lrwxr-xr-x 1 root wheel 12 Aug 26 16:48 /usr/local/lib/libltdl.so -> libltdl.so.7
-rwxr-xr-x 1 root wheel 46423 Aug 26 16:48 /usr/local/lib/libltdl.so.7
Steps To Reproducesee buildbots...
Additional InformationWorking:

- Install included libltdl: ./configure --with-included-ltdl
- Include dir in include path by setting CFLAGS: export CFLAGS="-I/usr/local/include"
TagsNo tags attached.

Activities

Christian Grothoff

2013-08-31 21:21

manager   ~0007395

Should be fixed in SVN 28928.

Matthias Wachs

2013-09-02 10:42

manager   ~0007396

works both on freebsd7 and 9

Issue History

Date Modified Username Field Change
2013-08-27 09:12 Matthias Wachs New Issue
2013-08-31 21:20 Christian Grothoff Assigned To => Christian Grothoff
2013-08-31 21:20 Christian Grothoff Status new => assigned
2013-08-31 21:21 Christian Grothoff Note Added: 0007395
2013-08-31 21:21 Christian Grothoff Status assigned => feedback
2013-08-31 21:21 Christian Grothoff Product Version => Git master
2013-08-31 21:21 Christian Grothoff Fixed in Version => 0.10.0
2013-08-31 21:21 Christian Grothoff Target Version => 0.10.0
2013-09-02 10:42 Matthias Wachs Note Added: 0007396
2013-09-02 10:42 Matthias Wachs Status feedback => assigned
2013-09-02 10:42 Matthias Wachs Status assigned => resolved
2013-09-02 10:42 Matthias Wachs Resolution open => fixed
2013-12-24 20:54 Christian Grothoff Status resolved => closed