Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 356155 - app-arch/unrar fails to unpack large files
Summary: app-arch/unrar fails to unpack large files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-23 01:13 UTC by Rafał Mużyło
Modified: 2011-02-23 17:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafał Mużyło 2011-02-23 01:13:32 UTC
A standard large file problem and a standard solution: append-lfs-flags.
This probably affects just x86 for obvious reasons.

Minor request: if this gets fixed, could also DEFINES="-DSTRICT_ALIGNMENT_REQUIRED" be passed to emake ?
This removes the warnings that __attribute__ ((packed)) with -O2 and above
(as strict aliasing disables packing).
Comment 1 SpanKY gentoo-dev 2011-02-23 03:22:26 UTC
ive enabled lfs:
http://sources.gentoo.org/app-arch/unrar/unrar-4.0.6.ebuild?r1=1.2&r2=1.3

i dont know what you mean wrt to alignment.  i see no warnings on my system, nor does "strict aliasing disables packing" make any sense.  packing doesnt make addresses of variables that were once unique now be shared.
Comment 2 Rafał Mużyło 2011-02-23 17:59:13 UTC
OK, it was either older version of unrar (<3.9.7) or older version of gcc (<4.3.0)
- I don't get that warning anymore either, I just didn't retest it.