[MacPorts] #46778: libvisio-0.1 @0.1.1 fails building on 10.5.8. PPC
#46778: libvisio-0.1 @0.1.1 fails building on 10.5.8. PPC -----------------------------------+-------------------------------- Reporter: braumann@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: constant is too large | Port: libvisio-0.1 -----------------------------------+-------------------------------- Installing {{{libvisio-0.1}}} for the first time lets me end up with this: {{{ :info:build CXX VSDMetaData.lo :info:build VSDMetaData.cpp:229: error: integer constant is too large for 'long' type :info:build make[3]: *** [VSDMetaData.lo] Error 1 }}} This particular line 229 looks like this: {{{ static const uint64_t epoch = 11644473600; }}} Any ideas? -- Ticket URL: <https://trac.macports.org/ticket/46778> MacPorts <https://www.macports.org/> Ports system for OS X
#46778: libvisio-0.1 @0.1.1 fails building on 10.5.8. PPC ---------------------------+----------------------------------- Reporter: braumann@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: constant is too large Port: libvisio-0.1 | ---------------------------+----------------------------------- Comment (by braumann@…): As I could figure out in between, one can work around this problem specifying a non-Xcode compiler: {{{ $ sudo port install libvisio-0.1 configure.compiler=macports-gcc-4.9 }}} However, a fix for a solution accepting gcc from Xcode 4.2 should be possible. -- Ticket URL: <https://trac.macports.org/ticket/46778#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#46778: libvisio-0.1 @0.1.1 fails building on 10.5.8. PPC ---------------------------+---------------------- Reporter: braumann@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: libvisio-0.1 | ---------------------------+---------------------- Changes (by larryv@…): * cc: devans@… (removed) * keywords: constant is too large => * owner: macports-tickets@… => devans@… -- Ticket URL: <https://trac.macports.org/ticket/46778#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#46778: libvisio-0.1 @0.1.1 fails building on 10.5.8. PPC ---------------------------+---------------------- Reporter: braumann@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: libvisio-0.1 | ---------------------------+---------------------- Changes (by devans@…): * status: new => assigned * version: 2.3.3 => Comment: Please retest with latest version 0.1.5 committed in . The line you mention now reads {{{ const uint64_t epoch = uint64_t(116444736UL) * 100; }}} which should fix your issue. Let us know in any case so we can close this ticket. Thanks. -- Ticket URL: <https://trac.macports.org/ticket/46778#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#46778: libvisio-0.1 @0.1.1 fails building on 10.5.8. PPC ---------------------------+---------------------- Reporter: braumann@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: libvisio-0.1 | ---------------------------+---------------------- Comment (by braumann@…): Builds fine now, thanks! -- Ticket URL: <https://trac.macports.org/ticket/46778#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
#46778: libvisio-0.1 @0.1.1 fails building on 10.5.8. PPC ---------------------------+---------------------- Reporter: braumann@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: libvisio-0.1 | ---------------------------+---------------------- Changes (by devans@…): * status: assigned => closed * resolution: => fixed Comment: Great. -- Ticket URL: <https://trac.macports.org/ticket/46778#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts