Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12557 - app-arch/rar version bump to 3.1
Summary: app-arch/rar version bump to 3.1
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-22 07:29 UTC by Ronald Hummelink
Modified: 2003-02-04 19:42 UTC (History)
0 users

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 Ronald Hummelink 2002-12-22 07:29:01 UTC
Rar is precompiled by rarlabs aparently using gcc 2.95.x and linked verses
libstdc++-libc6.2-2.so.3
That causes rar and unrar installed by the ebuild unrunnable on pure gcc 3
systems. rarlabs distributes rar_static, a static linked binary which is usable
in a gcc 3 system. I would only install rar_static as rar on pure gcc3 systems
as the dynamic rar and unrar are useless.
Also rar 3.1.0 was released, only requires a rename of the ebuild and its go.
Comment 1 SpanKY gentoo-dev 2002-12-22 14:15:10 UTC
install lib-compat-1.1
Comment 2 Ronald Hummelink 2002-12-22 14:45:50 UTC
lib-compat does make this work, however for pure gcc 3 systems (like upcoming
gentoo 1.4), lib-compat should be a depend then for this package, as else this
package will not work properly (I do not think a user shoud manually install
lib-compat to make this work)
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-23 13:25:12 UTC
lib-compat added as a DEPEND.
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-23 13:29:13 UTC
added to portage.

thanks for the heads up.
Comment 5 Ronald Hummelink 2002-12-23 17:40:06 UTC
No problem, glad I can help out a little.

As test unmerged rar and lib-compat. emerging masked rar 3.1.0 installs
lib-compat fine and rar seems to work fine. Marking closed.