[opensuse] 11.0 libtool-2.2.6b install error: it looks for /usr/bin/tar instead of /bin/tar
Guys, Latest libtool put out for 11.0 fails to install because it looks for a file that isn't there. On 11.0 I have /bin/tar and no /usr/bin/tar. The libtool package install craters when it doesn't find /usr/bin/tar. I even built from srpm to make sure - same results: [11:28 alchemy:/usr/src/packages/RPMS/x86_64] # rpm -Uvh libltdl7-2.2.6b-13.1.x86_64.rpm libtool-2.2.6b-13.1.x86_64.rpm error: Failed dependencies: /usr/bin/tar is needed by libtool-2.2.6b-13.1.x86_64 [11:28 alchemy:/usr/src/packages/RPMS/x86_64] # l /usr/bin/tar ls: cannot access /usr/bin/tar: No such file or directory [11:29 alchemy:/usr/src/packages/RPMS/x86_64] # l /bin/tar -rwxr-xr-x 1 root root 1300254 2010-02-15 17:58 /bin/tar* Is this something I can change in the spec? If not where? -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Am Montag, 17. Mai 2010 schrieb David C. Rankin:
Guys,
Latest libtool put out for 11.0 fails to install because it looks for a file that isn't there. On 11.0 I have /bin/tar and no /usr/bin/tar. The libtool package install craters when it doesn't find /usr/bin/tar. I even built from srpm to make sure - same results:
[11:28 alchemy:/usr/src/packages/RPMS/x86_64] # rpm -Uvh libltdl7-2.2.6b-13.1.x86_64.rpm libtool-2.2.6b-13.1.x86_64.rpm error: Failed dependencies: /usr/bin/tar is needed by libtool-2.2.6b-13.1.x86_64
Usually there should be a "Requires: /usr/bin/tar" line in the spec file. Just remove that line. BTW Where did you get that libtool ? The other option would be to build a hacked tar rpm which includes a line Provides: /usr/bin/tar in its spec file . There is no need to provide a file /usr/bin/tar ;-) . -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 05/17/2010 12:12 PM, Markus Koßmann wrote:
Usually there should be a "Requires: /usr/bin/tar" line in the spec file. Just remove that line. BTW Where did you get that libtool ?
The other option would be to build a hacked tar rpm which includes a line Provides: /usr/bin/tar in its spec file . There is no need to provide a file /usr/bin/tar ;-) .
Thanks Markus! The libtool package comes from the 11.0 kde4 factory repo: http://download.opensuse.org/repositories/KDE:/KDE4:/Factory:/Desktop/openSU... Not that the build service repos are always right, I generally find the specs are in good shape. That's why I was concerned about a bad package as a possibility. -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 05/19/2010 12:58 AM, David C. Rankin wrote:
On 05/17/2010 12:12 PM, Markus Koßmann wrote:
Usually there should be a "Requires: /usr/bin/tar" line in the spec file. Just remove that line. BTW Where did you get that libtool ?
The other option would be to build a hacked tar rpm which includes a line Provides: /usr/bin/tar in its spec file . There is no need to provide a file /usr/bin/tar ;-) .
Thanks Markus!
The libtool package comes from the 11.0 kde4 factory repo:
http://download.opensuse.org/repositories/KDE:/KDE4:/Factory:/Desktop/openSU...
Not that the build service repos are always right, I generally find the specs are in good shape. That's why I was concerned about a bad package as a possibility.
Let me add, that that heightens my concern about the issues I'm having with the gnome-settings-daemon no longer starting under kde after the latest updates being due to a messed up x86_64 kde4 rpm... -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
David C. Rankin
-
Markus Koßmann