FS#17799 - [twinkle] needs patch to build with boost-devel-1.41.0

Attached to Project: Arch Linux
Opened by Peter Simons (peti) - Tuesday, 12 January 2010, 11:22 GMT
Last edited by Allan McRae (Allan) - Friday, 15 January 2010, 15:04 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andrea Scarpino (BaSh)
Allan McRae (Allan)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Twinkle's autoconf detection of the Boost.Regex library doesn't recognize tagged libraries, i.e. libraries that have a "-gcc44" suffix. The attached patch fixes this problem.
This task depends upon

Closed by  Allan McRae (Allan)
Friday, 15 January 2010, 15:04 GMT
Reason for closing:  Not a bug
Comment by Allan McRae (Allan) - Friday, 15 January 2010, 06:57 GMT
Configure ssems to detect boost regex fine here:
checking boost/regex.h usability... yes
checking boost/regex.h presence... yes
checking for boost/regex.h... yes
checking for main in -lboost_regex... yes

Please explain further
Comment by Peter Simons (peti) - Friday, 15 January 2010, 14:57 GMT
You're using extra-boost. The error occurs with boost-devel from AUR, because it installs tagged libraries, i.e. the compiler name is encoded into the library name.
Comment by Allan McRae (Allan) - Friday, 15 January 2010, 15:04 GMT
Ah, I understand now. This becomes "Not a Bug" as we do not support anything in the AUR.

Loading...