Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2019 12:44:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 241179] graphics/rawtherapee fails to find ccache
Message-ID:  <bug-241179-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 241179
           Summary: graphics/rawtherapee fails to find ccache
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mandree@FreeBSD.org
          Reporter: tech-lists@zyxst.net
             Flags: maintainer-feedback?(mandree@FreeBSD.org)
          Assignee: mandree@FreeBSD.org

Hi,

context: poudriere amd64 12.1-stable

The build fails to find ccache and fails with the following:

[...]
[00:01:04] /usr/local/bin/ccache /usr/local/bin/g++9  -DAUTO_GDK_FLUSH=3D0
-DGUIVERSION -DMYFILE_MMAP -DNDEBUG -DSTRICT_MUTEX=3D1 -DTRACE_MYRWMUTEX=3D0
-D_DNDEBUG -Irtgui -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-=
1.0
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/fribidi -I/usr/local/include/cairo
-I/usr/local/include/pixman-1 -I/usr/local/include/freetype2
-I/usr/local/include/libdrm -I/usr/local/include/libpng16
-I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0
-I/usr/local/include/gio-unix-2.0 -I/usr/local/include/atk-1.0
-I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0
-I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include
-I/usr/local/lib -I/usr/local/include/giomm-2.4
-I/usr/local/lib/giomm-2.4/include -I/usr/local/include/glibmm-2.4
-I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/sigc++-2.0
-I/usr/local/lib/sigc++-2.0/include -I/usr/local/include/gtkmm-3.0
-I/usr/local/lib/gtkmm-3.0/include -I/usr/local/include/atkmm-1.6
-I/usr/local/include/pangomm-1.4 -I/usr/local/lib/pangomm-1.4/include
-I/usr/local/include/cairomm-1.0 -I/usr/local/lib/cairomm-1.0/include
-I/usr/local/include/gtk-3.0/unix-print -I/usr/local/include/gdkmm-3.0
-I/usr/local/lib/gdkmm-3.0/include -I/usr/local/include/libiptcdata
-I/usr/local/include/lensfun -I/usr/local/include/librsvg-2.0 -O2 -pipe=20
-I/usr/local/include -fPIC -flto=3D16 -O3 -funroll-loops -msse2
-fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/gcc9  -nostdinc++ -isy=
stem
/usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc9 -isystem /usr/local/in=
clude
-std=3Dc++11 -mtune=3Dgeneric -Werror=3Dunused-label -Wall -Wuninitialized
-Wcast-qual -Wno-deprecated-declarations -Wno-unused-result -fopenmp
-Werror=3Dunknown-pragmas -O2 -pipe  -I/usr/local/include -fPIC -flto=3D16 =
-O3
-funroll-loops -msse2 -fstack-protector-strong -Wl,-rpath=3D/usr/local/lib/=
gcc9=20
-nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=3D/usr/local/lib/gcc9
-isystem /usr/local/include   -O2 -pipe  -I/usr/local/include -fPIC -flto=
=3D16
-O3 -funroll-loops -msse2 -fstack-protector-strong
-Wl,-rpath=3D/usr/local/lib/gcc9  -nostdinc++ -isystem /usr/include/c++/v1
-Wl,-rpath=3D/usr/local/lib/gcc9 -isystem /usr/local/include -std=3Dc++11
-mtune=3Dgeneric -Werror=3Dunused-label -Wall -Wuninitialized -Wcast-qual
-Wno-deprecated-declarations -Wno-unused-result -fopenmp
-Werror=3Dunknown-pragmas -MD -MT rtgui/CMakeFiles/rth.dir/bayerpreprocess.=
cc.o
-MF rtgui/CMakeFiles/rth.dir/bayerpreprocess.cc.o.d -o
rtgui/CMakeFiles/rth.dir/bayerpreprocess.cc.o -c
/wrkdirs/usr/ports/graphics/rawtherapee/work/rawtherapee-5.7/rtgui/bayerpre=
process.cc
[00:01:04] /bin/sh: /usr/local/bin/ccache: not found
[00:01:04] ninja: build stopped: subcommand failed.
[00:01:04] =3D=3D=3D> Compilation failed unexpectedly.
[00:01:04] Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting t=
he
failure to
[00:01:04] the maintainer.
[00:01:04] *** Error code 1
[...]

The port can be built with testport in the following way: with the -I option
which allows the jail to keep running so one can manually install
/usr/ports/devel/ccache. One can then cd ../../graphics/rawthereapee && mak=
e &&
make install and it proceeds normally.

--=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-241179-7788>