Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2015 16:16:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198496] devel/libgsf builderror
Message-ID:  <bug-198496-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198496

            Bug ID: 198496
           Summary: devel/libgsf builderror
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: rotkap@gmx.de
                CC: portmgr@FreeBSD.org

Hi,

durung a portupgrade -a I got this a build error on devel/libgsf. A "portmaster
devel/libgsf" gives the same eror:

o
  MSGFMT zh_CN.gmo
  MSGFMT zh_HK.gmo
  MSGFMT zh_TW.gmo
gmake[3]: Leaving directory '/usr/ports/devel/libgsf/work/libgsf-1.14.30/po'
Making all in gsf
gmake[3]: Entering directory '/usr/ports/devel/libgsf/work/libgsf-1.14.30/gsf'
  CC       gsf-utils.lo
  CC       gsf-libxml.lo
gsf-utils.c:115:2: warning: 'g_type_init' is deprecated
[-Wdeprecated-declarations]
        g_type_init ();
        ^
/usr/local/include/glib-2.0/gobject/gtype.h:679:23: note: 'g_type_init'
declared here
void                  g_type_init                    (void);
                      ^
1 warning generated.
  CC       gsf-doc-meta-data.lo
gsf-doc-meta-data.c:447:5: warning: 'g_value_array_get_nth' is deprecated
[-Wdeprecated-declarations]
                                g_value_array_get_nth (va, i));
                                ^
