Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2018 10:45:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 234436] graphics/ufraw does not install if no GUI is configured
Message-ID:  <bug-234436-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234436

            Bug ID: 234436
           Summary: graphics/ufraw does not install if no GUI is
                    configured
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: rodrigo@FreeBSD.org
          Reporter: t.m.guymer@thomasguymer.co.uk
          Assignee: rodrigo@FreeBSD.org
             Flags: maintainer-feedback?(rodrigo@FreeBSD.org)

Building without GTK2 does not create the "ufraw" binary and therefore crea=
tes
a pkg-static error.

Running "make -C graphics/ufraw showconfig" shows:

=3D=3D=3D> The following configuration options are available for ufraw-0.22=
_8:
     CONTRAST=3Don: Enable contrast setting option
     DST=3Doff: Use local time for timestamps
     EXIV2=3Don: EXIF and IPTC metadata support via exiv2
     FITS=3Doff: FITS output support
     GIMP=3Doff: Install GIMP plugin
     GNOME=3Doff: GNOME desktop environment support
     GTK2=3Doff: GTK+ 2 GUI toolkit support
     LENSFUN=3Don: Camera lens database support via LensFun
=3D=3D=3D> Use 'make config' to modify these settings

Running "portmaster graphics/ufraw" fails with the error:

=3D=3D=3D>   Registering installation for ufraw-0.22_8
pkg-static: Unable to access file
/usr/ports/graphics/ufraw/work/stage/usr/local/bin/ufraw:No such file or
directory
*** Error code 74

Running "ls -hl graphics/ufraw/work/stage/usr/local/bin/" shows:

total 1884
-r-xr-xr-x  1 root  staff   409K 27 Dec 10:29 dcraw
-r-xr-xr-x  1 root  staff    27K 27 Dec 10:29 nikon-curve
-r-xr-xr-x  1 root  staff   1.3M 27 Dec 10:29 ufraw-batch

You can see that "ufraw-batch" has been created (which is the binary that I
want) and that "ufraw" has not been created (which is the binary that I do =
not
want) which is exactly what I think should've happened. The problem is that=
 the
install script thinks that "ufraw" should exist and therefore it fails the
whole process even though it is OK for it to be missing.

Thanks,

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234436-7788>