FS#30647 - [truecrypt] Compilation error

Attached to Project: Arch Linux
Opened by Mateusz (Eithrial) - Wednesday, 11 July 2012, 23:09 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 17 November 2012, 11:35 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Rémy Oudompheng (remyoudompheng)
Architecture x86_64
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Compilation end up with:
/usr/bin/ld: /home/eithrial/AUR/truecrypt/src/truecrypt-7.1a-source/Volume/Volume.a(SecurityToken.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
/usr/bin/ld: note: 'dlclose@@GLIBC_2.2.5' is defined in DSO /lib64/libdl.so.2 so try adding it to the linker command line
/lib64/libdl.so.2: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[1]: *** [truecrypt] Error 1
make: *** [all] Error 2


Steps to reproduce:
Compile package via abs.

To solve problem - after patch add following line:
sed -i 's/export LFLAGS :=/export LFLAGS := -ldl/' Makefile

This task depends upon

Closed by  Eric Belanger (Snowman)
Saturday, 17 November 2012, 11:35 GMT
Reason for closing:  Fixed
Additional comments about closing:  in svn
Comment by Greg (dolby) - Monday, 15 October 2012, 11:58 GMT
Please file a bug report upstream.

Loading...