Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: marble - A KDE Desktop Globe https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=233754 ------- Additional Comments From mtasaka@xxxxxxxxxxxxxxxxxxx 2007-04-30 03:59 EST ------- (In reply to comment #13) > (In reply to comment #5) > > --------------------------------------------------- > > /usr/bin/cmake -E cmake_progress_report > > /home/tasaka1/rpmbuild/BUILD/marble/CMakeFiles 2 > > [ 39%] [ 41%] Building CXX object src/CMakeFiles/marble.dir/katlascontrol.o > > /usr/bin/c++ -I/home/tasaka1/rpmbuild/BUILD/marble/src -DQT_SHARED -O2 -msse > > -o src/CMakeFiles/marble.dir/katlascontrol.o -c > > /home/tasaka1/rpmbuild/BUILD/marble/src/katlascontrol.cpp > > --------------------------------------------------- > > Using CXXFLAGS seems good > > > ? -msse > > - As the above log says, -msse seems to be used anyway. > > For some reason, it fails on ppc with > cc1plus: error: unrecognized command line option "-msse" > > I thought it was fedora specific compilation flags. > > http://buildsys.fedoraproject.org/logs/fedora-development-extras/32731-marble-0.3.1-2.fc7/ppc/build.log -msse is not in fedora specific compilation flags. This is added by src/CMakeLists.txt. If -msse is not accepted on ppc, ------------------------------------------------- sed -i.flags -e 's|-msse||' src/CMakeLists.txt ------------------------------------------------- is needed on ppc. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review