Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Jun 2018 18:59:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 228751] I cannot compile Natron on FreeBSD 12-CURRENT
Message-ID:  <bug-228751-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 228751
           Summary: I cannot compile Natron on FreeBSD 12-CURRENT
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: olivier@freebsd.org
          Reporter: gnuandbsdguy@gmail.com
          Assignee: olivier@freebsd.org
             Flags: maintainer-feedback?(olivier@freebsd.org)

When I try to compile natron on FreeBSD 12-CURRENT, i get the following err=
or
message:

In file included from /usr/local/include/python2.7/Python.h:88:
/usr/local/include/python2.7/unicodeobject.h:534:5: warning: 'register' sto=
rage
class specifier is deprecated and incompatible with C++17
[-Wdeprecated-register]
    register PyObject *obj,     /* Object */
    ^~~~~~~~~
/usr/local/include/python2.7/unicodeobject.h:553:5: warning: 'register' sto=
rage
class specifier is deprecated and incompatible with C++17
[-Wdeprecated-register]
    register PyObject *obj      /* Object */
    ^~~~~~~~~
/usr/local/include/python2.7/unicodeobject.h:575:5: warning: 'register' sto=
rage
class specifier is deprecated and incompatible with C++17
[-Wdeprecated-register]
    register const wchar_t *w,  /* wchar_t buffer */
    ^~~~~~~~~
/usr/local/include/python2.7/unicodeobject.h:593:5: warning: 'register' sto=
rage
class specifier is deprecated and incompatible with C++17
[-Wdeprecated-register]
    register wchar_t *w,        /* wchar_t buffer */
    ^~~~~~~~~
In file included from <built-in>:1:
In file included from /usr/local/include/python2.7/Python.h:97:
/usr/local/include/python2.7/stringobject.h:173:5: warning: 'register' stor=
age
class specifier is deprecated and incompatible with C++17
[-Wdeprecated-register]
    register PyObject *obj,     /* string or Unicode object */
    ^~~~~~~~~
/usr/local/include/python2.7/stringobject.h:174:5: warning: 'register' stor=
age
class specifier is deprecated and incompatible with C++17
[-Wdeprecated-register]
    register char **s,          /* pointer to buffer variable */
    ^~~~~~~~~
/usr/local/include/python2.7/stringobject.h:175:5: warning: 'register' stor=
age
class specifier is deprecated and incompatible with C++17
[-Wdeprecated-register]
    register Py_ssize_t *len    /* pointer to length variable or NULL
    ^~~~~~~~~
--- KnobFile_Test.o ---
7 warnings generated.
--- wmain.o ---
7 warnings generated.
--- Tracker_Test.o ---
7 warnings generated.
--- Tests ---
c++ -fstack-protector -Wl,-rpath,'$ORIGIN/../lib',-z,origin -Wl,-O1 -pthread
-Wl,-rpath,/usr/local/lib/qt4 -o Tests gtest-all.o  gtest_main.o  gmock-all=
.o=20
BaseTest.o  Hash64_Test.o  Image_Test.o  Lut_Test.o  KnobFile_Test.o=20
Curve_Test.o  Tracker_Test.o  wmain.o    -L/usr/local/lib/qt4 -L/usr/local/=
lib
-L/usr/ports/graphics/natron/work/Natron-2.3.4/Tests/../Gui/ -lGui
-L/usr/ports/graphics/natron/work/Natron-2.3.4/Tests/../Engine/ -lEngine
-L/usr/ports/graphics/natron/work/Natron-2.3.4/Tests/../HostSupport/
-lHostSupport
-L/usr/ports/graphics/natron/work/Natron-2.3.4/Tests/../libs/libmv/ -lLibMV
-L/usr/ports/graphics/natron/work/Natron-2.3.4/Tests/../libs/openMVG/ -lope=
nMVG
-L/usr/ports/graphics/natron/work/Natron-2.3.4/Tests/../libs/ceres/ -lceres
-L/usr/ports/graphics/natron/work/Natron-2.3.4/Tests/../libs/glog/ -lglog
-L/usr/ports/graphics/natron/work/Natron-2.3.4/Tests/../libs/gflags/ -lgfla=
gs
-L/usr/ports/graphics/natron/work/Natron-2.3.4/Tests/../libs/qhttpserver/bu=
ild/
-lqhttpserver
-L/usr/ports/graphics/natron/work/Natron-2.3.4/Tests/../libs/hoedown/build/
-lhoedown -L/usr/ports/graphics/natron/work/Natron-2.3.4/Tests/../libs/libt=
ess/
-ltess -lX11 -L/usr/local/lib -lpython2.7 -ldl -lintl -lutil -lm
-Wl,--export-dynamic -lboost_serialization -lpyside-python2.7
-lshiboken-python2.7 -lexpat -lpixman-1 -lfontconfig -lfreetype -lcairo
-lpthread -lQtOpenGL -L/usr/local/lib/qt4 -lQtGui -lQtNetwork -lQtCore -lGL
=3D=3D=3D>  Staging for natron-2.3.4_1
=3D=3D=3D>   natron-2.3.4_1 depends on file:
/usr/local/OFX/Plugins/IO.ofx.bundle/Contents/Info.plist - not found
=3D=3D=3D>  openfx-io-2.3.4_1 is marked as broken: fails to build with ffmp=
eg 4.0.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/graphics/openfx-io
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/natron

--=20
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-228751-7788>