* [gentoo-user] What is libgomp.so.1 and why do I need it?
@ 2013-02-13 1:46 Walter Dnes
2013-02-13 1:51 ` Kerin Millar
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Walter Dnes @ 2013-02-13 1:46 UTC (permalink / raw
To: Gentoo Users List
[-- Attachment #1: Type: text/plain, Size: 555 bytes --]
I have a new laptop, and I'm doing a 64-bit Gentoo install
(naturally). I've run into a brick wall building xorg-server, more
specifically x11-misc/xkeyboard-config-2.7. The build fails as it's
trying to find libgomp.so.1. See attached log. I tried...
find / -name libgomp*
...and got nothing. None of my other machines have that file either, so
I was unable to "equery b libgomp.so.1". Can anybody try that so I know
what ebuild to look at?
--
Walter Dnes <waltdnes@waltdnes.org>
I don't run "desktop environments"; I run useful applications
[-- Attachment #2: log.txt.gz --]
[-- Type: application/octet-stream, Size: 1547 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] What is libgomp.so.1 and why do I need it?
2013-02-13 1:46 [gentoo-user] What is libgomp.so.1 and why do I need it? Walter Dnes
@ 2013-02-13 1:51 ` Kerin Millar
2013-02-13 4:17 ` Walter Dnes
2013-02-13 2:54 ` Dale
2013-02-13 16:24 ` Bruce Hill
2 siblings, 1 reply; 5+ messages in thread
From: Kerin Millar @ 2013-02-13 1:51 UTC (permalink / raw
To: gentoo-user
On 13/02/2013 01:46, Walter Dnes wrote:
> I have a new laptop, and I'm doing a 64-bit Gentoo install
> (naturally). I've run into a brick wall building xorg-server, more
> specifically x11-misc/xkeyboard-config-2.7. The build fails as it's
> trying to find libgomp.so.1. See attached log. I tried...
>
> find / -name libgomp*
>
> ...and got nothing. None of my other machines have that file either, so
> I was unable to "equery b libgomp.so.1". Can anybody try that so I know
> what ebuild to look at?
>
It's to do with OpenMP. It's probable that this post applies to you:
http://forums.gentoo.org/viewtopic-p-5039135.html#6577903
Cheers,
--Kerin
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] What is libgomp.so.1 and why do I need it?
2013-02-13 1:46 [gentoo-user] What is libgomp.so.1 and why do I need it? Walter Dnes
2013-02-13 1:51 ` Kerin Millar
@ 2013-02-13 2:54 ` Dale
2013-02-13 16:24 ` Bruce Hill
2 siblings, 0 replies; 5+ messages in thread
From: Dale @ 2013-02-13 2:54 UTC (permalink / raw
To: gentoo-user
Walter Dnes wrote:
> I have a new laptop, and I'm doing a 64-bit Gentoo install
> (naturally). I've run into a brick wall building xorg-server, more
> specifically x11-misc/xkeyboard-config-2.7. The build fails as it's
> trying to find libgomp.so.1. See attached log. I tried...
>
> find / -name libgomp*
>
> ...and got nothing. None of my other machines have that file either, so
> I was unable to "equery b libgomp.so.1". Can anybody try that so I know
> what ebuild to look at?
>
You may want to bookmark this site for future reference.
http://www.portagefilelist.de/site/query
That site comes in handy sometimes.
Dale
:-) :-)
--
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] What is libgomp.so.1 and why do I need it?
2013-02-13 1:51 ` Kerin Millar
@ 2013-02-13 4:17 ` Walter Dnes
0 siblings, 0 replies; 5+ messages in thread
From: Walter Dnes @ 2013-02-13 4:17 UTC (permalink / raw
To: gentoo-user
On Wed, Feb 13, 2013 at 01:51:35AM +0000, Kerin Millar wrote
> On 13/02/2013 01:46, Walter Dnes wrote:
> > I have a new laptop, and I'm doing a 64-bit Gentoo install
> > (naturally). I've run into a brick wall building xorg-server, more
> > specifically x11-misc/xkeyboard-config-2.7. The build fails as it's
> > trying to find libgomp.so.1. See attached log. I tried...
> >
> > find / -name libgomp*
> >
> > ...and got nothing. None of my other machines have that file either, so
> > I was unable to "equery b libgomp.so.1". Can anybody try that so I know
> > what ebuild to look at?
> >
>
> It's to do with OpenMP. It's probable that this post applies to you:
>
> http://forums.gentoo.org/viewtopic-p-5039135.html#6577903
<ELVIS> Thank you, thank you, thank you verrrrry verrrrry much</ELVIS>
xkeyboard-config and xorg-server built successfully after I emerged
gettext. That's what I call service.
--
Walter Dnes <waltdnes@waltdnes.org>
I don't run "desktop environments"; I run useful applications
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] What is libgomp.so.1 and why do I need it?
2013-02-13 1:46 [gentoo-user] What is libgomp.so.1 and why do I need it? Walter Dnes
2013-02-13 1:51 ` Kerin Millar
2013-02-13 2:54 ` Dale
@ 2013-02-13 16:24 ` Bruce Hill
2 siblings, 0 replies; 5+ messages in thread
From: Bruce Hill @ 2013-02-13 16:24 UTC (permalink / raw
To: gentoo-user
On Tue, Feb 12, 2013 at 08:46:16PM -0500, Walter Dnes wrote:
> I have a new laptop, and I'm doing a 64-bit Gentoo install
> (naturally). I've run into a brick wall building xorg-server, more
> specifically x11-misc/xkeyboard-config-2.7. The build fails as it's
> trying to find libgomp.so.1. See attached log. I tried...
>
> find / -name libgomp*
>
> ...and got nothing. None of my other machines have that file either, so
> I was unable to "equery b libgomp.so.1". Can anybody try that so I know
> what ebuild to look at?
emerge pfl && e-file libgomp.so.1
e-file is your friend, and pfl on your machine beats the web ;)
--
Happy Penguin Computers >')
126 Fenco Drive ( \
Tupelo, MS 38801 ^^
support@happypenguincomputers.com
662-269-2706 662-205-6424
http://happypenguincomputers.com/
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-02-13 16:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-13 1:46 [gentoo-user] What is libgomp.so.1 and why do I need it? Walter Dnes
2013-02-13 1:51 ` Kerin Millar
2013-02-13 4:17 ` Walter Dnes
2013-02-13 2:54 ` Dale
2013-02-13 16:24 ` Bruce Hill
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox