maintainer-feedback requested: [Bug 197749] [patch] graphics/exiv2 : not jobs safe, patch fixes it
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Feb 16 21:53:43 UTC 2015
John Marino <marino at FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to
multimedia at FreeBSD.org:
Bug 197749: [patch] graphics/exiv2 : not jobs safe, patch fixes it
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197749
--- Description ---
Created attachment 153089
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153089&action=edit
fix jobs unsafe bug
I got this failure compiling exiv2 on multijob:
c++ -pipe -O2 -fno-strict-aliasing -D_GLIBCXX_USE_CXX11_ABI=0
-fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wcast-align
-Wpointer-arith -Wformat-security -Wmissing-format-attribute
-Woverloaded-virtual -W -MMD -I. -I/usr/local/include
-DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../xmpsdk/include -c -o utils.o
utils.cpp
utils.cpp:36:23: fatal error: exv_conf.h: No such file or directory
It turns out that the makefile did not have utils.cpp depending on exv_conf.h,
so they built at the same time. That attached patch should fix this.
--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer multimedia at FreeBSD.org
More information about the freebsd-multimedia
mailing list