[Bug 2150] Review request: geom - SALOME Geometry Module
RPM Fusion Bugzilla
noreply at rpmfusion.org
Sat Feb 18 12:42:56 CET 2012
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2150
Alec Leamas <leamas.alec at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |leamas.alec at gmail.com
--- Comment #18 from Alec Leamas <leamas.alec at gmail.com> 2012-02-18 12:42:56 CET ---
Looks lika a build problem, some file are not compiled. Focusing on
Sketcher::GetLabel(), one of the undefined symbols:
Build the thing:
$ rpmbuild -bc ~/rpmbuild/SPECS/geom*spec 2>&1 | tee build.log
$ pushd ~/rpmbuild/geom*
There is no defined symbol in the object files:
$ nm -gC $(find . -name \*.o) | grep 'Sketcher::GetLabel'
U Sketcher::GetLabel()
GetLabel lives in src/Sketcher.cpp:
$ grep -r Sketcher::GetLabel src
src/Sketcher/Sketcher.cpp:TDF_Label Sketcher::GetLabel()
There is no file Sketcher.o, and Sketcher.cpp doesn't seem to be compiled:
$ find . -name Sketcher.o
$ popd
$ grep Sketcher.cpp build.log
just my two cents...
--
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the rpmfusion-developers
mailing list