[MacPorts] #35864: Lensfun won't upgrade to 0.2.6
#35864: Lensfun won't upgrade to 0.2.6 --------------------------------+------------------------------------------- Reporter: dersh@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: lensfun --------------------------------+------------------------------------------- The upgrade to 0.2.6 fails {{{ ---> Configuring lensfun ---> Building lensfun Error: org.macports.build for port lensfun returned: command execution failed Please see the log file for port lensfun for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lensfun/lensfun/main.log Error: Unable to upgrade port: 1 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets }}} I also tried it on a PPC G5 machine (10.5) and it fails as well. Log attached. -- Ticket URL: <https://trac.macports.org/ticket/35864> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35864: lensfun: malformed version number: 0.2.6.0 --------------------------------+------------------------------------------- Reporter: dersh@… | Owner: julians37@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: lensfun --------------------------------+------------------------------------------- Changes (by ryandesign@…): * cc: ryandesign@…, raimue@… (added) * owner: macports-tickets@… => julians37@… Comment: The log says "ld: malformed version number: 0.2.6.0". Seems the version of ld you have enforces the idea that a library version number should be only three parts. (The ld I've got with Xcode 4.4.1 silently truncates it to three parts and the build succeeds.) I need to look up how to do string manipulation in a Makefile so that we can patch this. It's not an upstream issue since it's our existing patch that's setting the library version number at all. -- Ticket URL: <https://trac.macports.org/ticket/35864#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35864: lensfun: malformed version number: 0.2.6.0 ---------------------------------+------------------------------------------ Reporter: dersh@… | Owner: julians37@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: Port: lensfun | ---------------------------------+------------------------------------------ Changes (by ryandesign@…): * status: new => closed * resolution: => fixed Comment: Makefile string manipulation is hard; let's use reinplace. r97136 -- Ticket URL: <https://trac.macports.org/ticket/35864#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts