Package Details: chromium-dev 126.0.6423.2-1

Git Clone URL: https://aur.archlinux.org/chromium-dev.git (read-only, click to copy)
Package Base: chromium-dev
Description: The open-source project behind Google Chrome (Dev Channel)
Upstream URL: http://www.chromium.org
Keywords: browser web
Licenses: BSD
Submitter: None
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 160
Popularity: 0.010897
First Submitted: 2010-05-17 09:04 (UTC)
Last Updated: 2024-04-21 19:18 (UTC)

Dependencies (84)

Required by (0)

Sources (13)

Latest Comments

« First ‹ Previous 1 .. 98 99 100 101 102 103 104 105 106 107 108 .. 152 Next › Last »

wuffleton commented on 2012-05-07 08:22 (UTC)

I can confirm this. I have been able to to build chromium-dev successfully and have never needed pyxml. I'm running x86_64 if it makes a difference. My output of the stuff sl1pkn07 ran: [dark@Night ~]% python2 -c "import xml.parsers.expat" [dark@Night ~]% packer -Qs xml core/expat 2.1.0-1 An XML parser library extra/libplist 1.8-2 A library to handle Apple Property List format whereas it's binary or XML extra/libxml++ 2.34.2-1 C++ bindings to libxml2 extra/libxml2 2.7.8-2 XML parsing library, version 2 extra/libxslt 1.1.26-3 XML stylesheet transformation library extra/perl-xml-parser 2.41-2 Expat-based XML parser module for perl extra/perl-xml-simple 2.18-4 Simple XML parser for perl extra/raptor 2.0.7-2 A C library that parses RDF/XML/N-Triples into RDF triples extra/xcb-proto 1.7.1-1 XML-XCB protocol descriptions

sl1pkn07 commented on 2012-05-07 07:02 (UTC)

i don't have install pyxml. and build chromium-dev sucessfull in all version sl1pkn07@sL1pkn07 ~ $ python2 -c "import xml.parsers.expat" sl1pkn07@sL1pkn07 ~ $ my yaourt xml output http://paste.kde.org/470684 anyone can confirm this?

fishburn commented on 2012-05-07 00:02 (UTC)

@sl1pkn07 build.gyp would fail with a python error regarding libexpat.so (from expat.py) Without pyxml installed, attempting to load expat would produce an error (even though expat was installed): [name@host ~]$ python2 -c "import xml.parsers.expat" Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.7/xml/parsers/expat.py", line 4, in <module> from pyexpat import * ImportError: /usr/lib/python2.7/lib-dynload/pyexpat.so: undefined symbol: XML_SetHashSalt After installing pyxml, this command no longer produced an error and chromium-dev would build successfully. My machine configuration isn't very exotic so it would be strange if I am the only one with this dependency.

sl1pkn07 commented on 2012-05-06 12:40 (UTC)

@cornholio are you sure? sl1pkn07@sL1pkn07 ~ $ yaourt pyxml 1 extra/pyxml 0.8.4-9 Python XML parsing library

misc commented on 2012-05-06 09:28 (UTC)

Haven't had any crashes anymore again with 1027. Might be worth updating to that (or 1028 that's out in one/two hours) for those who have issues with 1123.4.

fishburn commented on 2012-05-06 01:01 (UTC)

pyxml is a make dependency

misc commented on 2012-05-05 10:19 (UTC)

I'm getting some seemingly random crashes since 1024 or so, too. Doubt they're related to ICU though, for a few builds after the patch Chromium was entirely stable again.

sl1pkn07 commented on 2012-05-04 16:30 (UTC)

@imhumn fixed. thanks for report!

wuffleton commented on 2012-05-04 14:44 (UTC)

Looks like that icu patch didn't solve the crashes after all. While my last build seemed to crash maybe once a day tops, the new version seems to be crashing just as much as before: May 03 18:25:31 Night kernel: Chrome_HistoryT[11640] general protection ip:7f6a891cbaa7 sp:7f6a6eff2090 error:0 in chromium[7f6a87bae000+3b05000] May 03 18:29:03 Night kernel: Chrome_HistoryT[15473] general protection ip:7fe03147baa7 sp:7fe0172a2090 error:0 in chromium[7fe02fe5e000+3b05000] May 03 18:29:53 Night kernel: Chrome_HistoryT[16084] general protection ip:7fcd88f12aa7 sp:7fcd6ed39290 error:0 in chromium[7fcd878f5000+3b05000]

<deleted-account> commented on 2012-05-04 14:28 (UTC)

The build fails because one of the build steps calls the svnversion command, which provided by the subversion package. Please update buildtime dependencies accordingly!