Your message dated Tue, 09 Nov 2010 21:31:49 -0200
with message-id <[email protected]>
and subject line Re: may pass bad values to os.path.join, causing bad things to
happen
has caused the Debian Bug report #589232,
regarding may pass bad values to os.path.join, causing bad things to happen
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
589232: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589232
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gnome-shell
Version: 2.31.5-1
Severity: serious
Justification: FTBFS
Hi,
looks like the path == None case isn't taken into account?
| /usr/bin/g-ir-scanner \
| --namespace=St
\
| --nsversion=1.0
\
| --include=Clutter-1.0
\
| --include=Gtk-2.0
\
| --add-include-path=. \
| --libtool="/bin/bash ../libtool"
\
| --library=libst-1.0.la
\
| -DST_COMPILATION
\
| ./st/st-adjustment.h ./st/st-bin.h ./st/st-border-image.h
./st/st-box-layout.h ./st/st-box-layout-child.h ./st/st-button.h
./st/st-clickable.h ./st/st-clipboard.h ./st/st-container.h
./st/st-drawing-area.h ./st/st-entry.h ./st/st-group.h ./st/st-im-text.h
./st/st-label.h ./st/st-overflow-box.h ./st/st-private.h ./st/st-scrollable.h
./st/st-scroll-bar.h ./st/st-scroll-view.h ./st/st-shadow.h
./st/st-subtexture.h ./st/st-table.h ./st/st-table-child.h
./st/st-texture-cache.h ./st/st-theme.h ./st/st-theme-context.h
./st/st-theme-node.h ./st/st-tooltip.h ./st/st-types.h ./st/st-widget.h
\
| ./st/st-adjustment.c ./st/st-bin.c ./st/st-border-image.c
./st/st-box-layout.c ./st/st-box-layout-child.c ./st/st-button.c
./st/st-clickable.c ./st/st-clipboard.c ./st/st-container.c
./st/st-drawing-area.c ./st/st-entry.c ./st/st-group.c ./st/st-im-text.c
./st/st-label.c ./st/st-overflow-box.c ./st/st-private.c ./st/st-scrollable.c
./st/st-scroll-bar.c ./st/st-scroll-view.c ./st/st-shadow.c
./st/st-subtexture.c ./st/st-table.c ./st/st-table-child.c
./st/st-texture-cache.c ./st/st-theme.c ./st/st-theme-context.c
./st/st-theme-node.c ./st/st-theme-node-drawing.c
./st/st-theme-node-transition.c ./st/st-tooltip.c ./st/st-widget.c
\
| ./st-enum-types.h \
| -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\"
-DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION
-DPACKAGE_DATA_DIR=\"/usr/share/gnome-shell\" -pthread
-I/usr/include/clutter-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/gtk-2.0 -I/usr/include/json-glib-1.0 -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/libxml2
-I/usr/include/gnome-desktop-2.0 -I/usr/include/startup-notification-1.0
\
| -o St-1.0.gir
| Traceback (most recent call last):
| File "/usr/bin/g-ir-scanner", line 38, in <module>
| sys.exit(scanner_main(sys.argv))
| File "/usr/lib/gobject-introspection/giscanner/scannermain.py", line 266,
in scanner_main
| cachestore = CacheStore()
| File "/usr/lib/gobject-introspection/giscanner/cachestore.py", line 76, in
__init__
| self._check_cache_version()
| File "/usr/lib/gobject-introspection/giscanner/cachestore.py", line 80, in
_check_cache_version
| version = os.path.join(self._directory, _CACHE_VERSION_FILENAME)
| File "/usr/lib/python2.6/posixpath.py", line 67, in join
| elif path == '' or path.endswith('/'):
| AttributeError: 'NoneType' object has no attribute 'endswith'
| make[4]: *** [St-1.0.gir] Error 1
Full build logs:
https://buildd.debian.org/status/package.php?p=gnome-shell&suite=experimental
Mraw,
KiBi.
--- End Message ---
--- Begin Message ---
Version: 0.9.12-2
On Tue, 2010-11-09 at 14:23 +0100, Laurent Bigonville wrote:
> Is this bug[1] fixed? Or is it a patch available?
Yes, this is fixed since August 12th, and the current version in
experimental includes the fix.
Cheers,
--
Gustavo Noronha Silva <[email protected]>
Collabora Ltd.
--- End Message ---