Opened 9 years ago

Closed 9 years ago

#48626 closed defect (fixed)

port install zorba fails

Reported by: adam@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: zorba

Description


Attachments (2)

main.log (185.7 KB) - added by adam@… 9 years ago.
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_zorba/zorba/main.log
console.log (8.4 KB) - added by adam@… 9 years ago.
console output

Download all attachments as: .zip

Change History (8)

Changed 9 years ago by adam@…

Attachment: main.log added

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_zorba/zorba/main.log

Changed 9 years ago by adam@…

Attachment: console.log added

console output

comment:1 Changed 9 years ago by adam@…

Cc: adam@… added

Cc Me!

comment:2 Changed 9 years ago by mf2k (Frank Schima)

Cc: adam@… removed

As reporter, you do not need to Cc yourself.

comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

We should first try updating zorba to version 3.1, which is now hosted at github: https://github.com/28msec/zorba

comment:4 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

3.0 had separate downloads for the zorba core and the non-core modules. With 3.1 I can only find the zorba core download. The documentation web site is broken in that none of the cross-reference links work, making navigation difficult. There is also no documentation for 3.1 yet. I see lots of separate github projects for separate zorba modules in the same 28msec github organization, but none of the ones I looked at have any tags/releases. So I don't know how we are intended to install the modules now, so I'm giving up on updating this port for now.

comment:5 Changed 9 years ago by adam@…

FWIW, I was able to hand compile zorba-3.0.0. source with:

    tar zxf zorba-3.0.tar.gz
    cd zorba-3.0
    mkdir build
    cd build
    cmake -Wno-dev \
        -D CMAKE_CXX_FLAGS=-std=c++11 \
        -D CMAKE_INSTALL_PREFIX=/opt/idzorba \
        -D ZORBA_SUPPRESS_SWIG:BOOL=ON  \
        ..
    sudo make install

comment:6 Changed 9 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed

I've gone ahead and updated zorba to version 3.1 using the github repo because the 3.0 version on longer builds for me. I believe the included modules are now part of the same distribution under sub-directory modules.

Note: See TracTickets for help on using tickets.