View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001963 | Double Commander | Default | public | 2017-12-16 22:57 | 2020-11-30 07:44 |
| Reporter | ginggs | Assigned To | Alexx2000 | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Projection | none | ETA | none | ||
| OS | Ubuntu | OS Version | 17.20 | ||
| Product Version | 0.8.0 | Product Build | 7906 | ||
| Target Version | 0.8.1 | Fixed in Version | 0.8.1 | ||
| Summary | 0001963: Incorrect use of i386 assembly | ||||
| Description | doublecmd FTBFS on non-i386 32-bit architectures: (3104) Compiling ./Hashes/Keccak/sha1.pas /<<PKGBUILDDIR>>/components/dcpcrypt/./Hashes/Keccak/sha1.pas(257,15) Error: (5004) Unknown identifier "EDX" /<<PKGBUILDDIR>>/components/dcpcrypt/./Hashes/Keccak/sha1.pas(257,18) Error: (7014) Invalid reference syntax /<<PKGBUILDDIR>>/components/dcpcrypt/./Hashes/Keccak/sha1.pas(258,15) Error: (5004) Unknown identifier "ECX" ... /<<PKGBUILDDIR>>/components/dcpcrypt/./Hashes/Keccak/sha1.pas(305,8) Fatal: (10026) There were 50 errors compiling module, stopping Fatal: (1018) Compilation aborted Error: /usr/bin/ppcarm returned an error exitcode Error: (lazarus) Compile package dcpcrypt 2.1: stopped with exit code 256 Error: (lazbuild) dcpcrypt 2.1 compilation failed | ||||
| Additional Information | Patch: --- a/components/dcpcrypt/Hashes/Keccak/sha1.pas +++ b/components/dcpcrypt/Hashes/Keccak/sha1.pas @@ -106,7 +106,7 @@ {$i STD.INC} -{$ifdef BIT64} +{$ifndef CPUI386} {$ifndef PurePascal} {$define PurePascal} {$endif} | ||||
| Tags | No tags attached. | ||||
| Fixed in Revision | 7923,7937 | ||||
| Operating system | Linux | ||||
| Widgetset | GTK2, QT4 | ||||
| Architecture | 32-bit | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-12-16 22:57 | ginggs | New Issue | |
| 2017-12-17 00:03 | Alexx2000 | Fixed in Revision | => 7923 |
| 2017-12-17 00:03 | Alexx2000 | Assigned To | => Alexx2000 |
| 2017-12-17 00:03 | Alexx2000 | Status | new => resolved |
| 2017-12-17 00:03 | Alexx2000 | Resolution | open => fixed |
| 2017-12-17 00:03 | Alexx2000 | Target Version | => 0.8.1 |
| 2017-12-20 23:03 | Alexx2000 | Fixed in Revision | 7923 => 7923,7937 |
| 2017-12-20 23:03 | Alexx2000 | Fixed in Version | => 0.8.1 |
| 2020-11-30 07:44 | Alexx2000 | Status | resolved => closed |