Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61022 - media-libs/imlib-1.9.14-r1 fails to compile on cache.c
Summary: media-libs/imlib-1.9.14-r1 fails to compile on cache.c
Status: RESOLVED DUPLICATE of bug 40453
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-20 05:52 UTC by Roman Gaufman
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 Roman Gaufman 2004-08-20 05:52:09 UTC
cache.c:452: error: dereferencing pointer to incomplete type
cache.c:453: error: dereferencing pointer to incomplete type
cache.c:455: error: dereferencing pointer to incomplete type
cache.c:460: error: dereferencing pointer to incomplete type
cache.c:461: error: request for member `cache' in something not a structure or union
cache.c:461: error: request for member `cache' in something not a structure or union
cache.c: In function `_gdk_imlib_nullify_image':
cache.c:473: error: dereferencing pointer to incomplete type
cache.c:474: error: dereferencing pointer to incomplete type
cache.c:475: error: dereferencing pointer to incomplete type
cache.c:476: error: dereferencing pointer to incomplete type
cache.c:477: error: dereferencing pointer to incomplete type
cache.c:478: error: dereferencing pointer to incomplete type
cache.c:479: error: dereferencing pointer to incomplete type
cache.c:480: error: dereferencing pointer to incomplete type
cache.c:481: error: dereferencing pointer to incomplete type
cache.c:482: error: dereferencing pointer to incomplete type
cache.c: In function `gdk_imlib_get_cache_info':
cache.c:490: error: request for member `cache' in something not a structure or union
cache.c:492: error: request for member `cache' in something not a structure or union
cache.c: In function `gdk_imlib_set_cache_info':
cache.c:498: error: request for member `cache' in something not a structure or union
cache.c:499: error: request for member `cache' in something not a structure or union
colors.c: At top level:
colors.c:300: error: syntax error before '*' token
colors.c: In function `gdk_imlib_best_color_get':
colors.c:304: error: `c' undeclared (first use in this function)
colors.c: At top level:
gdk_imlib_types.h:47: error: storage size of `shape_color' isn't known
gdk_imlib_types.h:48: error: storage size of `border' isn't known
gdk_imlib_private.h:138: error: storage size of `mod' isn't known
gdk_imlib_private.h:138: error: storage size of `rmod' isn't known
gdk_imlib_private.h:138: error: storage size of `gmod' isn't known
gdk_imlib_private.h:138: error: storage size of `bmod' isn't known
make[2]: *** [colors.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
cache.c: At top level:
gdk_imlib_types.h:47: error: storage size of `shape_color' isn't known
gdk_imlib_types.h:48: error: storage size of `border' isn't known
gdk_imlib_private.h:138: error: storage size of `mod' isn't known
gdk_imlib_private.h:138: error: storage size of `rmod' isn't known
gdk_imlib_private.h:138: error: storage size of `gmod' isn't known
gdk_imlib_private.h:138: error: storage size of `bmod' isn't known
make[2]: *** [cache.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/imlib-1.9.14-r1/work/imlib-1.9.14/gdk_imlib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/imlib-1.9.14-r1/work/imlib-1.9.14'
make: *** [all-recursive-am] Error 2

!!! ERROR: media-libs/imlib-1.9.14-r1 failed.
!!! Function src_compile, Line 33, Exitcode 2
!!! (no error message)



EMERGE INFO
===========
laptop root # emerge info
Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r1, 2.6.7-ck5)
=================================================================
System uname: 2.6.7-ck5 i686 Transmeta(tm) Crusoe(tm) Processor TM5800
Gentoo Base System version 1.4.16
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=i686 -mmmx -O3 -pipe -fomit-frame-pointer -ffast-math -funroll-loops"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=i686 -mmmx -O3 -pipe -fomit-frame-pointer -ffast-math -funroll-loops"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache digest sandbox"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acpi alsa apm audiofile avi cap cdr crypt cups dvd emacs encode ethereal faad flac foomaticdb gif gphoto2 gpm gstreamer gtk2 imap imlib imlib2 jpeg kde libg++ libwww mbox mmx mysql ncurses oggvorbis pam pcmcia pdflib php pic png pnp python qt quicktime readline speex spell ssl svg tcpd tiff truetype trusted usb wifi x86 xine xv xvid zlib"

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2004-08-20 08:07:28 UTC

*** This bug has been marked as a duplicate of 40453 ***