Package Details: qt5-webkit 5.212.0alpha4-26

Git Clone URL: https://aur.archlinux.org/qt5-webkit.git (read-only, click to copy)
Package Base: qt5-webkit
Description: Classes for a WebKit2 based implementation and a new QML API
Upstream URL: https://github.com/qtwebkit/qtwebkit
Licenses: LGPL2.1
Submitter: arojas
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 41
Popularity: 1.98
First Submitted: 2022-11-21 07:42 (UTC)
Last Updated: 2024-09-03 21:23 (UTC)

Required by (129)

Sources (9)

Pinned Comments

FabioLolix commented on 2024-08-20 14:12 (UTC)

btw patches are welcome here https://github.com/FabioLolix/PKGBUILD-AUR_fix/tree/master/q

FabioLolix commented on 2024-05-24 12:05 (UTC)

qt5-webkit-movableink-git prebuild uploaded on sourceforge, thanks to MoetaYuko for the patch


About the comments; I'm starting to get really pissed off; please refrain to stating the obvious, make questions already answered, reporting already reported stuff, the icu solutions work for installed packages whenever how quirk they are, etc, etc, etc....

If you wanna post, post a patch!


I'm not a programmer but I guess webengine would be more convenient

@TheExplorer You don't say! [insert Nicals Cage meme]

If this package would never build in the future, shouldn't it be dropped in favor of qt5-webkit-movableink-git?

@oldherl have you tried to read the post before yours before posting, you should try that

FabioLolix commented on 2024-05-23 08:40 (UTC)

Post another time that this fails to build with icu 75 and I'll no longer upload the pre-build packages, I have qt5-webkit-movableink-git ready. You have been warned.

Have been posted enough icu 74 solution too.

FabioLolix commented on 2023-12-27 15:49 (UTC)

btw, depends on libicuuc.so have been added so you are obliged to uninstall and rebuild when there is a new icu update instead of keeping a non-working qt5-webkit (which lead to other build issues)

xiota commented on 2023-11-12 17:30 (UTC)

Or read: makepkg: Improving build times.

FabioLolix commented on 2023-01-06 17:06 (UTC)

Pre builded (in clean chroot) package here https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/ for who is interested

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 Next › Last »

rado84 commented on 2023-05-24 14:53 (UTC)

That's not exactly what the error code 4 is saying but whatever. I just changed MAKEFLAGS to be "-j8", like you said, and hopefully this will solve any future problems. Thanks for taking the time for this problem! :)

eclairevoyant commented on 2023-05-23 04:55 (UTC)

Uh, I don't know why that would work. You either choose it manually (MAKEFLAGS="-j8" for 8 threads) or automatically (MAKEFLAGS="-j$(nproc)", which runs the nproc command and inserts its output into the string), but having random text in there like you have now shouldn't work (afaik). The error message is telling you the same thing, you need a positive integer as an arg here.

Try fixing that line and it should build.

rado84 commented on 2023-05-23 01:47 (UTC)

@eclairevoyant, if you're talking about MAKEFLAGS="-j8(nproc)", it has been like that for years, as advised by my friends who are linux sysadmins. If you're talking about something else, then here's the config: https://pastebin.com/t2SACFCn And I didn't know about "LANG=C makepkg", so thanks, I'll keep it in mind for the future (if I don't forget it before then :D ).

tumeo commented on 2023-05-22 14:54 (UTC)

@Universebenzene Ah, that explains it all, for some strange reason base-devel was uninstalled from my system...

Universebenzene commented on 2023-05-22 00:31 (UTC) (edited on 2023-05-22 00:31 (UTC) by Universebenzene)

@tumeo bison is included in base-devel, so not needed to write again. See here

tumeo commented on 2023-05-22 00:17 (UTC)

Shouldn't bison be included as a makedeps?

eclairevoyant commented on 2023-05-22 00:09 (UTC)

You gave yourself extra work here, simply running LANG=C makepkg would've given you the english logs :P

Also, can you post your makepkg.conf? It looks like you are somehow running make -j with an arg that's not a positive integer. Or you can add echo $MAKEFLAGS to the top of the build() function, that will also clear up some things.

rado84 commented on 2023-05-21 23:51 (UTC)

Fabio, some parts of the text in my terminal are in Bulgarian, so I ran the whole thing through Google Translate. Just in case I've included in the archive the original terminal text with Bulgarian: https://pixeldrain.com/u/YDcWQtj3

FabioLolix commented on 2023-05-19 20:46 (UTC)

@rado84 send me a full log

rado84 commented on 2023-05-19 19:58 (UTC)

"makepkg exited with code: 4" when trying to update this package. The internet says that "error code 4" means "Error in user-supplied function in PKGBUILD".