Opened 12 years ago
Closed 12 years ago
#3121 closed enhancement (fixed)
Gzip-1.5
Reported by: | Matthew Burgess | Owned by: | Matthew Burgess |
---|---|---|---|
Priority: | normal | Milestone: | 7.2 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New version. Release announcement at http://lists.gnu.org/archive/html/bug-gzip/2012-06/msg00003.html.
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks for the hint about Less; I simply moved chapter 6's less to before gzip in the build order. The ASM seems fine on a standard (non-hardened) GCC.
Fixed at r9889.
Note:
See TracTickets
for help on using tickets.
As gzip-1.5 testsuite fail because less is not yet build, I tested this workaround
and testsuite no more fail. But it may be prefered to build less before gzip.
Another point is that 'checking for an assembler syntax supported by this package' has been fixed on 1.5 release, so build try to build with assembler part and it fail in my hardened configuration. I resolved to use DEFS='NO_ASM' ./configure as Fedora use that and say gcc compiled code is faster than assembler code (I haven't tested).
Unsure what it does with a standard gcc.