Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 533346 - sys-fs/quota-3.17-r1 - ld: warnquota.o: undefined reference to symbol 'ber_bvecfree'
Summary: sys-fs/quota-3.17-r1 - ld: warnquota.o: undefined reference to symbol 'ber_bv...
Status: RESOLVED DUPLICATE of bug 497182
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-22 21:18 UTC by Samuel Bauer
Modified: 2015-04-05 02:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,46.95 KB, text/plain)
2014-12-23 16:01 UTC, Samuel Bauer
Details
emerge --info (info,6.51 KB, text/plain)
2014-12-23 16:06 UTC, Samuel Bauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Bauer 2014-12-22 21:18:06 UTC
linking objects states:

x86_64-pc-linux-gnu/bin/ld: note: 'ber_bvecfree' is defined in DSO /usr/lib64/liblber-2.4.so.2 so try adding it to the linker command line

A quickfix would be to add:

sed -i -e "s:-lldap:-llber -lldap:" configure 

At the end of src_unpack

helio already discussed about this in gentoo forum

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-12-23 07:37:10 UTC
1) Please post your `emerge --info' output in a comment.
2) Please attach the entire build log to this bug report.
Comment 2 Samuel Bauer 2014-12-23 16:01:23 UTC
Created attachment 392282 [details]
build.log
Comment 3 Samuel Bauer 2014-12-23 16:03:48 UTC
If it helps in any case there's a mention in the Changelog:

* removed ssl, resolv, lber from the list of LDAP libraries since we don't need them directly (Jan Kara)
Comment 4 Samuel Bauer 2014-12-23 16:06:47 UTC
Created attachment 392284 [details]
emerge --info

lto has been disabled to compile this package
Comment 5 SpanKY gentoo-dev 2015-04-04 21:40:42 UTC
does quota-4.02 work ?
Comment 6 Samuel Bauer 2015-04-05 02:21:30 UTC
In reply to #comment 5

It appears to be working
Comment 7 SpanKY gentoo-dev 2015-04-05 02:58:22 UTC

*** This bug has been marked as a duplicate of bug 497182 ***