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:   [Bug 197749] [patch] graphics/exiv2 : not jobs safe, patch fixes it
Message-ID:  <bug-197749-12827@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 197749
           Summary: [patch] graphics/exiv2 : not jobs safe, patch fixes it
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: multimedia@FreeBSD.org
          Reporter: marino@FreeBSD.org
          Assignee: multimedia@FreeBSD.org
             Flags: maintainer-feedback?(multimedia@FreeBSD.org)

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

-- 
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-197749-12827>