Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 215873 - app-doc/doxygen-1.5.5 Compile error: field ‘st’ has incomplete type
Summary: app-doc/doxygen-1.5.5 Compile error: field ‘st’ has incomplete type
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 OS X
: High normal (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-02 12:56 UTC by Bernhard
Modified: 2008-05-12 10:34 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 Bernhard 2008-04-02 12:56:06 UTC
Using prefix portage on OS X I systematically get the following error when attempting to upgrade to doxygen-1.5.5:

i686-apple-darwin8-g++ -c -pipe -D__FreeBSD__=6 -DQT_NO_CODECS -DQT_LITE_UNICODE -Wall -W -O2 -pipe -mtune=prescott -march=prescott -I. -o ../objects/qdir.o qdir.cpp
qfiledefs_p.h:258: error: field ‘st’ has incomplete type


Reproducible: Always

Steps to Reproduce:
1. emerge -uv doxygen

Actual Results:  
 * ERROR: app-doc/doxygen-1.5.5 failed:
 *   emake failed
 * 
 * Call stack:
 *               ebuild.sh:  49: <call src_compile>
 *             environment:2801:     emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" LINK="$(tc-getCXX)" LINK_SHLIB="$(tc-getCXX)" all || die 'emake failed';


Expected Results:  
Installation of doxygen 1.5.5

Portage 2.2.00.9583-prefix (default-prefix/darwin/macos/10.4/x86, gcc-4.0.1, unavailable, 8.11.1 i386)
=================================================================
System uname: 8.11.1 i386 i386
Timestamp of tree: Wed, 02 Apr 2008 09:33:59 +0000
distcc 2.18.3-Apple.1 powerpc-apple-darwin8.0 (protocols 1 and 2) (default port 3632) [disabled]
app-shells/bash:     3.2_p33
dev-lang/python:     2.4.4-r04.2, 2.5.1-r5
dev-python/pycrypto: 2.0.1-r6
sys-devel/autoconf:  2.13, 2.61-r01.1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/gcc-config: 1.4.0-r04.1
sys-devel/libtool:   1.5.26
ACCEPT_KEYWORDS="x86-macos ~x86-macos"
CBUILD="i686-apple-darwin8"
CFLAGS="-O3 -pipe -mtune=prescott -march=prescott"
CHOST="i686-apple-darwin8"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O3 -pipe -mtune=prescott -march=prescott"
DISTDIR="/gentoo/usr/portage/distfiles"
EPREFIX="/gentoo"
FEATURES="collision-protect distlocks metadata-transfer nostrip parallel-fetch preserve-libs sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://mirror.switch.ch/mirror/gentoo/ ftp://mirror.switch.ch/mirror/gentoo/"
LDFLAGS=""
MAKEOPTS="-j3"
PKGDIR="/gentoo/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/gentoo/var/tmp"
PORTDIR="/gentoo/usr/portage"
PORTDIR_OVERLAY="/gentoo/usr/local/portage"
SYNC="svn+http://overlays.gentoo.org/svn/proj/alt/trunk/prefix-overlay"
USE="X aqua bzip2 cddb coreaudio cracklib dvd fontconfig ftp gif graphviz gs gtk jpeg mad md5sum midi mmx mmxext mp2 mp3 mpeg ncurses nls objc objc++ pango pdf perl png postgres prefix quicktime radio rar readline ruby sse sse2 ssl svg tga threads tiff tools truetype unicode vorbis wmf x86-macos xml xvid zlib" 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="Darwin" INPUT_DEVICES="keyboard mouse" KERNEL="Darwin" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Bernhard 2008-04-02 13:14:47 UTC
http://bugzilla.gnome.org/show_bug.cgi?id=516536

appears to have a patch
Comment 2 Bernhard 2008-04-03 06:40:14 UTC
I can now confirm that applying the patch fixes the problem. Unfortunately I don't know enough about ebuilds to submit a fix.

Cheers,

Burnce
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2008-05-12 08:00:17 UTC
nerdboy is also a maintainer, adding alt because it affects Darwin.
Comment 4 Fabian Groffen gentoo-dev 2008-05-12 08:04:50 UTC
Looks like to me as if this is a Prefix bug, so no need for main tree maintainers.  Patch looks trivial to me, will commit it later
Comment 5 Fabian Groffen gentoo-dev 2008-05-12 10:34:42 UTC
Applied the patch, thanks a lot!