Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 307731 - sys-fs/encfs-1.5 fails to compile due to boost-build-1.41.0 error
Summary: sys-fs/encfs-1.5 fails to compile due to boost-build-1.41.0 error
Status: RESOLVED DUPLICATE of bug 297694
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-04 08:14 UTC by Ivan Todorović
Modified: 2010-03-04 10:01 UTC (History)
0 users

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


Attachments
emerge --info (info.txt,3.64 KB, text/plain)
2010-03-04 08:16 UTC, Ivan Todorović
Details
emerge error output (emerge error output.txt,6.46 KB, text/plain)
2010-03-04 08:21 UTC, Ivan Todorović
Details

Note You need to log in before you can comment on or make changes to this bug.
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.