Date: Sat, 5 May 2012 13:01:26 GMT From: Oliver Hartmann <ohartman@zedat.fu-berlin.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/167613: graohics/vigra: rf_split.hxx:155:26: error: variable has incomplete type 'vigra::CompileTimeError' CompileTimeError SplitFunctor__findBestSplit_member_was_not_defined; Message-ID: <201205051301.q45D1Qjb070400@red.freebsd.org> Resent-Message-ID: <201205051310.q45DA8nC060211@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167613 >Category: ports >Synopsis: graohics/vigra: rf_split.hxx:155:26: error: variable has incomplete type 'vigra::CompileTimeError' CompileTimeError SplitFunctor__findBestSplit_member_was_not_defined; >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 05 13:10:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Oliver Hartmann >Release: FreeBSD 10-CURRENT/amd64; FreeBSD 9.0-STABLE/amd64 >Organization: FU Berlin >Environment: >Description: Updating or compilig (either legacy gcc 4.2.1, clang or gcc 4.6) port graphics/vigra fails with the following error. The port hdf5 has been successfully installed prior to this error. [...] ===> Building for vigra-1.7.1_3 Scanning dependencies of target vigraimpex [ 5%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/bmp.cxx.o [ 11%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/byteorder.cxx.o [ 16%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/codecmanager.cxx.o [ 22%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/gif.cxx.o [ 27%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/hdr.cxx.o [ 33%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/hdf5impex.cxx.o [ 38%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/hdf5_rf_impex.cxx.o In file included from /usr/ports/graphics/vigra/work/vigra-1.7.1/src/impex/hdf5_rf_impex.cxx:38: In file included from /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/random_forest_hdf5_impex.hxx:41: In file included from /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/random_forest.hxx:54: /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/random_forest/rf_split.hxx:155:26: error: variable has incomplete type 'vigra::CompileTimeError' CompileTimeError SplitFunctor__findBestSplit_member_was_not_defined; ^ /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/random_forest/rf_split.hxx:58:7: note: forward declaration of 'vigra::CompileTimeError' class CompileTimeError; ^ /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/random_forest/rf_split.hxx:266:13: error: reference to type 'const Node<i_HyperplaneNode>' requires an initializer node_() ^ In file included from /usr/ports/graphics/vigra/work/vigra-1.7.1/src/impex/hdf5_rf_impex.cxx:38: In file included from /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/random_forest_hdf5_impex.hxx:41: In file included from /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/random_forest.hxx:55: /usr/ports/graphics/vigra/work/vigra-1.7.1/include/vigra/random_forest/rf_decisionTree.hxx:453:9: warning: expression result unused [-Wunused-value] NodeBase(split.createNode(), topology_, parameters_ ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning and 2 errors generated. *** Error code 1 Stop in /usr/ports/graphics/vigra/work/vigra-1.7.1. *** Error code 1 Stop in /usr/ports/graphics/vigra/work/vigra-1.7.1. *** Error code 1 Stop in /usr/ports/graphics/vigra/work/vigra-1.7.1. *** Error code 1 Stop in /usr/ports/graphics/vigra. ===>>> make failed for graphics/vigra ===>>> Aborting update Terminated >How-To-Repeat: Install or update graphics/vigra on a FreeBSD system as described above. >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205051301.q45D1Qjb070400>