Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2015 21:53:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 197749] [patch] graphics/exiv2 : not jobs safe, patch fixes it
Message-ID:  <bug-197749-12827-73LACKMv1k@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197749-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197749-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
John Marino <marino@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to
multimedia@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@FreeBSD.org> ---
Auto-assigned to maintainer multimedia@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197749-12827-73LACKMv1k>