[MacPorts] #36244: g-wrap
#36244: g-wrap ---------------------------------+-------------------------------- Reporter: rupapara.prashant@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: g-wrap ---------------------------------+-------------------------------- -- Ticket URL: <https://trac.macports.org/ticket/36244> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36244: g-wrap: build fails with clang ----------------------------------+-------------------------------- Reporter: rupapara.prashant@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: clang Port: g-wrap | ----------------------------------+-------------------------------- Changes (by ryandesign@…): * keywords: => clang Comment: The first log in the error is: {{{ :info:build gw-wct.c:107:24: error: equality comparison with extraneous parentheses [-Werror,-Wparentheses-equality] }}} This is probably clang being more picky than older compilers. You could work around the problem by [wiki:ProblemHotlist#compiler using a different compiler]. The fix would be to adjust the port's build process so that the -Werror flag is not used. But we should first try updating the port to the latest version. -- Ticket URL: <https://trac.macports.org/ticket/36244#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36244: g-wrap: build fails with clang ----------------------------------+-------------------------------- Reporter: rupapara.prashant@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: clang Port: g-wrap | ----------------------------------+-------------------------------- Comment (by ryandesign@…): Replying to [comment:1 ryandesign@…]:
But we should first try updating the port to the latest version.
Never mind; 1.3.4 is the latest stable version. livecheck told me about 1.9.x but that's an unstable series leading up to 2.0. -- Ticket URL: <https://trac.macports.org/ticket/36244#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36244: g-wrap: build fails with clang ----------------------------------+-------------------------------- Reporter: rupapara.prashant@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: clang Port: g-wrap | ----------------------------------+-------------------------------- Comment (by rupapara.prashant@…): I did "sudo port clean g-wrap" and "sudo port install g-wrap configure.compiler=llvm-gcc-4.2" but still it fails. Attaching main2.log -- Ticket URL: <https://trac.macports.org/ticket/36244#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36244: g-wrap: build fails with clang ----------------------------------+-------------------------------- Reporter: rupapara.prashant@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: clang Port: g-wrap | ----------------------------------+-------------------------------- Comment (by rupapara.prashant@…): hi, any help please...... -- Ticket URL: <https://trac.macports.org/ticket/36244#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36244: g-wrap: build fails with clang ----------------------------------+-------------------------------- Reporter: rupapara.prashant@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: clang Port: g-wrap | ----------------------------------+-------------------------------- Comment (by ryandesign@…): Your new log shows this new error: {{{ :info:build ld: can't link with bundle (MH_BUNDLE) only dylibs (MH_DYLIB) for architecture x86_64 }}} I see that too if I build with llvm-gcc-4.2 or apple-gcc-4.2. At this point I'm inclined to try to update the port to 1.9.14, even though 1.9.x is an unstable series, because 1.3.x is obviously very old and difficult to compile. -- Ticket URL: <https://trac.macports.org/ticket/36244#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36244: g-wrap: build fails with clang ----------------------------------+-------------------------------- Reporter: rupapara.prashant@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: clang Port: g-wrap | ----------------------------------+-------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) * status: new => closed * resolution: => fixed Comment: It turns out 1.9.14 was very difficult to compile too, but I think I worked around all the problems in r98923. -- Ticket URL: <https://trac.macports.org/ticket/36244#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36244: g-wrap: build fails with clang ----------------------------------+-------------------------------- Reporter: rupapara.prashant@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: clang Port: g-wrap | ----------------------------------+-------------------------------- Comment (by jmr@…): You don't need to blacklist clang because of intmax_t, just include stdint.h. -- Ticket URL: <https://trac.macports.org/ticket/36244#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36244: g-wrap: build fails with clang ----------------------------------+-------------------------------- Reporter: rupapara.prashant@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: clang Port: g-wrap | ----------------------------------+-------------------------------- Comment (by ryandesign@…): I spent many hours over several weeks fighting with this software, and was happy to get something that compiled at all. stdint.h is already included by g-wrap's files but for some reason they maintain a local copy of stdint.h might factor into the problem. I don't understand it and really don't want to waste any more time on this port. -- Ticket URL: <https://trac.macports.org/ticket/36244#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts