GNOME Bugzilla – Bug 680089
libsoup-2.39.4: tld-parser.py mixes tabs and spaces
Last modified: 2012-07-17 12:29:22 UTC
I get the following build error when compiling libsoup: --- make[2]: Entering directory `/var/tmp/portage/net-libs/libsoup-2.39.4/work/libsoup-2. 39.4/libsoup' ./tld-parser.py ../data/effective_tld_names.dat tld_data.inc GEN soup-marshal.list GEN soup-enum-types.c GEN soup-enum-types.h
+ Trace 230520
inc_file.write(',\n')
make[2]: *** [tld_data.inc] Error 1 make[2]: *** Waiting for unfinished jobs.... GEN soup-marshal.c GEN soup-marshal.h --- The attached patch fixes this by using only spaces (and also removes an unused import).
Created attachment 219013 [details] [review] tld-parser.py patch for libsoup-gnome Same for libsoup-gnome.
Thanks. I guess this is a python 3 thing? (I don't get an error with python 2.6...)