Date: Sat, 11 Apr 2015 13:39:29 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199376] x11-fm/pcmanfm failes to compile missing file "fm-version.h" Message-ID: <bug-199376-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199376 Bug ID: 199376 Summary: x11-fm/pcmanfm failes to compile missing file "fm-version.h" Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: transitive@gmail.com CC: horia@racoviceanu.com Flags: maintainer-feedback?(horia@racoviceanu.com) CC: horia@racoviceanu.com On my 10 stable system with the latest update to the port x11-fm/pcmanfm it fails to compile because it is missing the file "fm-version.h". The output of the relevant portion from building pcmanfm is below: In file included from app-config.c:27: In file included from ./app-config.h:27: /usr/local/include/libfm/fm.h:26:10: fatal error: 'fm-version.h' file not found #include "fm-version.h" ^ In file included from tab-page.c:25: In file included from /usr/local/include/libfm/fm-gtk.h:25: /usr/local/include/libfm/fm.h:26:10: fatal error: 'fm-version.h' file not found #include "fm-version.h" ^ In file included from pcmanfm.c:39: In file included from /usr/local/include/libfm/fm-gtk.h:25: /usr/local/include/libfm/fm.h:26:10: fatal error: In file included from 'fm-version.h' file not found #include "fm-version.h" ^ main-win.c:34: In file included from ./pcmanfm.h:26: /usr/local/include/libfm/fm.h:26:10: fatal error: 'fm-version.h' file not found #include "fm-version.h" ^ 11 error generated. Makefile:504: recipe for target 'pcmanfm-app-config.o' failed gmake[4]: *** [pcmanfm-app-config.o] Error 1 gmake[4]: *** Waiting for unfinished jobs.... error generated. Makefile:532: recipe for target 'pcmanfm-tab-page.o' failed gmake[4]: *** [pcmanfm-tab-page.o] Error 1 1 error generated. Makefile:490: recipe for target 'pcmanfm-pcmanfm.o' failed gmake[4]: *** [pcmanfm-pcmanfm.o] Error 1 1 error generated. Makefile:518: recipe for target 'pcmanfm-main-win.o' failed gmake[4]: *** [pcmanfm-main-win.o] Error 1 gmake[4]: Leaving directory '/usr/ports/x11-fm/pcmanfm/work/pcmanfm-1.2.3/src' Makefile:394: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/usr/ports/x11-fm/pcmanfm/work/pcmanfm-1.2.3' Makefile:335: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/usr/ports/x11-fm/pcmanfm/work/pcmanfm-1.2.3' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/x11-fm/pcmanfm *** Error code 1 Stop. make: stopped in /usr/ports/x11-fm/pcmanfm -- 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-199376-13>