[MacPorts] #32376: x48 port submission

MacPorts noreply at macports.org
Wed May 24 21:01:30 UTC 2017


#32376: x48 port submission
-------------------------+--------------------------------
  Reporter:  mklein-de   |      Owner:  macports-tickets@…
      Type:  submission  |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:
Resolution:              |   Keywords:
      Port:  x48         |
-------------------------+--------------------------------

Comment (by mklein-de):

 Replying to [comment:6 mf2k]:
 > So my latest error with the +roms variant is in extract. Does this work
 for you?

 it works with the original Portfile and fails with the updated Portfile

 In the updated Portfile the following line is commented out:
 {{{
 extract.only    ${distname}${extract.suffix}
 }}}

 After adding this again it fails now in build:

 {{{
 --->  Building x48
 Executing:  cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_a98.shuttle.de_dports_emulators_x48/x48/work/."
 && /usr/bin/make -j4 -w all
 make: Entering directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_a98.shuttle.de_dports_emulators_x48/x48/work'
 /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
 make[1]: Entering directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_a98.shuttle.de_dports_emulators_x48/x48/work'
 Making all in src
 make[2]: Entering directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_a98.shuttle.de_dports_emulators_x48/x48/work/src'
 /usr/bin/clang -DHAVE_CONFIG_H -I. -I..   -I/opt/local/include  -pipe -Os
 -arch x86_64 -MT actions.o -MD -MP -MF .deps/actions.Tpo -c -o actions.o
 actions.c
 /usr/bin/clang -DHAVE_CONFIG_H -I. -I..   -I/opt/local/include  -pipe -Os
 -arch x86_64 -MT debugger.o -MD -MP -MF .deps/debugger.Tpo -c -o
 debugger.o debugger.c
 /usr/bin/clang -DHAVE_CONFIG_H -I. -I..   -I/opt/local/include  -pipe -Os
 -arch x86_64 -MT device.o -MD -MP -MF .deps/device.Tpo -c -o device.o
 device.c
 /usr/bin/clang -DHAVE_CONFIG_H -I. -I..   -I/opt/local/include  -pipe -Os
 -arch x86_64 -MT disasm.o -MD -MP -MF .deps/disasm.Tpo -c -o disasm.o
 disasm.c
 debugger.c:1575:39: warning: format specifies type 'void *' but the
 argument has type 'word_20' (aka 'long') [-Wformat]
       printf("%d %p -> [%s] %s\n", i, ent, typ, dat);
                  ~~                   ^~~
                  %ld
 mv -f .deps/device.Tpo .deps/device.Po
 debugger.c:1582:39: warning: format specifies type 'void *' but the
 argument has type 'word_20' (aka 'long') [-Wformat]
       printf("%d %p -> [%s] %s\n", i, ent, typ, dat);
                  ~~                   ^~~
                  %ld
 debugger.c:1588:3: error: non-void function 'get_stack' should return a
 value [-Wreturn-type]
   return;
   ^
 2 warnings and 1 error generated.
 /usr/bin/clang -DHAVE_CONFIG_H -I. -I..   -I/opt/local/include  -pipe -Os
 -arch x86_64 -MT emulate.o -MD -MP -MF .deps/emulate.Tpo -c -o emulate.o
 emulate.c
 make[2]: *** [debugger.o] Error 1
 make[2]: *** Waiting for unfinished jobs....
 }}}

--
Ticket URL: <https://trac.macports.org/ticket/32376#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list