Opened 14 years ago

Closed 13 years ago

#23545 closed defect (fixed)

VisualBoyAdvance doesn't build 64-bit

Reported by: ih-mon@… Owned by: jtonio@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: LP64 Cc:
Port: VisualBoyAdvance

Description

here is the output:

--->  Computing dependencies for VisualBoyAdvance
DEBUG: Searching for dependency: libsdl
DEBUG: Found Dependency: receipt exists for libsdl
DEBUG: Searching for dependency: libpng
DEBUG: Found Dependency: receipt exists for libpng
DEBUG: Executing org.macports.main (VisualBoyAdvance)
DEBUG: Skipping completed org.macports.fetch (VisualBoyAdvance)
DEBUG: Skipping completed org.macports.checksum (VisualBoyAdvance)
DEBUG: Skipping completed org.macports.extract (VisualBoyAdvance)
DEBUG: Skipping completed org.macports.patch (VisualBoyAdvance)
DEBUG: Skipping completed org.macports.configure (VisualBoyAdvance)
--->  Building VisualBoyAdvance
DEBUG: Executing org.macports.build (VisualBoyAdvance)
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_emulators_VisualBoyAdvance/work/VisualBoyAdvance-1.7.2" && /usr/bin/make -j2 all'
Making all in m4
make[1]: Nothing to be done for `all'.
Making all in src
Making all in gb
make[2]: Nothing to be done for `all'.
Making all in prof
if ccache /usr/bin/g++-4.2 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"VisualBoyAdvance\" -DVERSION=\"1.7.2\" -DYYTEXT_POINTER=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ARPA_INET_H=1 -DHAVE_NETINET_IN_H=1  -I. -I.   -I/opt/local/include  -O2 -I/opt/local/include -arch x86_64 -DC_CORE -DPROFILING -DDEV_VERSION -MT prof.o -MD -MP -MF ".deps/prof.Tpo" \
	  -c -o prof.o `test -f 'prof.cpp' || echo './'`prof.cpp; \
	then mv -f ".deps/prof.Tpo" ".deps/prof.Po"; \
	else rm -f ".deps/prof.Tpo"; exit 1; \
	fi
prof.cpp: In function 'void profCleanup()':
prof.cpp:269: error: cast from 'char*' to 'u32' loses precision
make[2]: *** [prof.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_emulators_VisualBoyAdvance/work/VisualBoyAdvance-1.7.2" && /usr/bin/make -j2 all " returned error 2
DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_emulators_VisualBoyAdvance/work/VisualBoyAdvance-1.7.2" && /usr/bin/make -j2 all " returned error 2
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 9)
    invoked from within
"$procedure $targetname"
Warning: the following items did not execute (for VisualBoyAdvance): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

Change History (2)

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Cc: jtonio@… removed
Owner: changed from macports-tickets@… to jtonio@…

comment:2 Changed 13 years ago by jmroot (Joshua Root)

Keywords: LP64 added
Resolution: fixed
Status: newclosed
Summary: VisualBoyAdvance doesn't buildVisualBoyAdvance doesn't build 64-bit
Note: See TracTickets for help on using tickets.