Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21700 - gnome-extra/gtkhtml-1.1.10 has missing header file capplet-widget.h
Summary: gnome-extra/gtkhtml-1.1.10 has missing header file capplet-widget.h
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-26 02:37 UTC by Jens Hamacher
Modified: 2003-05-26 07: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 Jens Hamacher 2003-05-26 02:37:40 UTC
When I emerge -Uu world, gtkhtml compiles almost through until this error:

sed -e 's?\@ICONSDIR\@?/usr/share/gtkhtml-1.1//icons?g' \
      < ./gtkhtml-properties.desktop.in > gtkhtml-properties.desktop.tmp \
  && mv gtkhtml-properties.desktop.tmp gtkhtml-properties.desktop
main.c:25:28: capplet-widget.h: No such file or directory
main.c: In function `changed':
main.c:206: warning: implicit declaration of function `capplet_widget_state_changed'
main.c:206: warning: implicit declaration of function `CAPPLET_WIDGET'
main.c: In function `setup':
main.c:258: warning: implicit declaration of function `capplet_widget_new'
main.c:258: warning: assignment makes pointer from integer without a cast
main.c: In function `main':
main.c:330: warning: implicit declaration of function `gnome_capplet_init'
main.c:366: warning: implicit declaration of function `capplet_gtk_main'
make[2]: *** [main.o] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gtkhtml-1.1.10/work/gtkhtml-1.1.10/capplet'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gtkhtml-1.1.10/work/gtkhtml-1.1.10'
make: *** [all-recursive-am] Error 2

!!! ERROR: gnome-extra/gtkhtml-1.1.10 failed.
!!! Function src_compile, Line 68, Exitcode 2
!!! Package building failed.


Reproducible: Always
Steps to Reproduce:
1.emerge -Uu world

Actual Results:  
same error again

Expected Results:  
fulfill dependencies or provide missing header file capplet-widget.h
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-05-26 05:31:00 UTC
do you have control-center-1.4* installed and do you have /usr/include/libcapplet1/capplet-widget.h ? this is already a dependency for gtkhtml-1.1.10.

you've just cut off the bit that produced the error from your screen dump, would you like to attach a full build log?
Comment 2 Jens Hamacher 2003-05-26 06:42:47 UTC
You are right, control-center-1.4 and some other gnome packages were broken on my system. 
I got them all compiled now. 
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2003-05-26 07:06:24 UTC
thanks, closing now