[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


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 at FreeBSD.org
          Reporter: marino at FreeBSD.org
          Assignee: multimedia at FreeBSD.org
             Flags: maintainer-feedback?(multimedia at 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 at FreeBSD.org> ---
Auto-assigned to maintainer multimedia at FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list