pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/39972: graphics/gimageview compilation errors (NetBSD 4.0 w pkgsrc modular xorg)



>Number:         39972
>Category:       pkg
>Synopsis:       graphics/gimageview compilation errors (NetBSD 4.0 w pkgsrc 
>modular xor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 20 10:30:00 +0000 2008
>Originator:     Robert Elz
>Release:        NetBSD 4.0_STABLE (pkgsrc current within past few hours)
>Organization:
        Prince of Songkla University
>Environment:
System: NetBSD jade.coe.psu.ac.th 4.0_STABLE NetBSD 4.0_STABLE 
(JADE-1.696-20080517) #9: Fri May 23 18:55:13 ICT 2008 
kre%jade.coe.psu.ac.th@localhost:/usr/obj/4/kernels/JADE i386
Architecture: i386
Machine: i386
>Description:
        Compile errors occur compiling gimv_cell_pixmap.c from
        gimageview-0.2.27/src in graphics/gimageview

>How-To-Repeat:
        I use pkg_comp with libkver and NetBSD 4.0 release sets installed
        (simulating a pure NetBSD 4.0 release environment) but for this
        test, without the x sets installed (no X11R6 binaries).
        This test uses pkgsrc's modular xorg (X11_TYPE=modular) for
        everything (installed in the sandbox mk.conf).

        Attempting to build graphics/gimageview starting with an almost
        clean pkg_comp sandbox (it would have pkg_install, libkver,
        digest, lintpkgsrc (and so, perl5 as well) installed) results in ...

if cc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT 
-I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include 
-I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include 
-I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/cairo 
-I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/pixman-1 
-I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng12    -I../lib -I.. 
-I../libs  -DLOCALEDIR=\""/usr/pkg/share/locale"\" 
-DDATADIR=\""/usr/pkg/share/gimageview"\" 
-DDOCDIR=\""/usr/pkg/share/doc/gimageview"\" 
-DICONDIR=\""/usr/pkg/share/gimageview/pixmaps"\" 
-DPLUGINDIR=\""/usr/pkg/lib/gimageview"\" -DARCHIVER_PLUGIN_DIR=\""archiver"\" 
-DIMAGE_LOADER_PLUGIN_DIR=\""image_loader"\" 
-DIMAGE_SAVER_PLUGIN_DIR=\""image_saver"\" 
-DIMAGE_VIEW_PLUGIN_DIR=\""image_view"\" -DIO_STREAM_PLUGIN_DIR=\""io_stream"\" 
-DTHUMBNAIL_PLUGIN_DIR=\""thumbnail"\" -DIMAGE_VIEW_PLUGIN_DIR=\""image_view"\" 
-DTHUMBNAIL_VIEW_PLUGIN_DIR=\""thumbnail_view"\"  -O2 -I/usr/pkg/include 
-I/usr/include -I/usr/pkg/in!
 clude/freetype2 -MT gimv_cell_pixmap.o -MD -MP -MF 
".deps/gimv_cell_pixmap.Tpo" -c -o gimv_cell_pixmap.o gimv_cell_pixmap.c; \
        then mv -f ".deps/gimv_cell_pixmap.Tpo" ".deps/gimv_cell_pixmap.Po"; 
else rm -f ".deps/gimv_cell_pixmap.Tpo"; exit 1; fi
In file included from gimv_cell_pixmap.c:32:
gimv_cell_pixmap.h:79: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'gimv_cell_renderer_pixmap_get_type'
gimv_cell_pixmap.c:77: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'gimv_cell_renderer_pixmap_get_type'
gimv_cell_pixmap.c: In function 'gimv_cell_renderer_pixmap_get_property':
gimv_cell_pixmap.c:183: error: expected expression before 
'GimvCellRendererPixmap'
gimv_cell_pixmap.c:183: warning: initialization makes pointer from integer 
without a cast
gimv_cell_pixmap.c: In function 'gimv_cell_renderer_pixmap_set_property':
gimv_cell_pixmap.c:231: error: expected expression before 
'GimvCellRendererPixmap'
gimv_cell_pixmap.c:231: warning: initialization makes pointer from integer 
without a cast
gmake[3]: *** [gimv_cell_pixmap.o] Error 1
gmake[3]: Leaving directory 
`/pkg_comp/obj/pkgsrc/graphics/gimageview/4x/gimageview-0.2.27/src'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/pkg_comp/obj/pkgsrc/graphics/gimageview/4x/gimageview-0.2.27/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/pkg_comp/obj/pkgsrc/graphics/gimageview/4x/gimageview-0.2.27'
gmake: *** [all] Error 2
*** Error code 2

Stop.
make: stopped in /usr/pkgsrc/graphics/gimageview
*** Error code 1

Stop.

        In case it matters, immediately after this compile aborted,
        the following packages had been installed...

        All those after lintpkgsrc-4.82 are by-products of the build
        of graphics/gimageview and were installed from binary packages
        previously built in the same basic environment (all NetBSD 4.0
        with pkgsrc's modular xorg (X11TYPE=modular))

pkg_install-20081013 Package management and administration tools for pkgsrc
libkver-0.6nb1      Shared library and sysctl(1) replacement to override system 
version
digest-20080510     Message digest wrapper utility
perl-5.10.0nb2      Practical Extraction and Report Language
lintpkgsrc-4.82     Sanity checks on the complete pkgsrc tree
libtool-base-1.5.24nb6 Generic shared library support script (the script itself)
expat-2.0.1         XML parser library written in C
p5-XML-Parser-2.36nb1 Perl extension interface to James Clark's XML parser, 
expat
intltool-0.40.5     Toolbox for internationalisation
gmake-3.81          GNU version of 'make' utility
pkg-config-0.23     System for managing library compile/link flags
fixesproto-4.0      Fixes extension headers from X.org
randrproto-1.2.2    Randr extension headers from modular X.org
xextproto-7.0.3     XExt extension headers from X.org
xineramaproto-1.1.2 Xinerama extension headers from X.org
inputproto-1.4.4    Input extension headers from X.org
renderproto-0.9.3nb1 Render extension headers from modular X.org
popt-1.14           Command line option parsing library
kbproto-1.0.3       KB extension headers from X.org
xproto-7.0.14       X protocol and ancillary headers from Xorg X11
checkperms-1.10     Check and correct file permissions
xdg-dirs-1.4        Shared XDG directories
gnome-dirs-1.6      Shared GTK/GNOME (v1 and v2) directories
gnome2-dirs-1.6     Shared GTK/GNOME (v2) directories
fam-2.7.0nb9        File Alteration Monitor
pcre-7.8            Perl Compatible Regular Expressions library
glib2-2.18.2        Some useful routines for C programming (glib2)
libIDL-0.8.11       CORBA Interface Definition Language parser
ORBit2-2.14.16      High-performance CORBA ORB with C language support
libXau-1.0.4        Authorization Protocol for X from X.org
libXdmcp-1.0.2      X Display Manager Control Protocol library from X.org
libX11-1.1.5        Base X libraries from modular Xorg X11
dbus-1.2.4          Message bus system
dbus-glib-0.76      GLib bindings for the D-BUS message bus system
xmlcatmgr-2.2nb1    XML and SGML catalog manager
libxml2-2.7.2nb1    XML parser library from the GNOME project
libbonobo-2.24.0    GNOME2 Object activation framework library
lzo-2.03            Portable lossless data compression library
libcfg+-0.6.2nb3    Command line and configuration file parsing library
libtasn1-1.5        ASN.1 structure parser library
libgpg-error-1.6    Definitions of common error values for all GnuPG components
libgcrypt-1.4.3     GNU cryptographic library
opencdk-0.6.6       Open Crypto Development Kit
gnutls-2.6.1        GNU Transport Layer Security library
GConf-2.24.0        Configuration database system used by GNOME
gnome-vfs-2.24.0    GNOME Virtual File System (v2)
libgsf-1.14.10      GNOME2 structured file library
libaudiofile-0.2.6nb1 Sound library for SGI audio file
esound-0.2.40       The Enlightened sound daemon
libxslt-1.1.24nb1   XSLT parser library from the GNOME project
libgnome-2.24.1     Core GNOME2 library (non-graphical)
libXfixes-4.0.3     Xfixes library and extension of X RandR from modular X.org
libXext-1.0.4       X Extension library
libXrender-0.9.4    X Render Library
libXcursor-1.1.9    Client-side cursor loading library for X
libXinerama-1.0.3   X PanoramiX extension library
libXi-1.1.3nb1      X Input extension library
libXrandr-1.2.3     X RandR Library from X.org
libICE-1.0.4        Inter Client Exchange (ICE) library for X
libSM-1.1.0         X Session Management Library
libXt-1.0.5nb1      X Toolkit Intrinsics library
shared-mime-info-0.51nb2 Core database of common types
atk-1.24.0          Set of interfaces for accessibility
freetype2-2.3.7     Font rendering engine and library API
fontconfig-2.6.0    Library for configuring and customizing font access
libXft-2.1.13       Library for configuring and customizing font access
libXdamage-1.1.1nb1 Xdamage extension (Library)
libXxf86vm-1.0.2    Library for the XFree86-VidMode X extension
libdrm-2.3.1        Userspace interface to kernel DRM services
MesaLib-7.0.4.1nb4  Graphics library similar to SGI's OpenGL
glitz-0.5.6nb2      OpenGL 2D graphics library and a backend for gl output in 
cairo
png-1.2.33          Library for manipulating PNG images
pixman-0.12.0       Library of low-level pixel manipulation routines
cairo-1.8.2nb1      Vector graphics library with cross-device output support
pango-1.22.2        Library for layout and rendering of text
jpeg-6bnb4          IJG's jpeg compression utilities
tiff-3.8.2nb4       Library and tools for reading and writing TIFF data files
gtk2+-2.14.4        GIMP Toolkit v2 - libraries for building X11 user interfaces
libglade-2.6.3      Runtime interpreter for GLADE GUI files
mng-1.0.10          Multiple-image Network Graphics (MNG) reference library
libart-2.3.20       High-performance 2D graphics library
libgnomecanvas-2.20.1.1nb1 GNOME Canvas library
libbonoboui-2.24.0  GNOME2 Object activation framework library (graphical 
version)
gnome-keyring-2.24.1 GNOME password and secret manager
libgnomeui-2.24.0   Core GNOME2 graphical libraries
libcroco-0.6.1nb7   Toolkit to parse and manipulate CSS (Cascading Style Sheets)
librsvg-2.22.3      SVG library for GNOME2
libwmf-0.2.8.4nb4   Library for reading and converting WMF (Windows Meta Files)
lcms-1.17nb1        Little Color Management System -- a color management library

>Fix:
        ???

>Unformatted:
 g)


Home | Main Index | Thread Index | Old Index