Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
zathura-pdf-mupdf fails to build
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
avx
Advocate
Advocate


Joined: 21 Jun 2004
Posts: 2152

PostPosted: Tue Sep 03, 2013 1:08 am    Post subject: zathura-pdf-mupdf fails to build Reply with quote

Trying to build the mupdf plugin for zathura, it fails with this on an otherwise up2date system. Neither the b.g.o nor Google give me anything of value.

Code:
>>> Emerging (1 of 1) app-text/zathura-pdf-mupdf-0.2.4
 * zathura-pdf-mupdf-0.2.4.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                            [ ok ]
>>> Unpacking source...
>>> Unpacking zathura-pdf-mupdf-0.2.4.tar.gz to /var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/work
>>> Source unpacked in /var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/work
>>> Preparing source in /var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/work/zathura-pdf-mupdf-0.2.4 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/work/zathura-pdf-mupdf-0.2.4 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/work/zathura-pdf-mupdf-0.2.4 ...
make -j8 --quiet WITH_CAIRO=1 CC=x86_64-pc-linux-gnu-gcc LD=x86_64-pc-linux-gnu-ld VERBOSE=1 DESTDIR=/var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/image/
pdf.c:9:19: fatal error: muxps.h: No such file or directory
compilation terminated.
make: *** [pdf.o] Error 1
 * ERROR: app-text/zathura-pdf-mupdf-0.2.4::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=app-text/zathura-pdf-mupdf-0.2.4::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-text/zathura-pdf-mupdf-0.2.4::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/temp/environment'.
 * Working directory: '/var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/work/zathura-pdf-mupdf-0.2.4'
 * S: '/var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/work/zathura-pdf-mupdf-0.2.4'

>>> Failed to emerge app-text/zathura-pdf-mupdf-0.2.4, Log file:

>>>  '/var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/temp/build.log'


