Bug 240582 - Bug in the acroread 7.0 start-script preventing start
Summary: Bug in the acroread 7.0 start-script preventing start
Status: RESOLVED DUPLICATE of bug 197929
Alias: None
Product: openSUSE 10.2
Classification: openSUSE
Component: Commercial (show other bugs)
Version: Final
Hardware: 32bit Other
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: George Horlacher
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-31 09:06 UTC by Forgotten User pp_6YJkdGM
Modified: 2007-04-12 16:29 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Forgotten User pp_6YJkdGM 2007-01-31 09:06:07 UTC
Since a recent upgrade the startup script for acroread in /usr/X11R6/bin/acroread on a SUSE 10.2 system generates 
error messages due to a wrong pattern matching used in this script. 
Depending on the environment of the user this simply generates an eror message on the shell like:

/usr/X11R6/bin/acroread: line 493: [: -ge: unary operator expected

Sometimes it also leads to a loop in the shell so that acroread is not started at all.

The problem is line 425 in /usr/X11R6/bin/acroread where the version of libgtk-x11
is determined by using sed with a pattern that matches a version number like
2.0.so.0.100.*

but the current version on a 10.2 system is:
 
/opt/gnome/lib/libgtk-x11-2.0.so.0.1000.6

Please note that this version contains the pattern so.0.1000. but the pattern in line 425 matches only  so.0.100.

So the version cannot be determined which leads to the problems described.
Comment 1 Thomas Anders 2007-01-31 16:32:13 UTC
Dup of bug #197929?
Comment 2 George Horlacher 2007-04-12 16:29:21 UTC
Yes this looks like a duplicate of 197929

*** This bug has been marked as a duplicate of bug 197929 ***