hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #05606
[Bug 1411005] [NEW] hugin_executor branch (6815:06f25da1a783) fails to build
Public bug reported:
Trying to build current hugin_executor branch 6815:06f25da1a783 on Fedora 20 x86_64.
I am getting a number of errors when linking CXX executables related to libhuginbase.so.0.0, an example below.
Linking CXX executable fulla
cd /home/terry/rpmbuild/BUILD/hugin-2014.1.0/src/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/fulla.dir/link.txt --verbose=1
/usr/lib64/ccache/c++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic --std=c++11 -O2 -g -DNDEBUG -Wl,-z,relro -fopenmp CMakeFiles/fulla.dir/fulla.cpp.o -o fulla -rdynamic ../hugin_base/libhuginbase.so.0.0 -lboost_filesystem -lboost_system -lpano13 -lGLEW ../foreign/levmar/libhuginlevmar.a -lpthread -lfftw3 -lvigraimpex -lImath -lIlmImf -lIex -lHalf -lIlmThread -ljpeg -ltiff -lpng -lz -lz -lexiv2 -lvigraimpex -lImath -lIlmImf -lIex -lHalf -lIlmThread -ljpeg -ltiff -lpng -lz -lz -lexiv2 -lGLU -lGL -lSM -lICE -lX11 -lXext -lglut -lXmu -lXi -lpthread -lsqlite3 -lImath -lIlmImf -lIex -lHalf -lIlmThread -ljpeg -lpng -lImath -lIlmImf -lIex -lHalf -lIlmThread -ljpeg -lpng -lz -lvigraimpex -lexiv2 -ltiff -Wl,-rpath,/home/terry/rpmbuild/BUILD/hugin-2014.1.0/src/hugin_base:
../hugin_base/libhuginbase.so.0.0: undefined reference to `x3'
collect2: error: ld returned 1 exit status
make[2]: *** [src/tools/geocpset] Error 1
make[2]: Leaving directory `/home/terry/rpmbuild/BUILD/hugin-2014.1.0'
make[1]: *** [src/tools/CMakeFiles/geocpset.dir/all] Error 2
All the errors report "undefined reference to `x3' "
Earlier changesets, up to and including 6812:5f06b675e637 have built OK, and thus far I haven't been able to locate any source changes that look as though they may relate to this.
It may be a local problem.
** Affects: hugin
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1411005
Title:
hugin_executor branch (6815:06f25da1a783) fails to build
Status in Hugin - Panorama Tools GUI:
New
Bug description:
Trying to build current hugin_executor branch 6815:06f25da1a783 on Fedora 20 x86_64.
I am getting a number of errors when linking CXX executables related to libhuginbase.so.0.0, an example below.
Linking CXX executable fulla
cd /home/terry/rpmbuild/BUILD/hugin-2014.1.0/src/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/fulla.dir/link.txt --verbose=1
/usr/lib64/ccache/c++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic --std=c++11 -O2 -g -DNDEBUG -Wl,-z,relro -fopenmp CMakeFiles/fulla.dir/fulla.cpp.o -o fulla -rdynamic ../hugin_base/libhuginbase.so.0.0 -lboost_filesystem -lboost_system -lpano13 -lGLEW ../foreign/levmar/libhuginlevmar.a -lpthread -lfftw3 -lvigraimpex -lImath -lIlmImf -lIex -lHalf -lIlmThread -ljpeg -ltiff -lpng -lz -lz -lexiv2 -lvigraimpex -lImath -lIlmImf -lIex -lHalf -lIlmThread -ljpeg -ltiff -lpng -lz -lz -lexiv2 -lGLU -lGL -lSM -lICE -lX11 -lXext -lglut -lXmu -lXi -lpthread -lsqlite3 -lImath -lIlmImf -lIex -lHalf -lIlmThread -ljpeg -lpng -lImath -lIlmImf -lIex -lHalf -lIlmThread -ljpeg -lpng -lz -lvigraimpex -lexiv2 -ltiff -Wl,-rpath,/home/terry/rpmbuild/BUILD/hugin-2014.1.0/src/hugin_base:
../hugin_base/libhuginbase.so.0.0: undefined reference to `x3'
collect2: error: ld returned 1 exit status
make[2]: *** [src/tools/geocpset] Error 1
make[2]: Leaving directory `/home/terry/rpmbuild/BUILD/hugin-2014.1.0'
make[1]: *** [src/tools/CMakeFiles/geocpset.dir/all] Error 2
All the errors report "undefined reference to `x3' "
Earlier changesets, up to and including 6812:5f06b675e637 have built OK, and thus far I haven't been able to locate any source changes that look as though they may relate to this.
It may be a local problem.
To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1411005/+subscriptions
Follow ups
References