Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 307731

Summary: sys-fs/encfs-1.5 fails to compile due to boost-build-1.41.0 error
Product: Gentoo Linux Reporter: Ivan Todorović <mirimiri66>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
emerge error output

Description Ivan Todorović 2010-03-04 08:14:22 UTC
Running

emerge -1at encfs

produces many 'undefined reference to `boost::...'
At the end there's a 'collect2: ld returned 1 exit status'

This was after boost update from 1.35.0-r2 -> 1.41.0 .

Reproducible: Always

Steps to Reproduce:
1. emerge -1at encfs
2.
3.



Expected Results:  
successful emerge
Comment 1 Ivan Todorović 2010-03-04 08:16:44 UTC
Created attachment 222009 [details]
emerge --info
Comment 2 Ivan Todorović 2010-03-04 08:21:57 UTC
Created attachment 222011 [details]
emerge error output
Comment 3 Sebastian Luther (few) 2010-03-04 08:33:32 UTC

*** This bug has been marked as a duplicate of bug 297694 ***
Comment 4 Ivan Todorović 2010-03-04 10:01:06 UTC
(In reply to comment #3)
> 
> *** This bug has been marked as a duplicate of bug 297694 ***
> 

I confused boost with boost-build. Following #297694 I uninstalled boost-build but not boost. After uninstalling boost too encfs could be installed.

Sorry for the noise.