Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15582] google-chrome-bin upstream RPMs are corrupt

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15582] google-chrome-bin upstream RPMs are corrupt
  • Date: 27 Mar 2010 16:26:37 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15582





--- Comment #8 from Ladislav Hagara (lace) <hgr AT vabo.cz> 2010-03-27 11:26:34
---
added rpm2targz spell into test grimoire
works like a charm with new rpm format

google-chrome-bin with this PRE_BUILD cast OK

--
mk_source_dir $SOURCE_DIRECTORY &&
cd $SOURCE_DIRECTORY &&

rpm2tar $SOURCE_CACHE/$SOURCE &&
tar xf google-chrome-beta_current_i386.tar
--

problem is with our new jpeg, now it provides /usr/lib/libjpeg.so.8,
chrome-bin
needs libjpeg.so.62

/usr/bin/google-chrome: error while loading shared libraries: libjpeg.so.62:
cannot open shared object file: No such file or directory

with "ln -s /usr/lib/libjpeg.so.8.0.0 /usr/lib/libjpeg.so.62" it starts but
only print "Aw, Snap!" for most of web pages

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page