Opened 15 years ago
Closed 15 years ago
#21272 closed defect (fixed)
poppler + quartz fails
Reported by: | drechsel@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | nerdling (Jeremy Lavergne) | |
Port: | atk |
Description
Mac OS X 10.4.11, PPC
dsl01:~ bub$ sudo port install poppler +quartz Password: ---> Computing dependencies for poppler ---> Staging atk into destroot Error: Target org.macports.destroot returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_atk/work/atk-1.26.0" && /usr/bin/make install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_atk/work/destroot " returned error 2 Command output: -- Installing ./html/AtkSelection.html -- Installing ./html/AtkStateSet.html -- Installing ./html/AtkStreamableContent.html -- Installing ./html/AtkTable.html -- Installing ./html/AtkText.html -- Installing ./html/AtkUtil.html -- Installing ./html/AtkValue.html -- Installing ./html/atk-AtkHyperlinkImpl.html -- Installing ./html/atk-AtkState.html -- Installing ./html/atk.devhelp -- Installing ./html/atk.devhelp2 -- Installing ./html/atk.html -- Installing ./html/home.png -- Installing ./html/index.html -- Installing ./html/index.sgml -- Installing ./html/ix01.html -- Installing ./html/ix02.html -- Installing ./html/ix03.html -- Installing ./html/ix04.html -- Installing ./html/ix05.html -- Installing ./html/ix06.html -- Installing ./html/ix07.html -- Installing ./html/left.png -- Installing ./html/right.png -- Installing ./html/style.css -- Installing ./html/up.png /bin/sh: line 1: gtkdoc-rebase: command not found make[2]: *** [install-data-local] Error 127 make[1]: *** [install-am] Error 2 make: *** [install-recursive] Error 1
Change History (5)
comment:1 Changed 15 years ago by nerdling (Jeremy Lavergne)
Cc: | snc@… added |
---|
comment:2 Changed 15 years ago by nerdling (Jeremy Lavergne)
Keywords: | poppler +quartz removed |
---|---|
Port: | poppler added |
Version: | 1.8.0 |
comment:3 Changed 15 years ago by nerdling (Jeremy Lavergne)
Owner: | changed from macports-tickets@… to devans@… |
---|
This looks like a missing dependency on gtk-doc.
comment:4 Changed 15 years ago by drechsel@…
Thanks everybody. I installed gtk-doc manually. Now the process goes on further, but then fails when it comes to gtk2:
dsl01:~ bub$ sudo port install poppler +quartz Password: ---> Computing dependencies for poppler ---> Building gtk2 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_gtk2/work/gtk+-2.16.6" && /usr/bin/make -j1 all " returned error 2 Command output: /usr/bin/make all-recursive Making all in po make[2]: Nothing to be done for `all'. Making all in po-properties make[2]: Nothing to be done for `all'. Making all in gdk-pixbuf /usr/bin/make all-recursive Making all in pixops make[4]: Nothing to be done for `all'. Making all in gdk /usr/bin/make all-recursive Making all in quartz make[4]: Nothing to be done for `all'. Making all in . Making all in tests make[4]: Nothing to be done for `all'. Making all in gtk /usr/bin/make gtk-update-icon-cache make[3]: `gtk-update-icon-cache' is up to date. GDK_PIXBUF_MODULE_FILE=../gdk-pixbuf/gdk-pixbuf.loaders ./gtk-update-icon-cache --force --ignore-theme-index \ --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \ mv gtkbuiltincache.h.tmp gtkbuiltincache.h gtk-update-icon-cache: The generated cache was invalid. make[2]: *** [gtkbuiltincache.h] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: The following dependencies failed to build: gtk2 lcms openjpeg poppler-data Error: Status 1 encountered during processing.
I ticketed another issue on that:
Hopefully this is not a duplicate…
comment:5 Changed 15 years ago by nerdling (Jeremy Lavergne)
Port: | atk added; poppler removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Alright, I added gtk-doc to atk in r57404.
Note: See
TracTickets for help on using
tickets.
Do you have gtk-doc installed?