All deps in question are built with default flags, except for mupdf itself which is built with "-vanilla" (recompiled with it, doesn't change a thing for this problem).
_________________
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
Back to top
View user's profile Send private message
aim nano
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jan 2006
Posts: 131
Location: Jackson, MS

PostPosted: Wed Sep 04, 2013 1:25 am    Post subject: Reply with quote

Can you post the build log:

Code:
/var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/temp/build.log

_________________
Unanswered posts need love too.
--
~ # emerge -pv gentoo-love
Back to top
View user's profile Send private message
avx
Advocate
Advocate


Joined: 21 Jun 2004
Posts: 2152

PostPosted: Wed Sep 04, 2013 7:31 pm    Post subject: Reply with quote

Sure, doesn't help much, though.

Code:
hikaru ~ # cat /var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/temp/build.log
 * Package:    app-text/zathura-pdf-mupdf-0.2.4
 * Repository: gentoo
 * Maintainer: ssuominen@gentoo.org xmw@gentoo.org
 * Upstream:   mlq@pwmt.org sebastian+dev@ramacher.at http://bugs.pwmt.org/
 * USE:        amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking zathura-pdf-mupdf-0.2.4.tar.gz to /var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/work
>>> Source unpacked in /var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/work
>>> Preparing source in /var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/work/zathura-pdf-mupdf-0.2.4 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/work/zathura-pdf-mupdf-0.2.4 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/work/zathura-pdf-mupdf-0.2.4 ...
make -j8 --quiet WITH_CAIRO=1 CC=x86_64-pc-linux-gnu-gcc LD=x86_64-pc-linux-gnu-ld VERBOSE=1 DESTDIR=/var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/image/
pdf.c:9:19: fatal error: muxps.h: No such file or directory
compilation terminated.
make: *** [pdf.o] Error 1
 * ERROR: app-text/zathura-pdf-mupdf-0.2.4::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=app-text/zathura-pdf-mupdf-0.2.4::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-text/zathura-pdf-mupdf-0.2.4::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/temp/environment'.
 * Working directory: '/var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/work/zathura-pdf-mupdf-0.2.4'
 * S: '/var/tmp/portage/app-text/zathura-pdf-mupdf-0.2.4/work/zathura-pdf-mupdf-0.2.4'


While I'm at it
Code:
emerge --info zathura-pdf-mupdf
Portage 2.2.1 (default/linux/amd64/13.0/desktop, gcc-4.7.3, glibc-2.17, 3.10.5-gentoo-r1 x86_64)
=================================================================
                        System Settings
=================================================================
System uname: Linux-3.10.5-gentoo-r1-x86_64-Intel-R-_Core-TM-_i7_CPU_920_@_2.67GHz-with-gentoo-2.2
KiB Mem:    12295692 total,   1864264 free
KiB Swap:          0 total,         0 free
Timestamp of tree: Wed, 04 Sep 2013 14:45:01 +0000
ld GNU ld (GNU Binutils) 2.23.2
distcc 3.1 x86_64-pc-linux-gnu [disabled]
app-shells/bash:          4.2_p45
dev-java/java-config:     2.2.0
dev-lang/python:          2.7.5-r2, 3.3.2-r2
dev-util/cmake:           2.8.11.1
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.4_p6-r1, 1.9.6-r3, 1.10.3, 1.11.6, 1.12.6, 1.13.4, 1.14
sys-devel/binutils:       2.23.2
sys-devel/gcc:            4.7.3
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.11 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo phorcix
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -mtune=native -msse4 -mcx16 -msahf -mpopcnt -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -mtune=native -msse4 -mcx16 -msahf -mpopcnt -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo http://distfiles.gentoo.org"
LANG="de_DE.utf8"
LDFLAGS="-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--sort-common"
MAKEOPTS="-j8 --quiet"
PKGDIR="/usr/portage/packages"
PORTAGE_COMPRESS="xz"
PORTAGE_COMPRESS_FLAGS="-9"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/gentoo"
PORTDIR_OVERLAY="/usr/portage/phorcix"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cxx dbus dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif gpm gtk iconv ipv6 jpeg lcms ldap libnotify mad mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds qt3support qt4 readline sdl session spell sse sse2 ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 xcb xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="hda-intel" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" GRUB_PLATFORMS="multiboot pc" INPUT_DEVICES="evdev joystick wacom" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de de_DE en en_US" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
USE_PYTHON="2.7 3.3"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_RSYNC_EXTRA_OPTS

_________________
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
Back to top
View user's profile Send private message
lysergicacid
Guru
Guru


Joined: 25 Nov 2003
Posts: 352
Location: The Universe,Virgo Super Cluster,Milky Way,Earth

PostPosted: Fri Sep 06, 2013 10:21 am    Post subject: Reply with quote

Hi, same exact problem here, so i masked the newest version of zathura-pdf-mupdf and intended on re-emerging the version i previously had installed and get the same problem, so thinking its something to do app-text/mupdf-1.3_p20130828 itself, i masked that as well and it still fails on the same exact error :-/
_________________
[img]http://valid.canardpc.com/cache/banner/2040927.png[/img]
Desktop:
[img]http://valid.canardpc.com/cache/banner/2703952.png[/img]
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Mon Sep 09, 2013 2:53 am    Post subject: Reply with quote

Just a guess: it might be related to this old bug.
Though the ebuild looks funny - I wonder if it's due to upstream reasons or not.

Edit: no, it's actually just because in mupdf 1.3 the headers were moved around and renamed, so other packages need to be updated.
Back to top
View user's profile Send private message
slpfrafjellene
n00b
n00b


Joined: 30 Dec 2012
Posts: 6

PostPosted: Tue Oct 01, 2013 12:59 pm    Post subject: Reply with quote

So no solution to this?
Back to top
View user's profile Send private message
fau
n00b
n00b


Joined: 01 Apr 2010
Posts: 74

PostPosted: Fri Oct 04, 2013 6:55 pm    Post subject: Reply with quote

as VoidMage wrote - downgrade to mupdf 1.2 for now.
Back to top
View user's profile Send private message
slpfrafjellene
n00b
n00b


Joined: 30 Dec 2012
Posts: 6

PostPosted: Sat Oct 05, 2013 6:02 am    Post subject: Reply with quote

Thanks. I just thought that, the problem was only because of the headers being moved around or renamed, but I couldn't figure it out.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum