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=471145 --- Comment #3 from Michael Schwendt <bugs.michael@xxxxxxx> 2008-12-03 14:22:32 EDT --- > g++ -O0 -g3 --pipe -Wall -lncurses procinfo.cpp -o procinfo It ignores our global %{optflags}, also influenced by switching on --enable-maintainer-mode. You want to make it accept $CFLAGS (as it doesn't use $CXXFLAGS for C++) and make sure that $LDFLAGS does not include -s (to avoid stripping the binaries as that would make the debuginfo pkg useless). > /usr/bin/procinfo-ng It builds just this executable (renamed from "procinfo") and therefore is not suitable as a direct replacement of the procinfo package, which includes "lsdev" and "socklist". It is NOT options-compatible with the "procinfo" pkg either. It conflicts with package "procinfo" in the manual page file, which you forgot to rename to procinfo-ng.8 -- 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 Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review