Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6348 - bluefish-2002.06.23.ebuild fails
Summary: bluefish-2002.06.23.ebuild fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-12 03:04 UTC by Rigo
Modified: 2003-02-04 19:42 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 Rigo 2002-08-12 03:04:53 UTC
1.3, gcc 3.2pre...



i686-pc-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\"
-DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\"
-DPKGDATADIR=\"@pkgdatadir@\" -DHAVE_CONFIG_H -march=i686 -O3 -pipe 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -c -o undo_redo.o undo_redo.c
stringlist.c: In function `estrl_add_clicked_lcb':
stringlist.c:199: warning: assignment discards qualifiers from pointer target type
i686-pc-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\"
-DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\"
-DPKGDATADIR=\"@pkgdatadir@\" -DHAVE_CONFIG_H -o bluefish bf_lib.o bluefish.o
cap.o char_table.o document.o filebrowser.o gtk_easy.o gui.o highlight.o html.o
html2.o html_diag.o html_form.o html_table.o menu.o msg_queue.o pixmap.o
rcfile.o rpopup.o snr2.o stringlist.o undo_redo.o  -lgtk-x11-2.0 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0
-lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
bf_lib.o: In function `create_secure_dir_return_filename':
bf_lib.o(.text+0xea2): the use of `tempnam' is dangerous, better use `mkstemp'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libpangoxft-1.0.so: undefined
reference to `FT_Seek_Stream'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libpangoxft-1.0.so: undefined
reference to `FT_Get_Short'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libpangoxft-1.0.so: undefined
reference to `FT_Forget_Frame'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libpangoxft-1.0.so: undefined
reference to `FT_Access_Frame'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libpangoxft-1.0.so: undefined
reference to `FT_Get_Long'
collect2: ld returned 1 exit status
make[1]: *** [bluefish] Error 1
make[1]: Leaving directory
`/var/tmp/portage/bluefish-2002.06.23/work/bluefish-gtk2/src'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -16, Exitcode 2
!!! (no error message)

!!! emerge aborting on 
/usr/portage/app-editors/bluefish/bluefish-2002.06.23.ebuild .
Comment 1 Rigo 2002-08-12 07:28:15 UTC
Reemerging pango & gtk+ solved my problems...