Opened 7 weeks ago

Closed 7 weeks ago

#70469 closed defect (fixed)

libdap: error: integer constant is too large for ‘long’ type

Reported by: barracuda156 Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: Cc:
Port: libdap

Description

mv -f .deps/libtest_types_a-TestFloat32.Tpo .deps/libtest_types_a-TestFloat32.Po
ccache /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I..  -I.. -I../GNU -I../d4_ce -I../d4_function -I/opt/local/include/libxml2 -I/opt/local/libexec/openssl3/include -I/opt/local/include -fPIC -pipe -Os -arch ppc -MT libtest_types_a-TestInt64.o -MD -MP -MF .deps/libtest_types_a-TestInt64.Tpo -c -o libtest_types_a-TestInt64.o `test -f 'TestInt64.cc' || echo './'`TestInt64.cc
mv -f .deps/libtest_types_a-TestTypeFactory.Tpo .deps/libtest_types_a-TestTypeFactory.Po
ccache /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I..  -I.. -I../GNU -I../d4_ce -I../d4_function -I/opt/local/include/libxml2 -I/opt/local/libexec/openssl3/include -I/opt/local/include -fPIC -pipe -Os -arch ppc -MT libtest_types_a-TestUInt64.o -MD -MP -MF .deps/libtest_types_a-TestUInt64.Tpo -c -o libtest_types_a-TestUInt64.o `test -f 'TestUInt64.cc' || echo './'`TestUInt64.cc
mv -f .deps/libtest_types_a-TestD4Group.Tpo .deps/libtest_types_a-TestD4Group.Po
ccache /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I..  -I.. -I../GNU -I../d4_ce -I../d4_function -I/opt/local/include/libxml2 -I/opt/local/libexec/openssl3/include -I/opt/local/include -fPIC -pipe -Os -arch ppc -MT libtest_types_a-TestD4Sequence.o -MD -MP -MF .deps/libtest_types_a-TestD4Sequence.Tpo -c -o libtest_types_a-TestD4Sequence.o `test -f 'TestD4Sequence.cc' || echo './'`TestD4Sequence.cc
mv -f .deps/libtest_types_a-D4TestTypeFactory.Tpo .deps/libtest_types_a-D4TestTypeFactory.Po
ccache /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I..  -I.. -I../GNU -I../d4_ce -I../d4_function -I/opt/local/include/libxml2 -I/opt/local/libexec/openssl3/include -I/opt/local/include -fPIC -pipe -Os -arch ppc -MT libtest_types_a-TestD4Enum.o -MD -MP -MF .deps/libtest_types_a-TestD4Enum.Tpo -c -o libtest_types_a-TestD4Enum.o `test -f 'TestD4Enum.cc' || echo './'`TestD4Enum.cc
TestInt64.cc:108: error: integer constant is too large for ‘long’ type
make[2]: *** [libtest_types_a-TestInt64.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/libtest_types_a-TestInt8.Tpo .deps/libtest_types_a-TestInt8.Po
TestUInt64.cc:102: error: integer constant is too large for ‘long’ type
make[2]: *** [libtest_types_a-TestUInt64.o] Error 1
mv -f .deps/libtest_types_a-TestD4Enum.Tpo .deps/libtest_types_a-TestD4Enum.Po
mv -f .deps/libtest_types_a-TestD4Sequence.Tpo .deps/libtest_types_a-TestD4Sequence.Po
mv -f .deps/libtest_types_a-TestArray.Tpo .deps/libtest_types_a-TestArray.Po
make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_libdap/libdap/work/libdap-3.18.1/tests'
make[1]: *** [all-recursive] Error 1

Change History (1)

comment:1 Changed 7 weeks ago by Sergey Fedorov <barracuda@…>

Resolution: fixed
Status: assignedclosed

In d3c5c7d5da59d40636304f083a623e35e441fce6/macports-ports (master):

libdap: fix 32-bit build

Fixes: #70469

Note: See TracTickets for help on using tickets.