Bug 481218

Summary: squashfs-tools cannot be run on big-endian systems
Product: [Fedora] Fedora Reporter: Josh Boyer <jwboyer>
Component: squashfs-toolsAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: katzj
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-28 20:58:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 476774    

Description Josh Boyer 2009-01-22 20:33:54 UTC
Description of problem:

With the update to the version of squashfs-tools that support the squasfs 4 disk layout, mksquashfs fails to run on big-endian systems due to a hard coded assert.

This is due to the fact that byte swapping is not working (or implemented?) yet and the on-disk layout is little-endian.

Version-Release number of selected component (if applicable):

squashfs-tools-4.0-*

How reproducible:

Always

Steps to Reproduce:
1. Just try to run mksquashfs
2.
3.
  
Actual results:

FATAL ERROR:Swapping is not supported!


Expected results:

I dunno.  It actually works?

Additional info:

This is mostly just a tracker bug on the issue since it's an upstream problem.

Comment 1 Jeremy Katz 2009-01-28 20:58:08 UTC
Kyle updated and this should be fixed now I think