On Wed, Aug 26, 2009 at 6:31 PM, Xavier <shiningxc@gmail.com> wrote:
On Wed, Aug 26, 2009 at 8:12 AM, Bernard Mentink<bmentink@gmail.com> wrote:
On Wed, Aug 26, 2009 at 6:03 PM, Xavier <shiningxc@gmail.com> wrote:
On Tue, Aug 25, 2009 at 9:45 PM, Bernard Mentink<bmentink@gmail.com> wrote:
Small point, can you specify the steps on how to edit the code and
re-build
the package? I take it that there is another way to download/edit/build rather than the automated "makepkg"
The problem is not makepkg itself, it's the PKGBUILDs who use pre-compiled tarballs instead of compiling source code. But maybe there is no way to do that for chromium, or it is overly complex? I don't know, but I couldn't find any PKGBUILD using the source.
But as I said before, I read in the comments of the tickets that the packages on http://ppa.launchpad.net/chromium-daily should work without sse2 now. http://aur.archlinux.org/packages.php?ID=24266
Thanks, I would do that, but I get this error:
bash-4.0$ makepkg ==> Making package: chromium-browser 4.0.203.0~svn20090824r24095-1 i686 (Wed Aug 26 18:09:21 NZST 2009) ==> Checking Runtime Dependencies... ==> Checking Buildtime Dependencies... ==> Retrieving Sources... -> Downloading chromium-browser_4.0.203.0~svn20090824r24095-0ubuntu1~ucd1_i386.deb... --2009-08-26 18:09:24--
http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/pool/main/c/chromium-brow...
Resolving ppa.launchpad.net... 91.189.90.217 Connecting to ppa.launchpad.net|91.189.90.217|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2009-08-26 18:09:25 ERROR 404: Not Found.
==> ERROR: Failure while downloading chromium-browser_4.0.203.0~svn20090824r24095-0ubuntu1~ucd1_i386.deb Aborting...
It seems the PKGBUILD file is no longer at that web site ..
you mean the deb file, not the pkgbuild. just browse on http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/pool/main/c/chromium-brow... and use a file which actually exists... for instance you could try replacing ucd1 with ucd2
Hi, thanks did that. Had to change some other settings in the PKGBUILD file. It now made the pacman pakage file just fine. I ran it and now have this error: ----------------------------------------- chromium-browser /usr/lib/chromium-browser/chromium-browser: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory ------------------------------------------ I have libjpeg installed just fine in pacman. It seems that chromium can not find the lib, maybe it is looking in a different place? Cheers, Bernie