Package Details: pmount 0.9.23-16

Git Clone URL: https://aur.archlinux.org/pmount.git (read-only, click to copy)
Package Base: pmount
Description: mount removable devices as normal user
Upstream URL: https://salsa.debian.org/debian/pmount
Licenses: GPL2
Conflicts: pmount
Provides: pmount
Submitter: Barthalion
Maintainer: ralphptorres
Last Packager: ralphptorres
Votes: 96
Popularity: 0.000000
First Submitted: 2012-12-12 19:55 (UTC)
Last Updated: 2024-06-04 11:49 (UTC)

Latest Comments

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

rwd2 commented on 2014-11-20 18:44 (UTC)

Builds fine here too now.

simon04 commented on 2014-11-20 06:01 (UTC)

@rwd2: The build is working for me. This could have been a temporary problem?

rwd2 commented on 2014-11-19 22:41 (UTC)

build fails with: curl: (7) Failed to connect to anonscm.debian.org port 80: Connection refused

simon04 commented on 2014-11-17 08:04 (UTC)

0.9.23-11: Fix URL – thanks @tralce

tralce commented on 2014-11-16 00:40 (UTC)

Got a 404 on makepkg, so I edited the PKGBUILD. Here's the new link I put in the source= section: https://launchpad.net/ubuntu/+archive/primary/+files/${pkgname}_${pkgver}.orig.tar.bz2 It works now.

saleem commented on 2014-02-01 05:12 (UTC)

Thanks for fixing , installed this time without any problem.

simon04 commented on 2014-01-29 20:52 (UTC)

0.9.23-10: Comment out "-fPIE -pie" flags to avoid "corrupted double-linked list" error Thanks @macxcool for investigating and solving this issue! :-)

doctorcolossus commented on 2014-01-29 20:46 (UTC)

Confirmed -- deleted lines with CFLAGS & CXXFLAGS and compiled without issues. Thanks, macxcool! [-:

macxcool commented on 2014-01-28 12:32 (UTC)

pmount and pam_usb-git seem to work fine without the CFLAGS and CXXFLAGS lines. I used the current PKGBUILD, not git.

macxcool commented on 2014-01-28 11:57 (UTC)

git built alright if I didn't include: export CFLAGS="${CFLAGS} -fPIE -pie" export CXXFLAGS="${CXXFLAGS} -fPIE -pie" If I include those, I get the same error. I'm going to try removing those in the PKGBUILD and see if I get a working version.