==> Extracting package (this might take several minutes, don't give up!)...
proot info: pid 19813: terminated with signal 11
==> ERROR: A failure occurred in package().
Aborting...
Error making: xampp
Search Criteria
Package Details: xampp 8.2.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xampp.git (read-only, click to copy) |
---|---|
Package Base: | xampp |
Description: | A stand-alone LAMPP distribution |
Upstream URL: | https://www.apachefriends.org |
Keywords: | FTP HTML HTTP internet LAMPP MySQL PHP server web webserver |
Licenses: | GPL |
Submitter: | grufo |
Maintainer: | grufo |
Last Packager: | grufo |
Votes: | 35 |
Popularity: | 0.083626 |
First Submitted: | 2017-03-26 15:47 (UTC) |
Last Updated: | 2024-03-08 17:31 (UTC) |
Dependencies (9)
- inetutils (inetutils-gitAUR, busybox-coreutilsAUR)
- libxcrypt-compat
- net-tools (net-tools-gitAUR)
- pcre (make)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR) (make)
- sdxAUR (make)
- tclkitAUR (make)
- polkit (polkit-gitAUR, polkit-consolekitAUR) (optional) – for launching XAMPP Manager and Control Panel from menu
- pygtkAUR (optional) – for using XAMPP Control Panel
Required by (0)
Sources (12)
- bitrock-unpacker.tcl
- https://sourceforge.net/projects/xampp/files/XAMPP%20Linux/8.2.12/xampp-linux-x64-8.2.12-0-installer.run
- org.apachefriends.xampp.policy
- properties.ini.in
- xampp-control-panel.desktop
- xampp-control-panel.in
- xampp-manager.desktop
- xampp-manager.in
- xampp.service.in
- xampp.svg
- xampp.sysusers
- xampp.tmpfiles.in
siddheshnan commented on 2019-08-11 03:56 (UTC)
ezekielnin commented on 2019-05-20 22:57 (UTC)
Just for information and for people who want a working xampp (but without using aur) here a working procedure until we have a fix on the pkgbuild : https://docs.google.com/document/d/1ZvswUKi6TdVK5SVnjrREAltvBq4bmiWG0EaElSD4F9I/edit?usp=sharing
<deleted-account> commented on 2019-04-24 11:47 (UTC)
==> ERROR: One or more files did not pass the validity check!
Error downloading sources: proot
???
unknowed commented on 2019-04-13 14:06 (UTC) (edited on 2019-04-13 14:06 (UTC) by unknowed)
==> Creating a temporary mysql user/group with fakeadd... ==> Extracting package (this might take several minutes, don't give up!)...
after 1 hours noting !!!
grufo commented on 2019-04-05 01:50 (UTC)
@pdizzle
It's strange. In the current PKGBUILD, inside the prepare()
function, there is a line,
# Against proot error `proot info: pid XXXX: terminated with signal 11`
export PROOT_NO_SECCOMP=1
which does exactly that. Doing
export PROOT_NO_SECCOMP=1
proot -0 -b "${pkgdir}/opt/lampp:/opt/lampp" etc....
should be exactly the same as doing
PROOT_NO_SECCOMP=1 proot -0 -b "${pkgdir}/opt/lampp:/opt/lampp" etc....
as you suggest. However this package is in need of a fix. Right now nobody can install XAMPP from a PKGBUILD.
pdizzle commented on 2019-04-04 21:31 (UTC)
I was getting an sha1sum fail on proot install (https://aur.archlinux.org/packages/proot/) and some directory issues. this PKGBUILD resolved:
https://gist.github.com/pm0u/afe618f7db3f17e5b5afce9e3e777d94
changes lines 4,16,20
Also, terminate with signal 11
from proot during build. Changing line 80 of the xampp PKGBUILD from
proot -0 -b "${pkgdir}/opt/lampp:/opt/lampp" "${srcdir}/${pkgname}-linux-x64-${pkgver}-0-installer.run" \
to
PROOT_NO_SECCOMP=1 proot -0 -b "${pkgdir}/opt/lampp:/opt/lampp" "${srcdir}/${pkgname}-linux-x64-${pkgver}-0-installer.run" \
fixed the issue for me.
https://github.com/proot-me/proot/issues/106
I still get the hanging forever as others have described, though.
chuber commented on 2019-04-02 14:03 (UTC)
Hey, is there a solution for the infinite "Extracting package (this might take several minutes, don't give up!)..." problem?
- Christian
obelix1502 commented on 2019-03-10 14:50 (UTC) (edited on 2019-03-10 15:00 (UTC) by obelix1502)
I tried several times to install it on my Manjaro testing. During installation, the compilation is blocked at level : "Extracting package (this might take several minutes, don't give up!)..." The program has been on for about three hours at this stage. I don't understand anything anymore and I don't see anything to change in the build package. Here the pastebin: https://bin.disroot.org/?60521bf9d3c78980#5bqvYOrfozPMVfcVHarJj8Smu3DvXwS+VNpgzEA4XMs Does anyone have a solution?
Edit: Sorry, I didn't see that others had the same problem.
Pinned Comments
grufo commented on 2022-10-21 14:18 (UTC)
For any issue with the upstream code please use the Apache Friends Support Forum.