Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17064 - cannot compile gtkspell 2.0.4
Summary: cannot compile gtkspell 2.0.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-07 23:22 UTC by Dave Berenson
Modified: 2003-03-08 06:17 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 Dave Berenson 2003-03-07 23:22:17 UTC
When I try to compile the new version of gtkspell I get this error:

gcc -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/include/freetype2 -I/usr/X11R6/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -o .libs/advanced
advanced.o -Wl,--export-dynamic  ../gtkspell/.libs/libgtkspell.so
/usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so
/usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangoxft-1.0.so
/usr/lib/libpangox-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libgobject-2.0.so
/usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so /usr/lib/libaspell.so
-L/usr/i686-pc-linux-gnu/lib -L/usr/i686-pc-linux-gnu/bin
-L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2
-L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../../i686-pc-linux-gnu/lib
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/libstdc++.so -lm -lc -lgcc_s
-Wl,--rpath -Wl,/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2
creating simple
creating advanced
make[2]: Leaving directory
`/var/tmp/portage/gtkspell-2.0.4/work/gtkspell-2.0.4/examples'
Making all in docs
make[2]: Entering directory
`/var/tmp/portage/gtkspell-2.0.4/work/gtkspell-2.0.4/docs'
*** Scanning header files ***
if grep -l '^..*$' ./gtkspell.types > /dev/null ; then \
    CC="/bin/sh ../libtool --mode=compile gcc" LD="/bin/sh ../libtool
--mode=link gcc" CFLAGS="" LDFLAGS="" gtkdoc-scanobj  --module=gtkspell
--output-dir=. ; \
else \
    cd . ; \
    for i in gtkspell.args              gtkspell.hierarchy     
gtkspell.interfaces     gtkspell.prerequisites  gtkspell.signals ; do \
               test -f $i || touch $i ; \
    done \
fi
cd . && \
  gtkdoc-scan --module=gtkspell --source-dir=../gtkspell --ignore-headers=""
/bin/sh: line 1: gtkdoc-scan: command not found
make[2]: *** [scan-build.stamp] Error 127
make[2]: Leaving directory
`/var/tmp/portage/gtkspell-2.0.4/work/gtkspell-2.0.4/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gtkspell-2.0.4/work/gtkspell-2.0.4'
make: *** [all-recursive-am] Error 2

!!! ERROR: app-text/gtkspell-2.0.4 failed.
!!! Function src_compile, Line 19, Exitcode 2
!!! compile failure


Reproducible: Always
Steps to Reproduce:
1. emerge gtkspell
2. 
3. the error above.

Actual Results:  
The compile error.

Expected Results:  
it should have compiled properly.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-03-08 06:17:33 UTC
  08 Mar 2003; Martin Schlemmer <azarah@gentoo.org> gtkspell-2.0.4.ebuild :
  Add 'doc' support with DEPEND on gtk-doc, as it fails over here without
  gtk-doc installed ...


should be fixed 
rsync and try again