Package Details: xampp 8.2.12-1

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: 37
Popularity: 1.00
First Submitted: 2017-03-26 15:47 (UTC)
Last Updated: 2024-03-08 17:31 (UTC)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

Kalinda commented on 2019-11-13 01:35 (UTC)

Hello,

I'm having the same problems as others here are - xampp won't build because proof always crashes. I want to add this package to my repo, so I spent some time digging into this further.

I understand (I think?) proot is used here to bind the /opt/lampp to the xampp package source dir in order to trick the .run file into "installing" inside that dir so all its files/folders can be taken and made into an Arch package.

I ran the proot bind command ahead of time and then tried to run the installer inside the proot environment, but it always errors and says it can't create the /opt/lampp folder. I am not sure why this is, but I get the error regardless of whether or not I perform the binding.

Is there any reason why this might be happening? Something to do with my setup, maybe, some settings I need to change? I'll keep poking around but any help would be greatly appreciated.

Thanks!

siddheshnan commented on 2019-08-11 03:56 (UTC)

==> 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

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