Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 2004 13:06:24 -0700 (PDT)
From:      Digital Node <eclipsetyperx@yahoo.com>
To:        freebsd-ports-bugs@freebsd.org
Subject:   Some nasty bug i'm suspecting is in pango
Message-ID:  <20040604200624.15245.qmail@web14522.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
Hi to everyone, I first found this bug compiling
gnome2 (/usr/ports/x11/gnome2) and it was in
Origionally in vte something about FC_WIDTH, I
commented out the block and went about my business,
gnome compiled, gnometerminal doesn't work, but trying
to compile gimp I ran into the same bug again but more
elaborate, and here's the dump from that

gmake[3]: Entering directory
`/usr/ports/graphics/gimp/work/gimp-2.0.1/app/text'
if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..
-I../../app -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0  
-I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include
-I/usr/local/include/freetype2 -I/usr/local/include  
-I/usr/X11R6/include -DG_LOG_DOMAIN=\"Gimp-Text\" 
-I/usr/local/include -I/usr/X11R6/include
-DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE  -O -pipe
-march=pentium3 -Wall -MT gimpfontlist.o -MD -MP -MF
".deps/gimpfontlist.Tpo" \
  -c -o gimpfontlist.o `test -f 'gimpfontlist.c' ||
echo './'`gimpfontlist.c; \
then mv -f ".deps/gimpfontlist.Tpo"
".deps/gimpfontlist.Po"; \
else rm -f ".deps/gimpfontlist.Tpo"; exit 1; \
fi
gimpfontlist.c: In function
`gimp_font_list_font_desc_from_pattern':
gimpfontlist.c:290: error: `FC_WIDTH' undeclared
(first use in this function)
gimpfontlist.c:290: error: (Each undeclared identifier
is reported only once
gimpfontlist.c:290: error: for each function it
appears in.)
gimpfontlist.c:294: error: `FC_WIDTH_NORMAL'
undeclared (first use in this function)
gimpfontlist.c:297: error: `FC_WIDTH_ULTRACONDENSED'
undeclared (first use in this function)
gimpfontlist.c:300: error: `FC_WIDTH_EXTRACONDENSED'
undeclared (first use in this function)
gimpfontlist.c:303: error: `FC_WIDTH_CONDENSED'
undeclared (first use in this function)
gimpfontlist.c:306: error: `FC_WIDTH_SEMICONDENSED'
undeclared (first use in this function)
gimpfontlist.c:309: error: `FC_WIDTH_SEMIEXPANDED'
undeclared (first use in this function)
gimpfontlist.c:312: error: `FC_WIDTH_EXPANDED'
undeclared (first use in this function)
gimpfontlist.c:315: error: `FC_WIDTH_EXTRAEXPANDED'
undeclared (first use in this function)
gimpfontlist.c:318: error: `FC_WIDTH_ULTRAEXPANDED'
undeclared (first use in this function)
gimpfontlist.c: In function
`gimp_font_list_load_names':
gimpfontlist.c:347: error: `FC_WIDTH' undeclared
(first use in this function)
gmake[3]: *** [gimpfontlist.o] Error 1
gmake[3]: Leaving directory
`/usr/ports/graphics/gimp/work/gimp-2.0.1/app/text'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/graphics/gimp/work/gimp-2.0.1/app'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/graphics/gimp/work/gimp-2.0.1'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/graphics/gimp.


bash-2.05b# uname -a 

FreeBSD evil.tier1.vpn 5.2.1-RELEASE FreeBSD
5.2.1-RELEASE #0: Wed Jun  2 13:56:45 EDT 2004    
root@evil.tier1.vpn:/usr/src/sys/i386/compile/EVIL 
i386


I am useing the ports.tar.gz from ftp.freebsd.org on
june 1st, i checked to see if vte had a newer version
and it didn't so i'm guessing this is some kind of
linker error

Someone with some suggestions please letme know as I
do NEED gimp and gnome terminal would be nice.

--Scott Forbis


	
		
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040604200624.15245.qmail>