#29336: Maude: universal variant fails -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: dcolish@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: universal | Port: Maude -------------------------------------+-------------------------------------- Maude does not build when using the universal variant: {{{ Making all in Utility ccache /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -pipe -O2 -arch x86_64 -arch i386 -c -o macros.o macros.cc macros.cc:111: error: integer constant is too large for 'long' type macros.cc:115: error: integer constant is too large for 'long' type macros.cc:117: error: integer constant is too large for 'long' type macros.cc: In function 'Int64 stringToInt64(const char*, bool&, int)': macros.cc:117: warning: overflow in implicit constant conversion macros.cc: In function 'void correctEcvt(double, int, char*, int&, int&)': macros.cc:258: warning: large integer implicitly truncated to unsigned type macros.cc:259: warning: large integer implicitly truncated to unsigned type macros.cc:266: warning: right shift count >= width of type macros.cc:268: warning: right shift count >= width of type lipo: can't open input file: /var/tmp//cccFBzK7.out (No such file or directory) make[3]: *** [macros.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 }}} -- Ticket URL: <https://trac.macports.org/ticket/29336> MacPorts <http://www.macports.org/> Ports system for Mac OS