[MacPorts] #42459: zeroc-ice34-java, installation fails
#42459: zeroc-ice34-java, installation fails ------------------------+-------------------------------- Reporter: firetiti@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: ice | Port: zeroc-ice34-java ------------------------+-------------------------------- Hi, I wanted to install ice34 and it seems that I have to install "zeroc- ice34-java" (the classical version is deprecated). But the installation fails. The log file is attached. regards, -- Ticket URL: <https://trac.macports.org/ticket/42459> MacPorts <http://www.macports.org/> Ports system for OS X
#42459: zeroc-ice34-java, installation fails -------------------------------+--------------------- Reporter: firetiti@… | Owner: blair@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: zeroc-ice34-java | -------------------------------+--------------------- Changes (by macsforever2000@…): * keywords: ice => * owner: macports-tickets@… => blair@… Comment: In the future, please Cc the port maintainers ({{{port info --maintainers zeroc-ice34-java}}}). -- Ticket URL: <https://trac.macports.org/ticket/42459#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#42459: zeroc-ice34-java, installation fails -------------------------------+--------------------- Reporter: firetiti@… | Owner: blair@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: zeroc-ice34-java | -------------------------------+--------------------- Comment (by blair@…): You're doing this on 10.9? I would use zeroc-ice35-java instead as its better supported on 10.9. -- Ticket URL: <https://trac.macports.org/ticket/42459#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#42459: zeroc-ice34-java, installation fails -------------------------------+--------------------- Reporter: firetiti@… | Owner: blair@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: zeroc-ice34-java | -------------------------------+--------------------- Comment (by g.korovkin@…): Replying to [ticket:42459 firetiti@…]:
Hi, I wanted to install ice34 and it seems that I have to install "zeroc- ice34-java" (the classical version is deprecated). But the installation fails. The log file is attached. regards,
In order to build zeroc-ice34 on new MacOS X 10.9 with (great new) clang you should do the following: 1. copy .patch files into port/files directory and apply Portfile.patch ( or manually add new patches ) for attached file tgz 2. Add APPLE define to FreeBSD flags {{{#!sh port_dir=`port dir zeroc-ice34` #find and replace all "ifdef __FreeBSD__" to "if defined(__FreeBSD__) || defined(__APPLE__)" for file in $(find $port_dir/files/ -type f -name *.cpp.diff -o -name *.h.diff ); do sed 's/ifdef __FreeBSD__/if defined(__FreeBSD__) \|\| defined(__APPLE__)/g' $file > $file.patched mv $file.patched $file done }}} -- Ticket URL: <https://trac.macports.org/ticket/42459#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#42459: zeroc-ice34-java, installation fails -------------------------------+--------------------- Reporter: firetiti@… | Owner: blair@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: zeroc-ice34-java | -------------------------------+--------------------- Comment (by blair@…): Any reason you're not using Ice 3.5 instead? I have very few cycles to spend on MacPorts these days, so anything that makes use of newer versions of Ice makes my life easier. -- Ticket URL: <https://trac.macports.org/ticket/42459#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts