Source: ggobi
Version: 2.1.10-5
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20140718 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -pthread -I/«PKGBUILDDIR»/src -I/«PKGBUILDDIR»/libltdl -I/usr/include/gtk-2.0
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm
> -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/graphviz
> -Wno-unknown-pragmas -g -O2 -MT plugin_la-graphviz.lo -MD -MP -MF
> .deps/plugin_la-graphviz.Tpo -c -o plugin_la-graphviz.lo `test -f
> 'graphviz.c' || echo './'`graphviz.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -pthread -I/«PKGBUILDDIR»/src
> -I/«PKGBUILDDIR»/libltdl -I/usr/include/gtk-2.0
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm
> -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/graphviz
> -Wno-unknown-pragmas -g -O2 -MT plugin_la-graphviz.lo -MD -MP -MF
> .deps/plugin_la-graphviz.Tpo -c graphviz.c -fPIC -DPIC -o
> .libs/plugin_la-graphviz.o
> graphviz.c: In function 'dot_neato_layout_cb':
> graphviz.c:215:3: error: too few arguments to function 'aginit'
> aginit();
> ^
> In file included from /usr/include/graphviz/types.h:40:0,
> from /usr/include/graphviz/gvc.h:17,
> from graphviz.c:16:
> /usr/include/graphviz/cgraph.h:354:13: note: declared here
> extern void aginit(Agraph_t * g, int kind, char *rec_name, int rec_size,
> ^
> graphviz.c:220:11: error: incompatible type for argument 2 of 'agopen'
> graph = agopen("graph", kind);
> ^
> In file included from /usr/include/graphviz/types.h:40:0,
> from /usr/include/graphviz/gvc.h:17,
> from graphviz.c:16:
> /usr/include/graphviz/cgraph.h:261:18: note: expected 'Agdesc_t' but argument
> is of type 'gint'
> extern Agraph_t *agopen(char *name, Agdesc_t desc, Agdisc_t * disc);
> ^
> graphviz.c:220:11: error: too few arguments to function 'agopen'
> graph = agopen("graph", kind);
> ^
> In file included from /usr/include/graphviz/types.h:40:0,
> from /usr/include/graphviz/gvc.h:17,
> from graphviz.c:16:
> /usr/include/graphviz/cgraph.h:261:18: note: declared here
> extern Agraph_t *agopen(char *name, Agdesc_t desc, Agdisc_t * disc);
> ^
> graphviz.c:226:5: error: too few arguments to function 'agnode'
> agnode(graph, name);
> ^
> In file included from /usr/include/graphviz/types.h:40:0,
> from /usr/include/graphviz/gvc.h:17,
> from graphviz.c:16:
> /usr/include/graphviz/cgraph.h:275:18: note: declared here
> extern Agnode_t *agnode(Agraph_t * g, char *name, int createflag);
> ^
> graphviz.c:248:14: error: too few arguments to function 'agedge'
> edge = agedge(graph, tail, head);
> ^
> In file included from /usr/include/graphviz/types.h:40:0,
> from /usr/include/graphviz/gvc.h:17,
> from graphviz.c:16:
> /usr/include/graphviz/cgraph.h:286:18: note: declared here
> extern Agedge_t *agedge(Agraph_t * g, Agnode_t * t, Agnode_t * h,
> ^
> graphviz.c:270:23: error: 'Agnode_t' has no member named 'u'
> pos[i][0] = node->u.coord.x;
> ^
> graphviz.c:271:23: error: 'Agnode_t' has no member named 'u'
> pos[i][1] = node->u.coord.y;
> ^
> graphviz.c:285:36: error: 'Agnode_t' has no member named 'name'
> agsafeset (graph, "root", ctr->name, NULL);
> ^
> graphviz.c:315:13: warning: assignment makes pointer from integer without a
> cast
> sym = agfindattr(graph,"dim");
> ^
> graphviz.c:317:15: warning: assignment makes pointer from integer without a
> cast
> sym = agraphattr(graph,"dim","");
> ^
> graphviz.c:319:26: error: 'attrsym_t' has no member named 'index'
> agxset(graph, sym->index, buf);
> ^
> graphviz.c:354:11: error: 'Agnode_t' has no member named 'u'
> node->u.width = node->u.height = .001;
> ^
> graphviz.c:354:27: error: 'Agnode_t' has no member named 'u'
> node->u.width = node->u.height = .001;
> ^
> make[4]: *** [plugin_la-graphviz.lo] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2014/07/18/ggobi_2.1.10-5_unstable.log
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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]