Package Details: qtwebkit 2.3.4-9

Git Clone URL: https://aur.archlinux.org/qtwebkit.git (read-only, click to copy)
Package Base: qtwebkit
Description: An open source web browser engine (Qt port)
Upstream URL: http://trac.webkit.org/wiki/QtWebKit
Licenses: GPL3, LGPL2.1
Conflicts: qt
Submitter: arojas
Maintainer: Omar007
Last Packager: Omar007
Votes: 53
Popularity: 0.000015
First Submitted: 2017-02-09 07:52 (UTC)
Last Updated: 2023-04-30 16:17 (UTC)

Sources (8)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 16 Next › Last »

WoefulDerelict commented on 2017-05-25 22:03 (UTC) (edited on 2017-05-25 22:11 (UTC) by WoefulDerelict)

All integrity checks pass in local builds suggesting the checksums in the PKGBUILD are still valid. One has had absolutely no issue building this package in a clean chroot via the devtools scripts for x86_64 and i686 systems. [https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot] These environments use the latest packages available from the repositories when building the package. Users experiencing build issues should ensure their system is up to date and no foreign packages are interfering with the build or attempt building this utilising the tools mentioned above. sputnick: bison is part of the base-devel group. The base and base-devel groups are necessary prerequisites BEFORE attempting to build packages. It is not necessary for maintainers to include packages from either of these groups in the dependency array.

rakab commented on 2017-05-25 13:14 (UTC)

@nibor Try runnig this: updpkgsums before makepkg -sri

sputnick commented on 2017-05-25 10:07 (UTC)

Please update PKGBUILD. And bison should be added to the make depends

Biskit1943 commented on 2017-05-23 17:57 (UTC) (edited on 2017-05-23 18:08 (UTC) by Biskit1943)

I'm running into this error every time I try to install qtwebkit: ../../Source/WTF/wtf/SaturatedArithmetic.h: In function ‘bool signedAddOverflows(int32_t, int32_t, int32_t&)’: ../../Source/WTF/wtf/SaturatedArithmetic.h:49:29: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses] return !((ua ^ ub) >> 31) & (uresult ^ ua) >> 31; After the first Error this starts an endless Loop, which displays me this Error I've already reinstalled gcc-multilib and I did the workaround from underneath

nibor commented on 2017-05-17 21:11 (UTC)

@iraqab and @ tengu thanks for the advice I also downloaded the files manually and it start to build fine and downloads the source files but runs into an error again after that. Did you experience the same? -> Downloading xmlts20080827.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 623k 100 623k 0 0 91838 0 0:00:06 0:00:06 --:--:-- 181k -> Found libxml2-2.9.4-remove-pyverify_fd.patch ==> Validating source files with sha256sums... libxml2 ... Skipped xmlts20080827.tar.gz ... Passed libxml2-2.9.4-remove-pyverify_fd.patch ... FAILED ==> ERROR: One or more files did not pass the validity check!

tengu commented on 2017-05-14 07:22 (UTC)

@iraqab via Yaourt still doesn't work, but I downloaded libxml2 manually as you suggested, edited the PKGBUILD as said in this thread and building qtwebkit worked just fine. It's defeniteley the ICU-flag. Thanks for the hints!

rakab commented on 2017-05-08 09:52 (UTC) (edited on 2017-05-08 19:58 (UTC) by rakab)

Do you have extra enabled in /etc/pacman.conf If not be sure to add or uncomment these lines: [extra] Include = /etc/pacman.d/mirrorlist Even if it's there, try pacman -Syu And then again: yaourt -G libxml2 Anyway, if this doesn't work, try donwloading libxml2 manually: Create libxml2 direcotry and download souce from this link in that folder: https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/libxml2 Just create that 2 files and copy code from given link. After this, modify PKGBUILD and try building the package with makepkg -sri

tengu commented on 2017-05-07 11:02 (UTC)

If I run: yaourt -G libxml2 I get: curl: (22) The requested URL returned error: 404 Not Found which isn't quite suprising, since libxml2 is not AUR but extra: yaourt -Ss libxml2 extra/libxml2 2.9.4+16+g07418011-1 [installed] XML parsing library, version 2 Suggestions?

nibor commented on 2017-05-06 16:14 (UTC)

@iraqab thanks, but I must be doing something wrong... yaourt -G libxml2 still results in curl: (78) RETR repsonse: 550 a directory libxml2 is created but it remains empty, so there is no PKGBUILD I could edit...

rakab commented on 2017-05-05 14:50 (UTC)

@nibor try this: yaourt -G libxml2 cd libxml2 open PKGBUILD in your favorite editor and delete --with-icu flags from lines 40 and 45, then run: makepkg -sri and flinally you should be able to install qtwebkit: yaourt -S qtwebkit