Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205067 - app-office/dia-0.96.1 fails to compile
Summary: app-office/dia-0.96.1 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords:
: 215934 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-01-09 12:36 UTC by Evil Compile Person
Modified: 2008-04-03 13:48 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evil Compile Person 2008-01-09 12:36:58 UTC
Making all in en
make[3]: Entering directory `/var/tmp/portage/app-office/dia-0.96.1/work/dia-0.96.1/doc/en'
xsltproc --novalid http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl dia.dbk >dia.1
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
make[3]: *** [dia.1] Error 4
make[3]: Leaving directory `/var/tmp/portage/app-office/dia-0.96.1/work/dia-0.96.1/doc/en'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/app-office/dia-0.96.1/work/dia-0.96.1/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-office/dia-0.96.1/work/dia-0.96.1'
make: *** [all] Error 2
 *
 * ERROR: app-office/dia-0.96.1 failed.

Portage 2.1.4_rc14 (default-linux/amd64/2007.0, gcc-4.2.2, glibc-2.7-r1, 2.6.23-gentoo-r1 x86_64)
=================================================================
System uname: 2.6.23-gentoo-r1 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
Timestamp of tree: Mon, 07 Jan 2008 19:00:08 +0000
app-shells/bash:     3.2_p33
dev-lang/python:     2.5.1-r5
sys-apps/baselayout: 1.12.10-r5
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.61-r1
sys-devel/automake:  1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/svn/env /usr/kde/svn/share/config /usr/kde/svn/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="buildpkg distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://localhost/gentoo-portage"
USE="X acl amd64 berkdb bitmap-fonts cli cracklib crypt cups dri fortran gcj gdbm gpm iconv ipv6 isdnlog midi mmx mudflap ncurses nls nptl nptlonly objc openmp pam pcre perl pppd python readline reflection session spl sse sse2 ssl tcpd truetype-fonts type1-fonts unicode xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="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 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" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="vga"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-01-09 13:20:00 UTC
looks like it's missing some xsl stylesheets. They should not be needed unless you  regenerate documentation or try to pass tests. Could you list what's installed with:

eix -I docbook
Comment 2 Evil Compile Person 2008-01-09 16:46:28 UTC
(In reply to comment #1)
> looks like it's missing some xsl stylesheets. They should not be needed unless
> you  regenerate documentation or try to pass tests. Could you list what's
> installed with:
> 
> eix -I docbook
> 
No I can't ;)
I'm doing scripted builds of everything, so I don't have a snapshot of that exact point in time. But:

emerge -pkv dia | grep docbook has no results
emerge -pe world | grep docbook has no results

So it looks like no docbook stuff is pulled in if you use binpkgs :)
Comment 3 Stian Skjelstad 2008-01-10 07:20:55 UTC
duplicate of #194482 ?
Comment 4 Boian Berberov 2008-02-25 22:48:41 UTC
I am experiencing this bug as well.  However, dia emerges on my x86_64 machine but fails on my x86 machine.
Comment 5 Boian Berberov 2008-03-25 14:41:24 UTC
Well I did a little digging and the problem seems to be here:
=============================================================
$ cd /var/tmp/portage/app-office/dia-0.96.1/work/dia-0.96.1/doc/en/
$ tail Makefile

dist-hook: app-dist-hook
# If we want misconfigured XML catalogs to not try net access, use
# --nonet.  But I don't think that's going to solve more problems
# than it causes.
dia.1: dia.dbk
        xsltproc --novalid $(DB2MAN) $< >dia.1
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

$ grep DB2MAN Makefile
DB2MAN = http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
        xsltproc --novalid $(DB2MAN) $< >dia.1
=============================================================
The line "xsltproc ..." fails.  xsltproc is in dev-libs/libxslt.  I reemerged dev-libs/libxslt and dev-libs/libxml2 but no change.  Is there a way this can be patched somehow?
Comment 6 Carsten Lohrke (RETIRED) gentoo-dev 2008-04-02 20:14:41 UTC
*** Bug 215934 has been marked as a duplicate of this bug. ***
Comment 7 Carsten Lohrke (RETIRED) gentoo-dev 2008-04-02 20:15:40 UTC
Nothing happening here for three months, cc'ing gnome team therefore.
Comment 8 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-04-02 22:59:15 UTC
please keep things where they should be. I'm still on it even if no activity shows up on bugzilla.
Comment 9 Boian Berberov 2008-04-03 13:37:06 UTC
I am sorry.  I am new to this and not familiar with all bugzilla procedures.  I will keep this in mind in the future.  As I said before, it works on one machine and not the other.  I am willing to test, run commands, give you additional information, etc.
Comment 10 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-04-03 13:48:33 UTC
fixed in 0.96.1-r1, it missed stylsheets for man generation.