Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 189634 - [gcc-4.2] system can't boot when compiled w/ -fopenmp and /usr on separate partition
Summary: [gcc-4.2] system can't boot when compiled w/ -fopenmp and /usr on separate pa...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High trivial
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
: 262769 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-08-20 19:49 UTC by Alexey Shvetsov
Modified: 2012-06-29 04:41 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shvetsov archtester gentoo-dev 2007-08-20 19:49:19 UTC
System cant boot if it's compiled with -fopenmp (at least bash) and it has separate /usr partition because ut cant find libgomp.so.1 located on /usr during boot

Trivial workaround
copy libgomp.so.1.0.0 to /lib
then create two symlinks in /lib
libgomp.so.1 -> libgomp.so.1.0.0
libgomp.so -> libgomp.so.1.0.0


Reproducible: Always

Actual Results:  
system cant boot
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-20 19:55:20 UTC
> Doctor, it hurts!
>> So don't do it!
Comment 2 Alexey Shvetsov archtester gentoo-dev 2007-08-20 19:59:11 UTC
(In reply to comment #1)
> > Doctor, it hurts!
> >> So don't do it!
> 

=) but some people do it just for testing =) not only me ;-)
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-08-20 20:11:39 UTC
(In reply to comment #2)
> =) but some people do it just for testing =) not only me ;-)

So feel free to burn yourself; you've been already told once to remove the flag in Bug 186311 Comment #8
Comment 4 Alexey Shvetsov archtester gentoo-dev 2007-08-20 20:14:05 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > =) but some people do it just for testing =) not only me ;-)
> 
> So feel free to burn yourself; you've been already told once to remove the flag
> in Bug 186311 Comment #8
> 
Now coreutils compiles and work fine with this CFLAG =)
Comment 5 SpanKY gentoo-dev 2007-08-20 20:36:25 UTC
there is no sane reason to enable the flag on a global scale ... you're just trying to rice your system
Comment 6 SpanKY gentoo-dev 2007-10-07 02:14:42 UTC
until someone can demonstrate why this would be in any way at all useful, i'm not going to change gcc-config to copy the openmp libraries to /lib
Comment 7 SpanKY gentoo-dev 2012-06-29 04:41:09 UTC
*** Bug 262769 has been marked as a duplicate of this bug. ***