Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44981 - libtool with release Nvidia 1.0-5328 fails
Summary: libtool with release Nvidia 1.0-5328 fails
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-17 14:53 UTC by wilhelm hagg
Modified: 2004-04-15 17:00 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 wilhelm hagg 2004-03-17 14:53:09 UTC
Small issue known by nvidia, but gimp for example does not compile.

Is that worth to provide a gentoo patch or is it up to nvidia's next version ?

http://opengl.geek.nz/weblog/archives/2004_01.html

X. Known issues with release 1.0-5328
-------------------------------------
People report that using libtool with release 1.0-5328 fails with:

"libtool: link: `/usr/lib/libGL.la' is not a valid libtool archive"

nvidia comments on this:

This is a problem with the libGL.la generated by the nvidia-installer. Please edit /usr/lib/libGL.la, and replace the line:

# Generated by nvidia-installer: 1.0.5

with

# Generated by nvidia-installer: 1.0.5 (for use by libtool)

libtool greps for "^# Generated by .*libtool" before using .la files.

This will be fixed in the next driver release. I apologize for the inconvenience.

Andy Ritger
NVIDIA Corporation
Comment 1 SpanKY gentoo-dev 2004-03-28 00:02:51 UTC
considering 5336 is in portage and both 5328 and 5336 are ~x86, how could you get 5328 on your system ?
Comment 2 wilhelm hagg 2004-03-30 12:47:29 UTC
Sorry for the confusion,

actually i have installed 5336-r1 which is the current ~x86. The 1.0-5328 i found when i googled the web for the bug. Fixing the bug did the job for me, so i guess it applies also to 5336-r1. 

However, i'm not 100 % sure, since i played around a bit with different versions of the Nvidia driver.

Regards, Wilhelm

*  media-video/nvidia-glx
      Latest version available: 1.0.5336-r1
      Latest version installed: 1.0.5336-r1

*  media-video/nvidia-kernel
      Latest version available: 1.0.5336-r1
      Latest version installed: 1.0.5336-r1
 
Comment 3 Andrew Bevitt 2004-04-15 17:00:19 UTC
andrew@asteroid andrew $ cat /usr/lib/libGL.la |grep libtool
# libGL.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.4 (1.920 2001/04/24 23:26:18)

All of the ebuilds in portage supply our own libGL.la which is adapted from nvidia  one, these do not have the problem, only libGL.la installed by nvidia-installer do... 

Please use the ebuild to install and REOPEN if this is still a problem