Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#15055 closed defect (fixed)

Inkscape missing dependency on port boost

Reported by: dbevans (David B. Evans) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: inkscape boost Cc: gui-dos (Guido Soranzio)
Port:

Description

Inkscape fails to configure without boost present. Installing package boost solves the problem. Need to add boost as a dependency. Patch attached which adds dependency and cleans up some lint issues.

--->  Fetching inkscape
--->  Attempting to fetch inkscape-0.46.tar.bz2 from http://downloads.sourceforge.net/inkscape
--->  Verifying checksum(s) for inkscape
--->  Extracting inkscape
--->  Applying patches to inkscape
--->  Configuring inkscape
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_inkscape/work/inkscape-0.46" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --with-xft --with-gnome-print --with-gnome-vfs --with-perl --with-python --enable-lcms --enable-inkboard " returned error 1
Command output: checking for Solaris 2.8 platform... no
checking pkg-config is at least version 0.9.0... yes
checking for XFT... yes
checking for PANGOFT2... yes
checking for GNOME_VFS... yes
checking whether byte ordering is bigendian... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for Perl development environment... yes
checking for perl_parse... yes
checking for Python development environment... yes
checking for Py_Initialize... yes
checking for LCMS... yes
checking for POPPLER... yes
checking for POPPLER_GLIB... yes
checking for CAIRO_SVG... yes
checking for POPPLER_CAIRO... yes
checking for INKBOARD... yes
checking for relaytool... no
checking whether we can weak link ssl... no
checking whether we can weak link crypto... no
checking for LIBWPG... no
checking for InitializeMagick in -lMagick++... no
checking for INKSCAPE... yes
checking for Mac OS X Carbon support... yes
checking boost/concept_check.hpp usability... no
checking boost/concept_check.hpp presence... no
checking for boost/concept_check.hpp... no
configure: error: You need the boost package (e.g. libboost-dev)

Error: Status 1 encountered during processing.

Attachments (1)

patch-Portfile-inkscape.diff (1.1 KB) - added by dbevans (David B. Evans) 16 years ago.

Download all attachments as: .zip

Change History (3)

Changed 16 years ago by dbevans (David B. Evans)

comment:1 Changed 16 years ago by gui-dos (Guido Soranzio)

Resolution: fixed
Status: newclosed

Fixed in r36117, thanks.

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.