Package Details: cropgui 0.7-1

Git Clone URL: https://aur.archlinux.org/cropgui.git (read-only, click to copy)
Package Base: cropgui
Description: a simple tool for lossless jpeg cropping
Upstream URL: https://github.com/jepler/cropgui
Licenses: GPL
Submitter: jose1711
Maintainer: jose1711
Last Packager: jose1711
Votes: 14
Popularity: 0.000000
First Submitted: 2010-05-15 21:14 (UTC)
Last Updated: 2023-11-30 08:19 (UTC)

Latest Comments

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

alx741 commented on 2018-12-02 15:08 (UTC)

@jose1711 that was it! removed `/bin` from the front of my `PATH` and it worked. Thanks a lot!

jose1711 commented on 2018-12-02 10:37 (UTC)

actually, quite the opposite. this is how it looks on my system:

➜  / which python2
/usr/bin/python2

PATH env variable on your system likely has /usr/bin preceded by /bin. this does not make sense though as /bin is only a symbolic link to /usr/bin. i suggest you check and fix your PATH in /etc/profile, ~/.bashrc or the-like. this should fix package building as well.

alx741 commented on 2018-12-02 02:00 (UTC)

@jose1711 well, seems it's nothing unexpected:

$ which python2
/bin/python2

jose1711 commented on 2018-11-30 20:39 (UTC)

i checked the install.sh script and it looks a bit strange. when -p PREFIX is used, the value of PREFIX is not really used. i wonder what's the output of which python2 on your system

alx741 commented on 2018-11-30 13:44 (UTC)

@jose1711 here it is:

$ find pkg; ls -ld /bin /usr/bin
pkg
pkg/cropgui
pkg/cropgui/.MTREE
pkg/cropgui/.BUILDINFO
pkg/cropgui/bin
pkg/cropgui/bin/cropgui
pkg/cropgui/usr
pkg/cropgui/usr/lib
pkg/cropgui/usr/lib/python2.7
pkg/cropgui/usr/lib/python2.7/site-packages
pkg/cropgui/usr/lib/python2.7/site-packages/cropgui_common.py
pkg/cropgui/usr/lib/python2.7/site-packages/filechooser.py
pkg/cropgui/usr/lib/python2.7/site-packages/cropgui.glade
pkg/cropgui/usr/lib/python2.7/site-packages/stock-rotate-270-16.png
pkg/cropgui/usr/lib/python2.7/site-packages/stock-rotate-90-16.png
pkg/cropgui/share
pkg/cropgui/share/pixmaps
pkg/cropgui/share/pixmaps/cropgui.png
pkg/cropgui/share/applications
pkg/cropgui/share/applications/cropgui.desktop
pkg/cropgui/.PKGINFO
lrwxrwxrwx 1 root root     7 Aug 21 09:21 /bin -> usr/bin
drwxr-xr-x 5 root root 90112 Nov 29 21:50 /usr/bin

jose1711 commented on 2018-11-27 20:21 (UTC)

@alx741

weird error message. please follow these steps in terminal (as a regular user):

git clone https://aur.archlinux.org/cropgui.git/
cd cropgui
makepkg
find pkg; ls -ld /bin /usr/bin
# post the output of find and ls command to this thread

alx741 commented on 2018-11-27 17:20 (UTC) (edited on 2018-11-30 13:40 (UTC) by alx741)

@jose1711, sorry! I read your reply just now. I'm still getting the same error, here is the whole output (using aurman):

~~ initializing aurman...
~~ calculating solutions...

:: The following 1 package(s) are getting installed:
   aur/cropgui  /  ->  0.3-2
~~ looking for new pkgbuilds and fetching them...
loading packages...
resolving dependencies...
looking for conflicting packages...

Package (1)  New Version  Net Change

cropgui      0.3-2          0.09 MiB

Total Installed Size:  0.09 MiB

:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring                     [----------------] 100%
(1/1) checking package integrity                   [----------------] 100%
(1/1) loading package files                        [----------------] 100%
(1/1) checking for file conflicts                  [----------------] 100%
error: failed to commit transaction (conflicting files)
cropgui: /bin exists in filesystem (owned by filesystem)
Errors occurred, no packages were upgraded.
2018-11-27 12:14:40,359 - wrappers - pacman - ERROR - pacman query ['sudo', 'pacman', '--upgrade', '--noconfirm', '--asexplicit', 'cropgui-0.3-2-any.pkg.tar.xz'] failed

jose1711 commented on 2018-05-09 20:36 (UTC)

@alx741: can't reproduce it, can you please post the whole output?

willemw commented on 2018-05-08 21:28 (UTC)

"provides=('cropgui')" is redundant.

"conflicts=('cropgui-git')" is redundant. See "provides" of cropgui-git.

alx741 commented on 2018-05-08 20:21 (UTC)

I'm getting this error:

error: failed to commit transaction (conflicting files) cropgui-git: /bin exists in filesystem Errors occurred, no packages were upgraded.

I'm guessing the package needs a fix?