Package Details: sabnzbd 4.4.0-1

Git Clone URL: https://aur.archlinux.org/sabnzbd.git (read-only, click to copy)
Package Base: sabnzbd
Description: A web-interface based binary newsgrabber with NZB file support
Upstream URL: http://www.sabnzbd.org
Keywords: network usenet
Licenses: GPL
Submitter: esh
Maintainer: fryfrog
Last Packager: fryfrog
Votes: 270
Popularity: 0.95
First Submitted: 2007-11-09 16:21 (UTC)
Last Updated: 2024-12-10 17:02 (UTC)

Latest Comments

« First ‹ Previous 1 .. 57 58 59 60 61 62 63 64 Next › Last »

hyness commented on 2010-07-09 12:50 (UTC)

To fix the problem with the PKGBUILD trying to remove files, I commented out that line and created a sabnzbd.install file with these contents... pre_install() { find /opt/sabnzbd -name "*" -type f -not \( -name sabnzbd.ini \) -exec rm -rf {} \; } You can also use the --asroot option, but really this PKGBUILD should be fixed with an install file because the build shouldn't modify any files

Revelation60 commented on 2010-07-03 08:34 (UTC)

It fails here because I don't have the rights to remove files from /opt/sabnzbd.

ben-arch commented on 2010-07-03 03:20 (UTC)

Just installed, seems OK. Thank you

farhany commented on 2010-07-02 13:33 (UTC)

OK folks, new PKGBUILD. I made both backup entries relative. Tell me if there is a problem.

<deleted-account> commented on 2010-07-02 11:37 (UTC)

I'm also having that problem: ==> ERROR: Invalid backup entry : /etc/conf.d/sabnzbd ==> ERROR: Makepkg was unable to build sabnzbd. but from http://wiki.archlinux.org/index.php/PKGBUILD : backup An array of files to be backed up as file.pacsave when the package is removed. This is commonly used for packages placing configuration files in /etc. The file paths in this array should be relative paths (e.g. etc/pacman.conf) not absolute paths (e.g. /etc/pacman.conf).

Revelation60 commented on 2010-07-02 08:33 (UTC)

@farhany: you should remove the / before /etc/conf.d/sabnzbd. The backup entries are referring to the locations in the package, not to the file system itself.

farhany commented on 2010-07-02 00:14 (UTC)

Fresh build here, please let me know if there's a problem.

<deleted-account> commented on 2010-07-01 23:46 (UTC)

I'm always getting ERROR: Invalid backup entry : /etc/conf.d/sabnzbd when using this PKGBUILD. I have to remove the backup entries.

Revelation60 commented on 2010-06-28 08:03 (UTC)

wilcoxjay, I used the same patch, but I removed opt/sabnzbd/sabnzbd.ini from backup, since it complained.

<deleted-account> commented on 2010-06-27 22:13 (UTC)

this straightforward patch to the PKGBUILD brought 0.5.3 in with no problems. http://aur.pastebin.com/vGtXpDsP