pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/43948: chat/telepathy-glib fails to build with sun c compiler
>Number: 43948
>Category: pkg
>Synopsis: chat/telepathy-glib fails to build with sun c compiler
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Oct 06 08:55:00 +0000 2010
>Originator: Daniel Vergien
>Release: pkgsrc-current
>Organization:
private
>Environment:
SunOS pkgsrc 5.10 Generic_142910-17 i86pc i386 i86pc
>Description:
telepathy-glib-0.11.11 fails because of:
ibtool: compile: cc -xc99=all -DHAVE_CONFIG_H -I. -I..
-I/root/tmp/workobjdir-sunspro-current/chat/telepathy-glib/work/.buildlink/include
-I/root/tmp/workobjdir-sunspro-current/chat/telepathy-glib/work/.buildlink/include/python2.6
-DG_LOG_DOMAIN=\"tp-glib\" -Wall -Wextra -Wdeclaration-after-statement
-Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare
-Wnested-externs -Wpointer-arith -Wformat-security -Winit-self
-Wno-missing-field-initializers -Wno-unused-parameter -D_REENTRANT -D_PTHREADS
-I/root/tmp/workobjdir-sunspro-current/chat/telepathy-glib/work/.buildlink/include/dbus-1.0
-I/root/tmp/workobjdir-sunspro-current/chat/telepathy-glib/work/.buildlink/lib/dbus-1.0/include
-I/root/tmp/workobjdir-sunspro-current/chat/telepathy-glib/work/.buildlink/include/glib/glib-2.0
-I/root/tmp/workobjdir-sunspro-current/chat/telepathy-glib/work/.buildlink/lib/glib-2.0/include
-I/root/tmp/workobjdir-sunspro-current/chat/telepathy-glib/work/.buildlink/include/glib/gio-unix-2.
0/ -O -c channel-manager.c -KPIC -DPIC -o .libs/channel-manager.o
"channel-manager.c", line 616: void function cannot return value
cc: acomp failed for channel-manager.c
gmake[3]: *** [channel-manager.lo] Error 1
Reportet upstream: https://bugs.freedesktop.org/show_bug.cgi?id=30644
>How-To-Repeat:
>Fix:
Add these lines to Makefile:
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Msunpro)
CFLAGS+= -features=extensions
.endif
Home |
Main Index |
Thread Index |
Old Index