Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
Maybe due to my bash (3.1_p17) / coreutils (5.95) combination I couldn't start acroread and the ff-plugin anymore. Running in an xterm I see: expr: syntax error (repeated endlessly) Changing language settings, downgrading coreutils to stable 5.94-r1 and acroread to 7.0.5-r1 didn't help (didn't downgrade bash though) I then looked at the acroread script in /opt/Acrobat7 and found that several version checks done with expr had unqouted variables, while most other expressions being variables to expr where. Putting those variables in double quotes resolved the problem, acroread and plugin are fine again. Patch for acroread script will be attached. emerge --info attached also
Created an attachment (id=87183) [edit] emerge --info
Created an attachment (id=87184) [edit] patch with double quotes for $version etc.
Created an attachment (id=87185) [edit] patch for acroread-7.0.5-r2.ebuild
Created an attachment (id=87186) [edit] patch for acroread-7.0.5-r3.ebuild
upgrading coreutils to 5.96 didn't solve the problems with the portage acroread-7.0.5-r2 and -r3 ebuilds. The patch is still needed.
thanks I added the patch to the masked 7.0.8 ebuild.
(In reply to comment #6) > thanks I added the patch to the masked 7.0.8 ebuild. > Stefan, I feel bad, cause now after upgrading to binutils-2.17 (no more LDFLAG -Wl,Bdirect) and coreutils-5.97 the 7.0.5-r3 ebuild works again w/o the patch. So, maybe http://bugs.gentoo.org/attachment.cgi?id=87186 isn't needed anymore (probably won't hurt anyway if it's applied). Sorry for the noise.