Bug 461428
| Summary: | Review Request: orsa - Orbit Reconstruction, Simulation and Analysis | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Milos Jakubicek <xjakub> |
| Component: | Package Review | Assignee: | Lubomir Rintel <lkundrak> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | fedora-package-review, lkundrak, mnagy, notting |
| Target Milestone: | --- | Flags: | lkundrak:
fedora-review+
kevin: fedora-cvs+ |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-09-29 08:42:21 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Milos Jakubicek
2008-09-07 20:56:18 UTC
You don't seem to honour %{optflags} every where, see the following snippt from build.log:
make[4]: Entering directory `/builddir/build/BUILD/orsa-0.7.0/src/liborsa'
source='orsa_secure_math.cc' object='orsa_secure_math.lo' libtool=yes \
depfile='.deps/orsa_secure_math.Plo' tmpdepfile='.deps/orsa_secure_math.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --tag=CXX --mode=compile mpiCC -DHAVE_CONFIG_H -I. -I. -I../../src -I./misc -I./.. -DQT_THREAD_SUPPORT -D_REENTRANT -g -Wall -W -pipe -ftemplate-depth-64 -O3 -fno-exceptions -funroll-loops -fstrict-aliasing -fno-gcse -I/usr/include -c -o orsa_secure_math.lo `test -f 'orsa_secure_math.cc' || echo './'`orsa_secure_math.cc
source='orsa_body.cc' object='orsa_body.lo' libtool=yes \
depfile='.deps/orsa_body.Plo' tmpdepfile='.deps/orsa_body.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --tag=CXX --mode=compile mpiCC -DHAVE_CONFIG_H -I. -I. -I../../src -I./misc -I./.. -DQT_THREAD_SUPPORT -D_REENTRANT -g -Wall -W -pipe -ftemplate-depth-64 -O3 -fno-exceptions -funroll-loops -fstrict-aliasing -fno-gcse -I/usr/include -c -o orsa_body.lo `test -f 'orsa_body.cc' || echo './'`orsa_body.cc
source='orsa_coord.cc' object='orsa_coord.lo' libtool=yes \
depfile='.deps/orsa_coord.Plo' tmpdepfile='.deps/orsa_coord.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --tag=CXX --mode=compile mpiCC -DHAVE_CONFIG_H -I. -I. -I../../src -I./misc -I./.. -DQT_THREAD_SUPPORT -D_REENTRANT -g -Wall -W -pipe -ftemplate-depth-64 -O3 -fno-exceptions -funroll-loops -fstrict-aliasing -fno-gcse -I/usr/include -c -o orsa_coord.lo `test -f 'orsa_coord.cc' || echo './'`orsa_coord.cc
source='orsa_interaction.cc' object='orsa_interaction.lo' libtool=yes \
depfile='.deps/orsa_interaction.Plo' tmpdepfile='.deps/orsa_interaction.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --tag=CXX --mode=compile mpiCC -DHAVE_CONFIG_H -I. -I. -I../../src -I./misc -I./.. -DQT_THREAD_SUPPORT -D_REENTRANT -g -Wall -W -pipe -ftemplate-depth-64 -O3 -fno-exceptions -funroll-loops -fstrict-aliasing -fno-gcse -I/usr/include -c -o orsa_interaction.lo `test -f 'orsa_interaction.cc' || echo './'`orsa_interaction.cc
mkdir .libs
mpiCC -DHAVE_CONFIG_H -I. -I. -I../../src -I./misc -I./.. -DQT_THREAD_SUPPORT -D_REENTRANT -g -Wall -W -pipe -ftemplate-depth-64 -O3 -fno-exceptions -funroll-loops -fstrict-aliasing -fno-gcse -I/usr/include -c orsa_secure_math.cc -MT orsa_secure_math.lo -MD -MP -MF .deps/orsa_secure_math.TPlo -fPIC -DPIC -o .libs/orsa_secure_math.o
mpiCC -DHAVE_CONFIG_H -I. -I. -I../../src -I./misc -I./.. -DQT_THREAD_SUPPORT -D_REENTRANT -g -Wall -W -pipe -ftemplate-depth-64 -O3 -fno-exceptions -funroll-loops -fstrict-aliasing -fno-gcse -I/usr/include -c orsa_interaction.cc -MT orsa_interaction.lo -MD -MP -MF .deps/orsa_interaction.TPlo -fPIC -DPIC -o .libs/orsa_interaction.o
mpiCC -DHAVE_CONFIG_H -I. -I. -I../../src -I./misc -I./.. -DQT_THREAD_SUPPORT -D_REENTRANT -g -Wall -W -pipe -ftemplate-depth-64 -O3 -fno-exceptions -funroll-loops -fstrict-aliasing -fno-gcse -I/usr/include -c orsa_body.cc -MT orsa_body.lo -MD -MP -MF .deps/orsa_body.TPlo -fPIC -DPIC -o .libs/orsa_body.o
mpiCC -DHAVE_CONFIG_H -I. -I. -I../../src -I./misc -I./.. -DQT_THREAD_SUPPORT -D_R
Fixed, I also added missing Requires: for the -devel subpackage, I forgot to check this previously :( New SRPM: http://mjakubicek.fedorapeople.org/orsa/orsa-0.7.0-2.fc9.src.rpm New spec file: http://mjakubicek.fedorapeople.org/orsa/orsa.spec New Koji scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=817565 Thanks! Seems awesome now! APPROVED Thanks for the review! New Package CVS Request ======================= Package Name: orsa Short Description: Orbit Reconstruction, Simulation and Analysis Owners: mjakubicek Branches: F-8 F-9 InitialCC: mmahut cvs done. orsa-0.7.0-2.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/orsa-0.7.0-2.fc9 orsa-0.7.0-2.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update orsa'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-8083 orsa-0.7.0-2.fc8 has been submitted as an update for Fedora 8. http://admin.fedoraproject.org/updates/orsa-0.7.0-2.fc8 orsa-0.7.0-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update orsa'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-8271 orsa-0.7.0-2.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. orsa-0.7.0-2.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |