[Bug 228751] I cannot compile Natron on FreeBSD 12-CURRENT
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jun 4 18:59:25 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228751
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 at freebsd.org
Reporter: gnuandbsdguy at gmail.com
Assignee: olivier at freebsd.org
Flags: maintainer-feedback?(olivier at freebsd.org)
When I try to compile natron on FreeBSD 12-CURRENT, i get the following error
message:
In file included from /usr/local/include/python2.7/Python.h:88:
/usr/local/include/python2.7/unicodeobject.h:534:5: warning: 'register' storage
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' storage
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' storage
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' storage
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' storage
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' storage
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' storage
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
BaseTest.o Hash64_Test.o Image_Test.o Lut_Test.o KnobFile_Test.o
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/ -lopenMVG
-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/ -lgflags
-L/usr/ports/graphics/natron/work/Natron-2.3.4/Tests/../libs/qhttpserver/build/
-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/libtess/
-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
===> Staging for natron-2.3.4_1
===> natron-2.3.4_1 depends on file:
/usr/local/OFX/Plugins/IO.ofx.bundle/Contents/Info.plist - not found
===> openfx-io-2.3.4_1 is marked as broken: fails to build with ffmpeg 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list