/usr/local/include/glib-2.0/gobject/gvaluearray.h:63:10: note:
'g_value_array_get_nth' declared here
GValue*         g_value_array_get_nth        (GValueArray       *value_array,
                ^
1 warning generated.
  CC       gsf-docprop-vector.lo
  CC       gsf-msole-utils.lo
gsf-docprop-vector.c:77:17: warning: 'g_value_array_append' is deprecated
[-Wdeprecated-declarations]
                vector->gva = g_value_array_append (vector->gva, value);
                              ^
/usr/local/include/glib-2.0/gobject/gvaluearray.h:80:14: note:
'g_value_array_append' declared here
GValueArray*    g_value_array_append         (GValueArray       *value_array,
                ^
gsf-docprop-vector.c:107:7: warning: 'g_value_array_get_nth' is deprecated
[-Wdeprecated-declarations]
                v = g_value_array_get_nth (vector->gva, i);
                    ^
/usr/local/include/glib-2.0/gobject/gvaluearray.h:63:10: note:
'g_value_array_get_nth' declared here
GValue*         g_value_array_get_nth        (GValueArray       *value_array,
                ^
gsf-docprop-vector.c:121:3: warning: 'g_value_array_free' is deprecated
[-Wdeprecated-declarations]
                g_value_array_free (vector->gva);
                ^
/usr/local/include/glib-2.0/gobject/gvaluearray.h:70:7: note:
'g_value_array_free' declared here
void            g_value_array_free           (GValueArray       *value_array);
                ^
gsf-docprop-vector.c:137:16: warning: 'g_value_array_new' is deprecated
[-Wdeprecated-declarations]
        vector->gva = g_value_array_new (0);
                      ^
/usr/local/include/glib-2.0/gobject/gvaluearray.h:67:14: note:
'g_value_array_new' declared here
GValueArray*    g_value_array_new            (guint              n_prealloced);
                ^
4 warnings generated.
gsf-msole-utils.c:1386:6: warning: 'g_value_array_get_nth' is deprecated
[-Wdeprecated-declarations]
                                        g_value_array_get_nth (vector, i),
NULL);
                                        ^
/usr/local/include/glib-2.0/gobject/gvaluearray.h:63:10: note:
'g_value_array_get_nth' declared here
GValue*         g_value_array_get_nth        (GValueArray       *value_array,
                ^
gsf-msole-utils.c:1471:5: warning: 'g_value_array_get_nth' is deprecated
[-Wdeprecated-declarations]
                                g_value_array_get_nth (vector, i),
                                ^
/usr/local/include/glib-2.0/gobject/gvaluearray.h:63:10: note:
'g_value_array_get_nth' declared here
GValue*         g_value_array_get_nth        (GValueArray       *value_array,
                ^
  CC       gsf-open-pkg-utils.lo
2 warnings generated.
  CC       gsf-opendoc-utils.lo
  CC       gsf-timestamp.lo
gsf-opendoc-utils.c:352:8: warning: 'g_value_array_append' is deprecated
[-Wdeprecated-declarations]
                                                        g_value_array_append
(vector, res);
                                                        ^
/usr/local/include/glib-2.0/gobject/gvaluearray.h:80:14: note:
'g_value_array_append' declared here
GValueArray*    g_value_array_append         (GValueArray       *value_array,
                ^
gsf-opendoc-utils.c:705:31: warning: 'g_value_array_get_nth' is deprecated
[-Wdeprecated-declarations]
                                str = g_value_dup_string (g_value_array_get_nth
(va, i));
                                                          ^
/usr/local/include/glib-2.0/gobject/gvaluearray.h:63:10: note:
'g_value_array_get_nth' declared here
GValue*         g_value_array_get_nth        (GValueArray       *value_array,
                ^
gsf-opendoc-utils.c:726:9: warning: 'g_value_array_get_nth' is deprecated
[-Wdeprecated-declarations]
                                v = g_value_array_get_nth (vector, i);
                                    ^
/usr/local/include/glib-2.0/gobject/gvaluearray.h:63:10: note:
'g_value_array_get_nth' declared here
GValue*         g_value_array_get_nth        (GValueArray       *value_array,
                ^
3 warnings generated.
  CC       gsf-zip-utils.lo
  CC       gsf-input.lo
  CC       gsf-input-bzip.lo
  CC       gsf-input-gzip.lo
  CC       gsf-input-http.lo
  CC       gsf-input-iochannel.lo
  CC       gsf-input-memory.lo
  CC       gsf-input-proxy.lo
  CC       gsf-input-stdio.lo
  CC       gsf-input-textline.lo
  CC       gsf-infile.lo
  CC       gsf-infile-msole.lo
  CC       gsf-infile-msvba.lo
  CC       gsf-infile-stdio.lo
  CC       gsf-infile-tar.lo
  CC       gsf-infile-zip.lo
  CC       gsf-output.lo
  CC       gsf-output-bzip.lo
  CC       gsf-output-csv.lo
  CC       gsf-output-gzip.lo
  CC       gsf-output-iconv.lo
  CC       gsf-output-iochannel.lo
  CC       gsf-output-memory.lo
  CC       gsf-output-stdio.lo
  CC       gsf-outfile.lo
gsf-output-stdio.c:105:1: warning: unused label 'unlink_and_retry'
[-Wunused-label]
unlink_and_retry:
^~~~~~~~~~~~~~~~~
1 warning generated.
  CC       gsf-outfile-msole.lo
  CC       gsf-outfile-stdio.lo
  CC       gsf-outfile-zip.lo
  CC       gsf-shared-memory.lo
  CC       gsf-structured-blob.lo
  CC       gsf-blob.lo
  CC       gsf-clip-data.lo
  CC       gsf-input-gio.lo
  CC       gsf-output-gio.lo
  CC       version.lo
  CCLD     libgsf-1.la
  GISCAN   Gsf-1.gir
/usr/local/bin/g-ir-scanner: not found
/usr/local/share/gobject-introspection-1.0/Makefile.introspection:153: recipe
for target 'Gsf-1.gir' failed
gmake[3]: *** [Gsf-1.gir] Error 127
gmake[3]: Leaving directory '/usr/ports/devel/libgsf/work/libgsf-1.14.30/gsf'
Makefile:530: recipe for target 'all-recursive' failed
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory '/usr/ports/devel/libgsf/work/libgsf-1.14.30'
Makefile:432: recipe for target 'all' failed
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory '/usr/ports/devel/libgsf/work/libgsf-1.14.30'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/libgsf

===>>> make build failed for devel/libgsf
===>>> Aborting update

===>>> Update for libgsf-1.14.30 failed
===>>> Aborting update

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198496-13>