Bug 42258 - x11-toolkits/guile-gnome won't build
Summary: x11-toolkits/guile-gnome won't build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-31 17:50 UTC by Jan Lentfer
Modified: 2002-08-31 19:14 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lentfer 2002-08-31 17:50:01 UTC
Build of gnome-guile-0.20 fails with:

gtkhtml-glue.c:113: warning: initialization makes integer from pointer without a cast
gtkhtml-glue.c:113: initializer element is not computable at load time
gtkhtml-glue.c:113: (near initialization for `sgtk_gtk_htmlstream_info_gtk.object_size')
gtkhtml-glue.c: In function `sgtk_gtk_html_get_title':
gtkhtml-glue.c:618: warning: passing arg 1 of `scm_take0str' discards qualifiers from pointer target type
*** Error code 1

Stop in /usr/ports/x11-toolkits/guile-gnome/work/gnome-guile-0.20/guile-gnome/gtkhtml.
*** Error code 1


If you follow ports/29608 and disable gtkhtml you get past this point but then it fails with:
cc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I./.. -I../../guile-gtk -I./../../guile-gtk -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include -O -pipe -mcpu=ev56 -c ghttp-glue.c  -fPIC -DPIC -o .libs/ghttp-glue.lo
ghttp-glue.c:56: warning: initialization makes integer from pointer without a cast
ghttp-glue.c:56: initializer element is not computable at load time
ghttp-glue.c:56: (near initialization for `sgtk_ghttp_request_info_gtk.object_size')
ghttp-glue.c: In function `sgtk_ghttp_get_header':
ghttp-glue.c:331: warning: assignment discards qualifiers from pointer target type
ghttp-glue.c: In function `sgtk_ghttp_get_error':
ghttp-glue.c:432: warning: assignment discards qualifiers from pointer target type
ghttp-glue.c: In function `sgtk_ghttp_reason_phrase':
ghttp-glue.c:466: warning: assignment discards qualifiers from pointer target type
*** Error code 1

Stop in /usr/ports/x11-toolkits/guile-gnome/work/gnome-guile-0.20/guile-gnome/ghttp.
*** Error code 1

Disabling ghttp in the ports Makefile didn't bring me any further.

How-To-Repeat: try to build x11-toolkits/guile-gnome
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2002-08-31 19:14:13 UTC
State Changed
From-To: open->closed

Over to maintainers. 


Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2002-08-31 19:14:13 UTC
Responsible Changed
From-To: freebsd-ports->gnome

This should be fixed now.  Thanks for reporting.