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

Ralf Corsepius <rc040...@freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rc040...@freenet.de

--- Comment #10 from Ralf Corsepius <rc040...@freenet.de> ---
3 remarks:

1. Any particular reasons why you are building without bz2-support?

From your build.log:
...
checking for BZ2_bzCompressInit in -lbz2... no
configure: WARNING: "no libbz2 found, compiling without"
...

If not, you likely are missing a BuildRequires: bzip2-devel

2. Your spec contains this:
make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

The "RPM_OPT_FLAGS="$RPM_OPT_FLAGS" is meaningless (and therefore bogus).
Please remove it.

3. The code bundles copies of md5.*, sha1.*, sha256.*.

Very "interesting" about these bundled versions is this pretty serious warning
compilation of sha256.c raises:

sha256.c: In function 'SHA256Final':
sha256.c:192:3: warning: dereferencing type-punned pointer will break
strict-aliasing rules [-Wstrict-aliasing]
sha256.c:193:3: warning: dereferencing type-punned pointer will break
strict-aliasing rules [-Wstrict-aliasing]

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to