Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449162 - app-office/gnumeric-1.12.0 failed on gnm_cell_set_expr: Stores and references the supplied expression
Summary: app-office/gnumeric-1.12.0 failed on gnm_cell_set_expr: Stores and reference...
Status: RESOLVED DUPLICATE of bug 448992
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-29 10:55 UTC by Stefan de Konink
Modified: 2012-12-29 14:24 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 Stefan de Konink 2012-12-29 10:55:31 UTC
libtool: link: i686-pc-linux-gnu-gcc -O2 -march=core2 -mtune=generic -pipe -fomit-frame-pointer -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -Wdeclaration-after-statement -Wnested-externs -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations -Wno-pointer-sign -Werror=format-security -Wl,--as-needed -o .libs/ssindex ssindex.o -Wl,--export-dynamic -pthread -Wl,--export-dynamic  ./.libs/libspreadsheet.so -lgoffice-0.10 -lgsf-1 -lxml2 -lgmodule-2.0 -lgthread-2.0 -lrt -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lm -pthread
In file included from <stdin>:52:0:
/var/tmp/portage/app-office/gnumeric-1.12.0/work/gnumeric-1.12.0/src/gnm-style-impl.h:40:2: warning: #warning TODO use GOFont
cell.c:249: Warning: Gnm: ignoring unrecognized GTK-Doc comment block, identifier not found:
 * gnm_cell_set_expr:  Stores and references the supplied expression
   ^
Traceback (most recent call last):
  File "/usr/bin/g-ir-scanner", line 46, in <module>
    sys.exit(scanner_main(sys.argv))
  File "/usr/lib/gobject-introspection/giscanner/scannermain.py", line 416, in scanner_main
    blocks = ap.parse(ss.get_comments())
  File "/usr/lib/gobject-introspection/giscanner/annotationparser.py", line 541, in parse
    comment_block = self.parse_comment_block(comment)
  File "/usr/lib/gobject-introspection/giscanner/annotationparser.py", line 578, in parse_comment_block
    return self._parse_comment_block(comment_lines, filename, lineno)
  File "/usr/lib/gobject-introspection/giscanner/annotationparser.py", line 858, in _parse_comment_block
    if comment_block.comment:
AttributeError: 'NoneType' object has no attribute 'comment'
make[4]: *** [Gnm-1.12.gir] Error 1
make[4]: Leaving directory `/var/tmp/portage/app-office/gnumeric-1.12.0/work/gnumeric-1.12.0/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/app-office/gnumeric-1.12.0/work/gnumeric-1.12.0/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/app-office/gnumeric-1.12.0/work/gnumeric-1.12.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-office/gnumeric-1.12.0/work/gnumeric-1.12.0'
make: *** [all] Error 2


Reproducible: Always

Steps to Reproduce:
emerge gnumeric with USE="introspection" it fails. Without introspection it compiles without a hassle.
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2012-12-29 14:24:32 UTC

*** This bug has been marked as a duplicate of bug 448992 ***