If at all, a build dependency. But for AUR-packages you are supposed to install base-devel, and automake is in base-devel.
Search Criteria
Package Details: inkscape-bzr 12700-1
Package Actions
| Package Base: | inkscape-bzr |
|---|---|
| Description: | An Open Source vector graphics editor, with capabilities similar to Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector Graphics (SVG) file format. |
| Upstream URL: | https://launchpad.net/inkscape |
| Category: | multimedia |
| Licenses: | |
| Submitter: | Splex |
| Maintainer: | Splex |
| Last Packager: | None |
| Votes: | 29 |
| First Submitted: | 2010-04-20 13:12 |
| Last Updated: | 2013-10-18 06:54 |
Dependencies (11)
Required by (0)
Sources
Latest Comments
Comment by haawda
Comment by Amadiro
Hi, it looks like this package is missing a dependency on automake.
Comment by Splex
Why was this flagged out of date? It still builds fine for me.
Comment by ChrisMorgan
The poppler patch haawda speaks of is no longer necessary, https://bugs.launchpad.net/inkscape/+bug/1315142 was fixed on 2014-06-03.
Comment by haawda
You probably should apply https://bugs.launchpad.net/inkscape/+bug/1315142/+attachment/4104872/+files/bug-1315142-patch-src_extension_internal_pdfinput_pdf-parser_cpp-r13333-v2.diff
Comment by Splex
@Markus00000 fixed
Comment by Markus00000
"Dependency `pyxml' of `inkscape-bzr' does not exist."
Comment by Danyright
@Splex, thanks a lot !
I was just able to build it :-)
@StefanHusmann I did try inkscape-gtk3-bzr but it didn't build either.
Comment by Splex
@Danyright, thanks for reporting the issue. PKGBUILD updated with a fix for the Glib errors and it now uses VCS sources.
Comment by haawda
Try inkscape-gtk3-bzr, it builds for me.
Comment by Danyright
I haven't been able to build this package for a few weeks now (didn't have time to report earlier, sorry) - actually since the last poppler update, which obliged me to rebuild inkscape.
I get a lot of Glib errors and the build finally aborts with :
make[3]: *** [color-profile.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/tmp/yaourt-tmp-daniel/aur-inkscape-bzr/src/inkscape-build/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/yaourt-tmp-daniel/aur-inkscape-bzr/src/inkscape-build/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-daniel/aur-inkscape-bzr/src/inkscape-build'
make: *** [all] Error 2
The configuration script ends without errors
All my packages are up to date, and I tried to build lcms from git - it didn't change anything.
Find the whole output here : http://danielanken.ch/Datas/InkscapeBzr_BuildError.txt
Does anybody have the same problem or even a solution ?
Does the problem even come from the PKGBUILD or does it come from upstream ?
Thanks
Comment by Splex
@xavier114fch, Thanks, updated.
Comment by xavier114fch
@Splex, the autogen patch has been upstreamed and no longer required.
Comment by haawda
A patch can be found at https://bugs.launchpad.net/inkscape/+bug/1094576/+attachment/3470589/+files/autogen.sh-configure.ac-update-r11998-v1.diff
See the PKGBUILD at https://aur.archlinux.org/packages/inkscape-gtk3-bzr/ for incorporating it.
Comment by otx
I am testing that you have the required versions of autoconf,
automake, glib-gettextize and intltoolize. This test is not foolproof and
if anything goes wrong, there may be guidance in the file HACKING.txt
checking for autoconf >= 2.52 ... yes (version 2.69)
checking for automake >= 1.10 ... yes (version 1.13.1)
checking for glib-gettextize >= 2.0.0 ... yes (version 2.34.3)
checking for intltool >= 0.17 ... yes (version 0.50.2)
Running aclocal ...
configure.ac:24: error: 'AM_CONFIG_HEADER': this macro is obsolete.
You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
configure.ac:24: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
Please fix the error conditions and try again.
==> ERROR: A failure occurred in build().
Aborting...
Comment by canurabus
@Splex, thanks for the package. Just wanted to post that if anyone wants to enable experimental gradient mesh functionality, you can edit the pkgconfig to pass an additional option to ./configure: CPPFLAGS="-DWITH_MESH"
Comment by Splex
@StefanHusmann, Thanks, package updated.
Comment by haawda
I got a warning: configure: WARNING: unrecognized options: --with-xft.
And the patches seem to be applied upstream.
So http://paste.pound-python.org/show/23638/ probably does it. I am currently rebuilding.
Comment by Splex
@StefanHusmann, Thanks for the info, PKGBUILD updated.
Comment by haawda
To avoid a "poppler 0.20"-problem with the following error message, the patch that can be found at https://bugs.launchpad.net/inkscape/+bug/1005565/+attachment/3189216/+files/poppler-0.20.diff should be applied with p0-option.
extension/internal/pdfinput/svg-builder.cpp: In member function 'void Inkscape::Extension::Internal::SvgBuilder::updateFont(GfxState*)':
extension/internal/pdfinput/svg-builder.cpp:1007:15: error: 'class GfxFont' has no member named 'getOrigName'
extension/internal/pdfinput/svg-builder.cpp:1008:37: error: 'class GfxFont' has no member named 'getOrigName'
make[3]: *** [extension/internal/pdfinput/svg-builder.o] Error 1
make[3]: Leaving directory `/home/haawda/paketierung/not_maintained_by_me/inkscape-bzr/src/inkscape-build/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/haawda/paketierung/not_maintained_by_me/inkscape-bzr/src/inkscape-build/src'
Comment by Splex
lashni, I have updated this package to configure '--without-gnome-vfs' just like the 'extra/inkscape' PKGBUILD.
Anonymous comment
--with-gnome-vfs is passed to configure but it's not listed as a makedep. Configure fails if gnome-vfs not installed.
Comment by Splex
Updated to reflect the extra/inkscape package changes for the python3 update.
Comment by haawda
I think python or python2 should be a makedependency.
make[3]: Entering directory `/home/haawda/paketierung/not_maintained_by_me/inkscape-bzr/src/inkscape-build/share/filters'
./i18n.py ./filters.svg > ./filters.svg.h
/usr/bin/env: python: Datei oder Verzeichnis nicht gefunden
make[3]: *** [filters.svg.h] Fehler 127
make[3]: Leaving directory `/home/haawda/paketierung/not_maintained_by_me/inkscape-bzr/src/inkscape-build/share/filters'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/haawda/paketierung/not_maintained_by_me/inkscape-bzr/src/inkscape-build/share'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/haawda/paketierung/not_maintained_by_me/inkscape-bzr/src/inkscape-build'
Comment by sschober
Since lately inkscape seems to depend on:
gnome-icon-theme-2.31.0-1
Installing that package fixes the following error for me:
Gtk:ERROR:gtkrecentmanager.c:1942:get_icon_fallback: assertion failed: (retval != NULL)