Source: netsurf
Version: 2.1-2.1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100316 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory 
> `/build/user-netsurf_2.1-2.1-amd64-VyaL2R/netsurf-2.1'
>    MKDIR: build-Linux-gtk
>    MKDIR: build-Linux-gtk/deps
> MAKEENUM: css
>    LEMON: css/parser.y
> 51 parsing conflicts.
>  COMPILE: utils/utils.c
>  COMPILE: utils/utf8.c
>  COMPILE: utils/useragent.c
>  COMPILE: utils/url.c
>  COMPILE: utils/talloc.c
>  COMPILE: utils/messages.c
>  COMPILE: utils/locale.c
>  COMPILE: utils/hashtable.c
>  COMPILE: utils/filename.c
>  COMPILE: utils/base64.c
>  COMPILE: render/textplain.c
>  COMPILE: render/table.c
>  COMPILE: render/loosen.c
>  COMPILE: render/list.c
>  COMPILE: render/layout.c
>  COMPILE: render/imagemap.c
>  COMPILE: render/hubbub_binding.c
>  COMPILE: render/html_redraw.c
>  COMPILE: render/html.c
>  COMPILE: render/form.c
>  COMPILE: render/directory.c
>  COMPILE: render/box_normalise.c
>  COMPILE: render/box_construct.c
>  COMPILE: render/box.c
>  COMPILE: image/svg.c
>  COMPILE: image/rsvg.c
>  COMPILE: image/png.c
>  COMPILE: image/nssprite.c
>  COMPILE: image/mng.c
>  COMPILE: image/jpeg.c
>  COMPILE: image/ico.c
>  COMPILE: image/gif.c
>  COMPILE: image/bmp.c
>  COMPILE: gtk/gtk_window.c
>  COMPILE: gtk/gtk_treeview.c
>  COMPILE: gtk/gtk_thumbnail.c
>  COMPILE: gtk/gtk_throbber.c
> gtk/gtk_throbber.c: In function 'nsgtk_throbber_initialise_from_gif':
> gtk/gtk_throbber.c:157: warning: attempt to free a non-heap object 'throb'
> gtk/gtk_throbber.c:173: warning: attempt to free a non-heap object 'throb'
> gtk/gtk_throbber.c:200: warning: attempt to free a non-heap object 'throb'
>  COMPILE: gtk/gtk_tabs.c
>  COMPILE: gtk/gtk_selection.c
>  COMPILE: gtk/gtk_schedule.c
>  COMPILE: gtk/gtk_scaffolding.c
>  COMPILE: gtk/gtk_print.c
>  COMPILE: gtk/gtk_plotters.c
>  COMPILE: gtk/gtk_login.c
>  COMPILE: gtk/gtk_history.c
>  COMPILE: gtk/gtk_gui.c
>  COMPILE: gtk/gtk_filetype.c
>  COMPILE: gtk/gtk_download.c
>  COMPILE: gtk/gtk_completion.c
>  COMPILE: gtk/gtk_bitmap.c
>  COMPILE: gtk/font_pango.c
>  COMPILE: gtk/dialogs/gtk_source.c
>  COMPILE: gtk/dialogs/gtk_options.c
>  COMPILE: gtk/dialogs/gtk_about.c
>  COMPILE: desktop/version.c
>  COMPILE: desktop/tree.c
>  COMPILE: desktop/textinput.c
>  COMPILE: desktop/selection.c
>  COMPILE: desktop/save_text.c
>  COMPILE: desktop/save_pdf/pdf_plotters.c
>  COMPILE: desktop/save_pdf/font_haru.c
>  COMPILE: desktop/print.c
>  COMPILE: desktop/options.c
>  COMPILE: desktop/netsurf.c
>  COMPILE: desktop/knockout.c
>  COMPILE: desktop/history_core.c
>  COMPILE: desktop/frames.c
>  COMPILE: desktop/browser.c
>     RE2C: css/scanner.l
>  COMPILE: css/scanner.c
> scanner.l: In function 'css_tokenise':
> scanner.l:109: error: 'DELIM' undeclared (first use in this function)
> scanner.l:109: error: (Each undeclared identifier is reported only once
> scanner.l:109: error: for each function it appears in.)
> scanner.l:63: error: 'IDENT' undeclared (first use in this function)
> scanner.l:104: error: 'PLUS' undeclared (first use in this function)
> scanner.l:68: error: 'NUMBER' undeclared (first use in this function)
> scanner.l:106: error: 'DOT' undeclared (first use in this function)
> scanner.l:80: error: 'SEMI' undeclared (first use in this function)
> scanner.l:81: error: 'LBRACE' undeclared (first use in this function)
> scanner.l:82: error: 'RBRACE' undeclared (first use in this function)
> scanner.l:83: error: 'LPAREN' undeclared (first use in this function)
> scanner.l:84: error: 'RPAREN' undeclared (first use in this function)
> scanner.l:85: error: 'LBRAC' undeclared (first use in this function)
> scanner.l:86: error: 'RBRAC' undeclared (first use in this function)
> scanner.l:88: error: 'S' undeclared (first use in this function)
> scanner.l:107: error: 'ASTERISK' undeclared (first use in this function)
> scanner.l:101: error: 'EQUALS' undeclared (first use in this function)
> scanner.l:102: error: 'COLON' undeclared (first use in this function)
> scanner.l:103: error: 'COMMA' undeclared (first use in this function)
> scanner.l:105: error: 'GT' undeclared (first use in this function)
> scanner.l:99: error: 'SUBSTR' undeclared (first use in this function)
> scanner.l:98: error: 'SUFFIX' undeclared (first use in this function)
> scanner.l:97: error: 'PREFIX' undeclared (first use in this function)
> scanner.l:96: error: 'DASHMATCH' undeclared (first use in this function)
> scanner.l:95: error: 'INCLUDES' undeclared (first use in this function)
> scanner.l:69: error: 'PERCENTAGE' undeclared (first use in this function)
> scanner.l:70: error: 'DIMENSION' undeclared (first use in this function)
> scanner.l:66: error: 'HASH' undeclared (first use in this function)
> scanner.l:65: error: 'STRING' undeclared (first use in this function)
> scanner.l:64: error: 'ATKEYWORD' undeclared (first use in this function)
> scanner.l:93: error: 'FUNCTION' undeclared (first use in this function)
> scanner.l:73: error: 'URI' undeclared (first use in this function)
> scanner.l:75: error: 'UNICODE_RANGE' undeclared (first use in this function)
>  COMPILE: css/ruleset.c
>  COMPILE: css/parser.c
>  COMPILE: css/css_enum.c
>  COMPILE: css/css.c
> css/css.c: In function 'css_parse_property_list':
> css/css.c:1552: error: 'LBRACE' undeclared (first use in this function)
> css/css.c:1552: error: (Each undeclared identifier is reported only once
> css/css.c:1552: error: for each function it appears in.)
> css/css.c:1571: error: 'RBRACE' undeclared (first use in this function)
>  COMPILE: content/urldb.c
>  COMPILE: content/fetchers/fetch_data.c
>  COMPILE: content/fetchers/fetch_curl.c
>  COMPILE: content/fetchcache.c
>  COMPILE: content/fetch.c
>  COMPILE: content/content.c
> make[1]: Leaving directory 
> `/build/user-netsurf_2.1-2.1-amd64-VyaL2R/netsurf-2.1'
> M.CONFIG: building with JPEG support
> M.CONFIG: building without JNG/MNG/PNG support
> M.CONFIG: building without PDF export
> M.CONFIG: building with glibc internal iconv
> M.CONFIG: auto-enabled SVG rendering (librsvg-2.0).
> M.CONFIG: building with NetSurf BMP decoder
> M.CONFIG: auto-enabled NetSurf BMP decoder (libnsbmp).
> M.CONFIG: building with NetSurf GIF decoder
> M.CONFIG: auto-enabled NetSurf GIF decoder (libnsgif).
> M.CONFIG: building with PNG support
> M.CONFIG: auto-enabled PNG support (libpng).
> make[1]: Entering directory 
> `/build/user-netsurf_2.1-2.1-amd64-VyaL2R/netsurf-2.1'
>  COMPILE: css/css.c
> css/css.c: In function 'css_parse_property_list':
> css/css.c:1552: error: 'LBRACE' undeclared (first use in this function)
> css/css.c:1552: error: (Each undeclared identifier is reported only once
> css/css.c:1552: error: for each function it appears in.)
> css/css.c:1571: error: 'RBRACE' undeclared (first use in this function)
> make[1]: *** [build-Linux-gtk/css_css.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/03/16/netsurf_2.1-2.1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to