You are not logged in.

#1 2011-04-29 21:49:46

Vegita
Member
Registered: 2009-10-06
Posts: 111

Chromium lates from Arch repos

Hi!

Is there a real reason, why Chromium stable is always late from the Archlinux repositories, even on new major versions? Firefox 4 was in the repos immediately. And Chrome/Chromium now is a much better working browser for example on KDE (Firefox until 3.6 couldn't even follow my system MIME types), and it supports GPU accelerated HTML5 video.

I know there is a possibility in aur with yaourt, but Chromium compiles for ages, Chrome would be okay, but on slower CPU-s, even the xz pkg compression can be a long time as it's a huge package (and I need the older lipjpeg and libpng from aur for it even).

Would it be possible to handle Chromium as tons of Archlinux users' default browser? (Security updates, but at least major version upgrades in extra/community). We would be very pleased!

Thanks in advance,
Vegita

Offline

#2 2011-04-29 21:55:16

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,967
Website

Re: Chromium lates from Arch repos

The reason is that chromium is orphaned atm; means there is no developer interested in maintaining it. Maybe if a TU wants to adopt it it could be moved to [community].

Offline

#3 2011-04-29 22:50:16

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Chromium lates from Arch repos

Vegita wrote:

I know there is a possibility in aur with yaourt, but Chromium compiles for ages

This argument always puzzles me. Yes, chromium does compile for ages, but you don't have to sit there and watch it, do you? I build chromium-dev approximately once a week, it takes about an hour, and during that time, I do other things - revolutionary, right?

And if you can't think of anything else to do, start it just before you go to sleep, and wake up to the smell of freshly-built chromium.

Offline

#4 2011-04-30 08:09:16

bluej774
Member
Registered: 2011-04-15
Posts: 8

Re: Chromium lates from Arch repos

[deleted]

Last edited by bluej774 (2021-05-26 03:11:09)

Offline

#5 2011-04-30 08:57:04

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: Chromium lates from Arch repos

Vegita wrote:

I know there is a possibility in aur with yaourt, but Chromium compiles for ages, Chrome would be okay, but on slower CPU-s, even the xz pkg compression can be a long time as it's a huge package (and I need the older lipjpeg and libpng from aur for it even).

chromium-browser-bin is about 2 versions ahead of the current release version but is generally very stable. It has all the new features (plus more) and takes about 3 minutes to download and package on my 1.86ghz laptop. You do need libjpeg and libpng, but that's a very small one time investment.


ᶘ ᵒᴥᵒᶅ

Offline

#6 2011-04-30 10:24:22

LeCrayonVert
Member
Registered: 2010-09-01
Posts: 134

Re: Chromium lates from Arch repos

I don't want chromium 13, svn or whatever....I want the stable version as told by upstream
So I've tried to get the PKGBUILD from chromium (yaourt -G chromium)
- change pkgver to 11.0.696.57
- makepkg -g >> PKGBUILD to recreate md5sums
- 139 Mb of source code to download
- You also have to remove the webkit patch wich is not needed anymore
Then makepkg -s :

- wait 10~15 min just to replace every python with python2 in the source code...
- but the compilation fails early with the following message :

WARNING - duplicate keys exist in shortcut group IDD_CHROME_FRAME_FIND_DIALOG
      sk duplicates: &N
      fr duplicates: &R
      ro duplicates: &G
      nl duplicates: &O
      no duplicates: &N
   pt-PT duplicates: &P
      sw duplicates: &F
      ca duplicates: &A
      de duplicates: &N
      tr duplicates: &A
      sv duplicates: &S
      da duplicates: &O
      lv duplicates: &R, &U
      pl duplicates: &W
      cs duplicates: &N
      fi duplicates: &K
  es-419 duplicates: &A
      id duplicates: &T
      es duplicates: &B

Any idea on how to fix this ?

edit : seems to be related to gcc4.6 http://code.google.com/p/chromium/issue … ?id=80071), it is compiling fine right now...

Last edited by LeCrayonVert (2011-04-30 12:28:10)


I believe in a world I can and do understand. A rational universe, explained through rational means.

Offline

#7 2011-04-30 11:58:37

LeCrayonVert
Member
Registered: 2010-09-01
Posts: 134

Re: Chromium lates from Arch repos

Ok another compilation error now :

Unknown parameter math for tags/attrs
Traceback (most recent call last):
  File "scripts/action_makenames.py", line 174, in <module>
    sys.exit(main(sys.argv))
  File "scripts/action_makenames.py", line 156, in main
    assert returnCode == 0
AssertionError
Unknown parameter a for tags/attrs
Traceback (most recent call last):
  File "scripts/action_makenames.py", line 174, in <module>
    sys.exit(main(sys.argv))
  File "scripts/action_makenames.py", line 156, in main
    assert returnCode == 0
AssertionError
make: *** [out/Release/obj/gen/webkit/SVGNames.cpp] Error 1
make: *** Attente des tâches non terminées....
make: *** [out/Release/obj/gen/webkit/MathMLNames.cpp] Error 1
Unknown parameter a interfaceName for tags/attrs
Traceback (most recent call last):
  File "scripts/action_makenames.py", line 174, in <module>
    sys.exit(main(sys.argv))
  File "scripts/action_makenames.py", line 156, in main
    assert returnCode == 0
AssertionError
make: *** [out/Release/obj/gen/webkit/HTMLNames.cpp] Error 1
Unknown parameter actuate for tags/attrs
Traceback (most recent call last):
  File "scripts/action_makenames.py", line 174, in <module>
    sys.exit(main(sys.argv))
  File "scripts/action_makenames.py", line 156, in main
    assert returnCode == 0
AssertionError
make: *** [out/Release/obj/gen/webkit/XLinkNames.cpp] Error 1
Unknown parameter xmlns for tags/attrs
Traceback (most recent call last):
  File "scripts/action_makenames.py", line 174, in <module>
    sys.exit(main(sys.argv))
  File "scripts/action_makenames.py", line 156, in main
    assert returnCode == 0
AssertionError
make: *** [out/Release/obj/gen/webkit/XMLNSNames.cpp] Error 1

I believe in a world I can and do understand. A rational universe, explained through rational means.

Offline

#8 2011-04-30 12:05:08

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Chromium lates from Arch repos


Give what you have. To someone, it may be better than you dare to think.

Offline

#9 2011-04-30 14:24:56

LeCrayonVert
Member
Registered: 2010-09-01
Posts: 134

Re: Chromium lates from Arch repos

Since I don't know which patch to apply, I've tried that :

patch -Np1 -i ../../chromium-gcc46-summ.patch
patch -Np0 -i ../../chromium-gcc46-backport.patch
patch -Np0 -i ../../chromium-gcc46-p1.patch
patch -Np0 -i ../../chromium-gcc46-p2.patch
patch -Np0 -i ../../chromium-gcc46-p3.patch 

but there are still some patch conflicts...

Last edited by LeCrayonVert (2011-04-30 14:28:34)


I believe in a world I can and do understand. A rational universe, explained through rational means.

Offline

#10 2011-04-30 14:32:20

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Chromium lates from Arch repos

i think you only need chromium-gcc46-summ.patch and chromium-gcc46-p3.patch


Give what you have. To someone, it may be better than you dare to think.

Offline

#11 2011-04-30 14:36:33

LeCrayonVert
Member
Registered: 2010-09-01
Posts: 134

Re: Chromium lates from Arch repos

I'll try that wink Thx


I believe in a world I can and do understand. A rational universe, explained through rational means.

Offline

#12 2011-04-30 14:48:36

LeCrayonVert
Member
Registered: 2010-09-01
Posts: 134

Re: Chromium lates from Arch repos

Unfortunately, I still have the same issue as in https://bbs.archlinux.org/viewtopic.php … 56#p925856


I believe in a world I can and do understand. A rational universe, explained through rational means.

Offline

#13 2011-04-30 14:49:22

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Chromium lates from Arch repos

@LeCrayonVert that is in the first link i pasted


Give what you have. To someone, it may be better than you dare to think.

Offline

#14 2011-04-30 16:36:06

LeCrayonVert
Member
Registered: 2010-09-01
Posts: 134

Re: Chromium lates from Arch repos

Yep sorry... I did not notice..
So everything works fine now wink (compilation time : ~70 min on my laptop (core 2 duo P7450) )
Here is the source package > http://dl.free.fr/u3IldSbFy


I believe in a world I can and do understand. A rational universe, explained through rational means.

Offline

#15 2011-04-30 18:07:30

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,967
Website

Re: Chromium lates from Arch repos

Using these patches I have uploaded chromium to extra. A regular maintainer would still be ideal though.

Offline

#16 2011-05-07 09:19:05

LeCrayonVert
Member
Registered: 2010-09-01
Posts: 134

Re: Chromium lates from Arch repos

Pierre > thx. There has been a new minor revision (from 11.0.696.57 to 11.0.696.65). Could you please upgrade the package ? (there shouldn't be any issue). Let me know if you want me to send the source package.


I believe in a world I can and do understand. A rational universe, explained through rational means.

Offline

#17 2011-05-07 09:35:45

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,671
Website

Re: Chromium lates from Arch repos

Flag the package out of date on the web interface (the forum is not the place to report out of date packages).  It has a new developer taking care of it now.

Offline

Board footer

Powered by FluxBB