Ticket #33485 (closed defect: fixed)
Scribus 1.4.0_0 fails to build
| Reported by: | albanx99@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.4 |
| Keywords: | Cc: | g5pw@… | |
| Port: | scribus |
Description
This is actually a problem I first noticed in RC5 and it still exists in 1.4.0_0.
It fails during build. I have no clue why, but I've attached my logfile.
Platform: Mac OSX Lion and XCode 4.2.1
Attachments
Change History
comment:1 Changed 15 months ago by ryandesign@…
The relevant error in the log appears to be:
:info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_scribus/scribus/work/scribus-1.4.0/scribus/desaxe/digester.cpp:20: :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_scribus/scribus/work/scribus-1.4.0/scribus/desaxe/actions.h:160:45: error: 'body' is a private member of 'desaxe::Action' :info:build return static_cast<Generator_body<Type>*>(body)->eval(dig, tag, attr);
It builds fine for me on Snow Leopard with Xcode 3.2.6 / gcc-4.2. So since you're on Xcode 4.2.x maybe it's a clang problem. You could try building with a different compiler.
Since there is no MacPorts maintainer for scribus, you should report this problem directly to the developers of scribus for resolution.
comment:2 Changed 14 months ago by g5pw@…
I successfully built it with apple-gcc-4.2, so I can confirm it is a compiler issue. Should we add apple-gcc-4.2 as a dependency and build with it? I'll drop a line to the devs anyway...
comment:3 Changed 14 months ago by g5pw@…
Looks like they are already working on it: http://bugs.scribus.net/view.php?id=10619 It looks fixed in 1.4.1 (development-unstable version)

