[Bug 241179] graphics/rawtherapee fails to find ccache
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Oct 10 12:44:28 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241179
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 at FreeBSD.org
Reporter: tech-lists at zyxst.net
Flags: maintainer-feedback?(mandree at FreeBSD.org)
Assignee: mandree at 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=0
-DGUIVERSION -DMYFILE_MMAP -DNDEBUG -DSTRICT_MUTEX=1 -DTRACE_MYRWMUTEX=0
-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
-I/usr/local/include -fPIC -flto=16 -O3 -funroll-loops -msse2
-fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9 -nostdinc++ -isystem
/usr/include/c++/v1 -Wl,-rpath=/usr/local/lib/gcc9 -isystem /usr/local/include
-std=c++11 -mtune=generic -Werror=unused-label -Wall -Wuninitialized
-Wcast-qual -Wno-deprecated-declarations -Wno-unused-result -fopenmp
-Werror=unknown-pragmas -O2 -pipe -I/usr/local/include -fPIC -flto=16 -O3
-funroll-loops -msse2 -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc9
-nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=/usr/local/lib/gcc9
-isystem /usr/local/include -O2 -pipe -I/usr/local/include -fPIC -flto=16
-O3 -funroll-loops -msse2 -fstack-protector-strong
-Wl,-rpath=/usr/local/lib/gcc9 -nostdinc++ -isystem /usr/include/c++/v1
-Wl,-rpath=/usr/local/lib/gcc9 -isystem /usr/local/include -std=c++11
-mtune=generic -Werror=unused-label -Wall -Wuninitialized -Wcast-qual
-Wno-deprecated-declarations -Wno-unused-result -fopenmp
-Werror=unknown-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/bayerpreprocess.cc
[00:01:04] /bin/sh: /usr/local/bin/ccache: not found
[00:01:04] ninja: build stopped: subcommand failed.
[00:01:04] ===> Compilation failed unexpectedly.
[00:01:04] Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the
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 && make &&
make install and it proceeds normally.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list