Package Details: rabcdasm-git 1.18.r0.g68f6fa2-1

Git Clone URL: https://aur.archlinux.org/rabcdasm-git.git (read-only, click to copy)
Package Base: rabcdasm-git
Description: Robust ABC (ActionScript Bytecode) [Dis-]Assembler
Upstream URL: https://github.com/CyberShadow/RABCDAsm
Licenses: GPL3
Submitter: kevku
Maintainer: kevku
Last Packager: kevku
Votes: 1
Popularity: 0.000000
First Submitted: 2012-03-18 13:38 (UTC)
Last Updated: 2016-02-01 15:03 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

micwoj92 commented on 2025-12-02 05:31 (UTC)

Build fails:

autodata.d(86): Error: template instance `asprogram.AStoABC.Pool!(Multiname, false, true).Pool.Entry.ProcessAllData!().processData!(string, "string _AutoDataResult;", "return _AutoDataResult;", ToStringDataHandler)` error instantiating
        return processData!(string, "string _AutoDataResult;", "return _AutoDataResult;")(handler);
                                                                                         ^
asprogram.d(883):        instantiated from here: `Pool!(Multiname, false, true)`
        alias Pool!(T, false, haveNull) ConstantPool;
              ^
asprogram.d(897):        instantiated from here: `ConstantPool!(Multiname, true)`
    ConstantPool!(ASProgram.Multiname) multinames;
    ^
asprogram.d(773):        parent scope from here: `mixin AutoToString!()`
            mixin AutoToString;
            ^
Compiler bug detected: [REG 2.064] Wrong code with -O on x86_64 for char comparisons ( https://issues.dlang.org/show_bug.cgi?id=11508 ).
Try again with a different D compiler, compiler version, or build flags (DCFLAGS environment variable)
Error: Test failed
==> ERROR: A failure occurred in build().
    Aborting...

pmedina commented on 2015-09-16 20:17 (UTC)

Had to change the source to the following in order to pass through my proxy: source=("$pkgname::git+https://github.com/CyberShadow/RABCDAsm.git") Can you please change the PGKBUILD?

<deleted-account> commented on 2012-08-26 20:08 (UTC)

Not working on arch x86_64 this is the log: ==> Determinazione dell'ultima revisione di git in corso... -> Versione trovata: 20120826 ==> Creazione del pacchetto: rabcdasm-git 20120826-1 (dom 26 ago 2012, 22.05.28, CEST) ==> Controllo delle dipendenze durante l'avvio in corso... ==> Controllo delle dipendenze durante la compilazione in corso... ==> Download dei sorgenti in corso... ==> Estrazione dei sorgenti in corso... ==> Avvio di build() in corso... ==> Connecting to GIT server.... Cloning into 'RABCDAsm'... remote: Counting objects: 811, done. remote: Compressing objects: 100% (382/382), done. remote: Total 811 (delta 531), reused 708 (delta 428) Ricezione degli oggetti: 100% (811/811), 242.21 KiB | 215 KiB/s, done. Risoluzione dei delta: 100% (531/531), done. ==> GIT checkout done or server timeout ==> Starting build... Cloning into '/home/dege/Scaricati/rabcdasm-git/src/RABCDAsm-build'... fatto. * Checking for working compiler... >>> OK * Checking for LZMA... lzma.d(39): Error: static assert (16LU == 13LU) is false Failed: 'dmd' '-O' '-inline' '-version=HAVE_LZMA' '-v' '-o-' 'test.d' '-I.' >>> LZMA not found, building without LZMA support. * Building rabcasm asprogram.d(762): Error: function asprogram.ASProgram.Namespace.AutoCompare!().opCmp (Object o) const is not callable using argument types (const(Namespace)) const asprogram.d(762): Error: cannot implicitly convert expression ((*_AutoDataOther).value) of type const(Namespace) to object.Object autodata.d(72): Error: template instance asprogram.AStoABC.ConstantPool!(Namespace).ConstantPool.Entry.processData!(int,"auto _AutoDataOther = handler.other;","return 0;",CmpDataHandler!(const(Entry*))) error instantiating asprogram.d(912): instantiated from here: ConstantPool!(Namespace) asprogram.d(762): Error: function asprogram.ASProgram.Multiname.AutoCompare!().opCmp (Object o) const is not callable using argument types (const(Multiname)) const asprogram.d(762): Error: cannot implicitly convert expression ((*_AutoDataOther).value) of type const(Multiname) to object.Object autodata.d(72): Error: template instance asprogram.AStoABC.ConstantPool!(Multiname).ConstantPool.Entry.processData!(int,"auto _AutoDataOther = handler.other;","return 0;",CmpDataHandler!(const(Entry*))) error instantiating asprogram.d(914): instantiated from here: ConstantPool!(Multiname) asprogram.d(762): Error: function asprogram.ASProgram.Metadata.AutoCompare!().opCmp (Object o) const is not callable using argument types (const(Metadata)) const asprogram.d(762): Error: cannot implicitly convert expression ((*_AutoDataOther).value) of type const(Metadata) to object.Object autodata.d(72): Error: template instance asprogram.AStoABC.ConstantPool!(Metadata,false).ConstantPool.Entry.processData!(int,"auto _AutoDataOther = handler.other;","return 0;",CmpDataHandler!(const(Entry*))) error instantiating asprogram.d(915): instantiated from here: ConstantPool!(Metadata,false) Error: Compilation of rabcasm failed ==> ERRORE: Si è verificato un errore in build(). L'operazione sta per essere interrotta...