[Nasm-bugs] [Bug 3392572] New: git nasm fails to build lmacros tests

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Thu Jun 6 09:53:09 PDT 2019


https://bugzilla.nasm.us/show_bug.cgi?id=3392572

            Bug ID: 3392572
           Summary: git nasm fails to build lmacros tests
           Product: NASM
           Version: 2.15 (development)
          Hardware: Other x86
                OS: Linux
            Status: OPEN
          Severity: blocker
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: pushbx at 38.de
                CC: chang.seok.bae at intel.com, gorcunov at gmail.com,
                    hpa at zytor.com, nasm-bugs at nasm.us
     Obtained from: Built from git using configure

Trying to run my macro collection's tests with NASM built from the most recent
git commit
https://repo.or.cz/nasm.git/commitdiff/0995aa24aa7999a98f54c66ad989b47ce9a41e78
results in the following errors:

$ nasm -v
NASM version 2.12.01
$ nasm 001.asm -l 001.lst -f bin -o 001 -I ../
$ oldnasm -v
NASM version 2.15rc0 compiled on Dec 28 2018
$ oldnasm 001.asm -l 001.lst -f bin -o 001 -I ../
$ newnasm -v
NASM version 2.15rc0 compiled on Jun  6 2019
$ newnasm 001.asm -l 001.lst -f bin -o 001 -I ../
../lmacros1.mac:161: warning: macro `__REL__' exists, but not taking 1
parameters [-w+macro-params]
../lmacros1.mac:162: warning: macro `__REL__' exists, but not taking 1
parameters [-w+macro-params]
../lmacros1.mac:163: warning: macro `__REL__' exists, but not taking 1
parameters [-w+macro-params]
../lmacros1.mac:164: warning: macro `__REL__' exists, but not taking 1
parameters [-w+macro-params]
001.asm:32: fatal: (lret:30) Invalid type specified: auto
$ 

This is to be run from the tests subdirectory of
https://bitbucket.org/ecm/lmacros/src/ecb478375acddc4f751788aeafe24bee6980d783/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list