Bug#932261:
Alternatively, 'char i' in processCommandLineArgs can also be changed to 'int i' rather than the more ham-fisted approach I originally suggested. Chuck Ricketts
Bug#932261: scalpel: Always exits with status 1 on Raspberry Pi, showing only the version info
Package: scalpel Version: 1.60-6 Severity: important Dear Maintainer, Scalpel fails to run Raspberry Pi. This happens in the char conversion of the getopt() return value (usually an int) of ProcessCommandLineArgs(). The Raspberry Pi (and presumably other ARM systems) use an unsigned char internal