Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=489686





--- Comment #18 from Ralf Corsepius <[email protected]>  2009-05-21 01:13:18 
EDT ---
OK, your debuginfo issue is caused by not passing CXXFLAGS/CFLAGS to cmake,
which causes libarmadillo.so.* to be built with inappropriate CFLAGS:

>From build.log:
...
/usr/bin/c++   -Darmadillo_EXPORTS -fPIC
-I/users/corsepiu/src/rpms/BUILD/armadillo-0.6.11/include 
  -o CMakeFiles/armadillo.dir/src/pull_libs.o -c
/users/corsepiu/src/rpms/BUILD/armadillo-0.6.11/src/pull_libs.cpp

Note: All mandatory RPM_OPT_FLAGS are missing.


Using %cmake instead of "cmake ..." will likely resolve your issue.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to