Package Details: j7z 1.4.2-1

Git Clone URL: https://aur.archlinux.org/j7z.git (read-only, click to copy)
Package Base: j7z
Description: An alternative 7-Zip GUI
Upstream URL: https://sites.google.com/site/xavionsj7z/
Licenses: LGPL3
Conflicts: k7z, q7z
Replaces: k7z, q7z
Submitter: Xavion
Maintainer: Xavion
Last Packager: Xavion
Votes: 74
Popularity: 0.000000
First Submitted: 2011-02-17 05:21 (UTC)
Last Updated: 2024-06-06 04:42 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

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

Xavion commented on 2011-02-21 06:20 (UTC)

Thank-you both for the helpful feedback. I've decided to reference a prebuilt archive by default, so that users won't need to get the JDK before installing J7Z. Anyone who especially wants to build it from source can toggle the enabled state of the relevant lines in the PKGBUILD.

ranger commented on 2011-02-21 01:24 (UTC)

Yes, I have -j5 in my makepkg.conf. With this PKGBUILD it builds fine (except it didn't build without jdk installed)

Xavion commented on 2011-02-20 22:48 (UTC)

You're right that your recent output was fine. The original error was caused by a totally different issue. The Makefile targets were being executed out-of-order, which meant that 'test' was run before 'permissions'. This told me that you're running 'make' in parallel mode, probably because the 'MAKEFLAGS="-j2"' option is set in your "/etc/makepkg.conf" file. I've modified the PKGBUILD to force Make to run in serial mode. The next release will include this option within the Makefile itself. Thanks for your assistance over the last few days. This was an important problem and I'm glad that it's now resolved.

ranger commented on 2011-02-20 12:39 (UTC)

No extra flag, just the defaults /dev/sdc6 /home ext3 defaults 0 1 /dev/sdc5 / ext3 defaults 0 1 And here is the output of the other commands http://aur.pastebin.com/BgnX0VZG I dont see any permission problem

Xavion commented on 2011-02-19 22:36 (UTC)

I'm sorry that this still isn't working for you. Maybe those filesystems were mounted with extra flags. Can you show me the relevant parts of your "/etc/fstab" file? The Makefile is struggling to set or check the necessary permissions of J7Z's shell script. Show me the output when you run (in order) "make permissions" and "make tests" from the 'Build' directory. I'd also like you to show me the output from each of the following commands (in order): "stat -c %a ../Bin/J7Z.*", "chmod 755 ../Bin/J7Z.*", "stat -c %a ../Bin/J7Z.*" again and "ls -al ../Bin".

Det commented on 2011-02-19 22:24 (UTC)

Shouldn't "java-environment>=6" (jdk) be marked as a make dependency?

ranger commented on 2011-02-19 14:48 (UTC)

Nope... Before posting I tried to build in my ~, in my local repo partition and with aurbuild (it uses /var). Everytime the same error. x86_64, ext3 and ext4 filesystems