Mailinglist Archive: opensuse-bugs (10696 mails)
| < Previous | Next > |
[Bug 546160] New: libflaim is build without RPM_OPT_FLAGS
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 12 Oct 2009 06:51:05 -0600
- Message-id: <bug-546160-21960@xxxxxxxxxxxxxxxxxxxxxxxx/>
http://bugzilla.novell.com/show_bug.cgi?id=546160
Summary: libflaim is build without RPM_OPT_FLAGS
Classification: openSUSE
Product: openSUSE 11.2
Version: Milestone 7
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: csarangthem@xxxxxxxxxx
ReportedBy: aj@xxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: Product Management
Every package should use RPM_OPT_FLAGS, this catches also a couple of program
errors.
I suggest to change the spec file of flaim to:
%build
-make lib_dir_name=%{_lib} libs
+make lib_dir_name=%{_lib} libs verbose gcc_optimization_flags="$RPM_OPT_FLAGS
-fno-strict-aliasing"
I did not fix this myself, since I now see the following error:
src/flbackup.cpp:624: error: array subscript is above array bounds
src/flbackup.cpp:626: error: array subscript is above array bounds
src/flbackup.cpp:628: error: array subscript is above array bounds
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: libflaim is build without RPM_OPT_FLAGS
Classification: openSUSE
Product: openSUSE 11.2
Version: Milestone 7
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: csarangthem@xxxxxxxxxx
ReportedBy: aj@xxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: Product Management
Every package should use RPM_OPT_FLAGS, this catches also a couple of program
errors.
I suggest to change the spec file of flaim to:
%build
-make lib_dir_name=%{_lib} libs
+make lib_dir_name=%{_lib} libs verbose gcc_optimization_flags="$RPM_OPT_FLAGS
-fno-strict-aliasing"
I did not fix this myself, since I now see the following error:
src/flbackup.cpp:624: error: array subscript is above array bounds
src/flbackup.cpp:626: error: array subscript is above array bounds
src/flbackup.cpp:628: error: array subscript is above array bounds
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |