Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1465596 Details for
Bug 1605471
planner: FTBFS in Fedora rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Mohan Boddu
on 2018-07-20 15:33:22 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-20 15:33:22 UTC
Size:
32.00 KB
patch
obsolete
>e"); > ^~~~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:1015:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' > xmlSetProp (xmlNodePtr node, > ^~~~~~~~~~ >mrp-parser.c:844:30: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness [-Wpointer-sign] > xmlSetProp (child, "type", "day-type"); > ^~~~~~~~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:1015:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' > xmlSetProp (xmlNodePtr node, > ^~~~~~~~~~ >mrp-parser.c: In function 'mpp_write_calendar': >mrp-parser.c:862:36: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] > node = xmlNewChild (parent, NULL, "calendar", NULL); > ^~~~~~~~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' > xmlNewChild (xmlNodePtr parent, > ^~~~~~~~~~~ >mrp-parser.c:871:20: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness [-Wpointer-sign] > xmlSetProp (node, "name", mrp_calendar_get_name (calendar)); > ^~~~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:1015:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' > xmlSetProp (xmlNodePtr node, > ^~~~~~~~~~ >mrp-parser.c:871:28: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness [-Wpointer-sign] > xmlSetProp (node, "name", mrp_calendar_get_name (calendar)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:1015:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'const gchar *' {aka 'const char *'} > xmlSetProp (xmlNodePtr node, > ^~~~~~~~~~ >mrp-parser.c:874:35: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] > child = xmlNewChild (node, NULL, "default-week", NULL); > ^~~~~~~~~~~~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' > xmlNewChild (xmlNodePtr parent, > ^~~~~~~~~~~ >mrp-parser.c:892:35: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] > child = xmlNewChild (node, NULL, "overridden-day-types", NULL); > ^~~~~~~~~~~~~~~~~~~~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' > xmlNewChild (xmlNodePtr parent, > ^~~~~~~~~~~ >mrp-parser.c:903:35: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] > child = xmlNewChild (node, NULL, "days", NULL); > ^~~~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' > xmlNewChild (xmlNodePtr parent, > ^~~~~~~~~~~ >mrp-parser.c: In function 'mpp_write_project': >mrp-parser.c:930:43: warning: pointer targets in passing argument 3 of 'xmlNewDocNode' differ in signedness [-Wpointer-sign] > node = xmlNewDocNode (parser->doc, NULL, "project", NULL); > ^~~~~~~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:827:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' > xmlNewDocNode (xmlDocPtr doc, > ^~~~~~~~~~~~~ >mrp-parser.c:939:44: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] > calendars_node = xmlNewChild (node, NULL, "calendars", NULL); > ^~~~~~~~~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' > xmlNewChild (xmlNodePtr parent, > ^~~~~~~~~~~ >mrp-parser.c:940:45: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] > child = xmlNewChild (calendars_node, NULL, "day-types", NULL); > ^~~~~~~~~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' > xmlNewChild (xmlNodePtr parent, > ^~~~~~~~~~~ >mrp-parser.c:961:36: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] > child = xmlNewChild (node, NULL, "tasks",NULL); > ^~~~~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' > xmlNewChild (xmlNodePtr parent, > ^~~~~~~~~~~ >mrp-parser.c:982:36: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] > child = xmlNewChild (node, NULL, "resource-groups",NULL); > ^~~~~~~~~~~~~~~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' > xmlNewChild (xmlNodePtr parent, > ^~~~~~~~~~~ >mrp-parser.c:1004:36: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] > child = xmlNewChild (node, NULL, "resources",NULL); > ^~~~~~~~~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' > xmlNewChild (xmlNodePtr parent, > ^~~~~~~~~~~ >mrp-parser.c:1022:36: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign] > child = xmlNewChild (node, NULL, "allocations", NULL); > ^~~~~~~~~~~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' > xmlNewChild (xmlNodePtr parent, > ^~~~~~~~~~~ >mrp-parser.c: In function 'parser_build_xml_doc': >mrp-parser.c:1056:26: warning: pointer targets in passing argument 1 of 'xmlNewDoc' differ in signedness [-Wpointer-sign] > parser.doc = xmlNewDoc ("1.0"); > ^~~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:780:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'char *' > xmlNewDoc (const xmlChar *version); > ^~~~~~~~~ >mrp-parser.c: In function 'mrp_parser_to_xml': >mrp-parser.c:1150:19: warning: pointer targets in passing argument 1 of 'g_strdup' differ in signedness [-Wpointer-sign] > *str = g_strdup (buf); > ^~~ >In file included from /usr/include/glib-2.0/glib.h:79, > from mrp-parser.c:32: >/usr/include/glib-2.0/glib/gstrfuncs.h:217:22: note: expected 'const gchar *' {aka 'const char *'} but argument is of type 'xmlChar *' {aka 'unsigned char *'} > gchar* g_strdup (const gchar *str) G_GNUC_MALLOC; > ^~~~~~~~ >mrp-parser.c: In function 'mpp_xml_set_date': >mrp-parser.c:1186:20: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness [-Wpointer-sign] > xmlSetProp (node, prop, str); > ^~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:1015:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'const gchar *' {aka 'const char *'} > xmlSetProp (xmlNodePtr node, > ^~~~~~~~~~ >mrp-parser.c:1186:26: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness [-Wpointer-sign] > xmlSetProp (node, prop, str); > ^~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:1015:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'gchar *' {aka 'char *'} > xmlSetProp (xmlNodePtr node, > ^~~~~~~~~~ >mrp-parser.c: In function 'mpp_xml_set_int': >mrp-parser.c:1196:20: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness [-Wpointer-sign] > xmlSetProp (node, prop, str); > ^~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:1015:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'const gchar *' {aka 'const char *'} > xmlSetProp (xmlNodePtr node, > ^~~~~~~~~~ >mrp-parser.c:1196:26: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness [-Wpointer-sign] > xmlSetProp (node, prop, str); > ^~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:1015:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'gchar *' {aka 'char *'} > xmlSetProp (xmlNodePtr node, > ^~~~~~~~~~ >mrp-parser.c: In function 'mpp_xml_set_float': >mrp-parser.c:1207:20: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness [-Wpointer-sign] > xmlSetProp (node, prop, str); > ^~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:1015:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'const gchar *' {aka 'const char *'} > xmlSetProp (xmlNodePtr node, > ^~~~~~~~~~ >mrp-parser.c:1207:26: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness [-Wpointer-sign] > xmlSetProp (node, prop, str); > ^~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:1015:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'gchar *' {aka 'char *'} > xmlSetProp (xmlNodePtr node, > ^~~~~~~~~~ >mrp-parser.c: In function 'mpp_xml_set_task_type': >mrp-parser.c:1226:20: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness [-Wpointer-sign] > xmlSetProp (node, prop, str); > ^~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:1015:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'const gchar *' {aka 'const char *'} > xmlSetProp (xmlNodePtr node, > ^~~~~~~~~~ >mrp-parser.c:1226:26: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness [-Wpointer-sign] > xmlSetProp (node, prop, str); > ^~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:1015:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'gchar *' {aka 'char *'} > xmlSetProp (xmlNodePtr node, > ^~~~~~~~~~ >mrp-parser.c: In function 'mpp_xml_set_task_sched': >mrp-parser.c:1245:20: warning: pointer targets in passing argument 2 of 'xmlSetProp' differ in signedness [-Wpointer-sign] > xmlSetProp (node, prop, str); > ^~~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:1015:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'const gchar *' {aka 'const char *'} > xmlSetProp (xmlNodePtr node, > ^~~~~~~~~~ >mrp-parser.c:1245:26: warning: pointer targets in passing argument 3 of 'xmlSetProp' differ in signedness [-Wpointer-sign] > xmlSetProp (node, prop, str); > ^~~ >In file included from mrp-parser.c:33: >/usr/include/libxml2/libxml/tree.h:1015:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'gchar *' {aka 'char *'} > xmlSetProp (xmlNodePtr node, > ^~~~~~~~~~ > CCLD libstorage-mrproject-1.la >make[2]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/libplanner' >Making all in src >make[2]: Entering directory '/builddir/build/BUILD/planner-0.14.6/src' > CC planner-main.o >(echo "#include \"planner-marshal.h\""; glib-genmarshal --prefix=planner_marshal ./planner-marshal.list --body) > xgen-gmc \ >&& cp xgen-gmc planner-marshal.c \ >&& rm -f xgen-gmc xgen-gmc~ >INFO: Reading ./planner-marshal.list... >glib-genmarshal --prefix=planner_marshal ./planner-marshal.list --header > xgen-gmh \ >&& (cmp -s xgen-gmh planner-marshal.h || cp xgen-gmh planner-marshal.h) \ >&& rm -f xgen-gmh xgen-gmh~ >INFO: Reading ./planner-marshal.list... > CC planner-marshal.lo > CC eel-canvas-rect.lo > CC dummy-canvas-item.lo > CC planner-application.lo > CC planner-assignment-model.lo > CC planner-conf-gconf.lo >planner-conf-gconf.c: In function 'planner_conf_get_int_with_default': >planner-conf-gconf.c:118:15: warning: variable 'full_key' set but not used [-Wunused-but-set-variable] > gchar *full_key; > ^~~~~~~~ > CC planner-calendar.lo >In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, > from /usr/include/glib-2.0/glib/gtypes.h:32, > from /usr/include/glib-2.0/glib/galloca.h:32, > from /usr/include/glib-2.0/glib.h:30, > from /usr/include/glib-2.0/gobject/gbinding.h:28, > from /usr/include/glib-2.0/glib-object.h:23, > from /usr/include/glib-2.0/gio/gioenums.h:28, > from /usr/include/glib-2.0/gio/giotypes.h:28, > from /usr/include/glib-2.0/gio/gio.h:26, > from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, > from /usr/include/gtk-2.0/gdk/gdk.h:32, > from planner-calendar.h:32, > from planner-calendar.c:42: >planner-calendar.c: In function 'planner_calendar_paint_week_numbers': >planner-calendar.c:1725:35: warning: pointer targets in passing argument 1 of 'week_of_year' differ in signedness [-Wpointer-sign] > g_return_if_fail (week_of_year (&week, &year, > ^~~~~ >/usr/include/glib-2.0/glib/gmacros.h:379:8: note: in definition of macro '_G_BOOLEAN_EXPR' > if (expr) \ > ^~~~ >/usr/include/glib-2.0/glib/gmessages.h:585:9: note: in expansion of macro 'G_LIKELY' > if G_LIKELY(expr) { } else \ > ^~~~~~~~ >planner-calendar.c:1725:3: note: in expansion of macro 'g_return_if_fail' > g_return_if_fail (week_of_year (&week, &year, > ^~~~~~~~~~~~~~~~ >planner-calendar.c:140:1: note: expected 'N_int *' {aka 'unsigned int *'} but argument is of type 'gint *' {aka 'int *'} > week_of_year(N_int *week, N_int *year, N_int mm, N_int dd) > ^~~~~~~~~~~~ >In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, > from /usr/include/glib-2.0/glib/gtypes.h:32, > from /usr/include/glib-2.0/glib/galloca.h:32, > from /usr/include/glib-2.0/glib.h:30, > from /usr/include/glib-2.0/gobject/gbinding.h:28, > from /usr/include/glib-2.0/glib-object.h:23, > from /usr/include/glib-2.0/gio/gioenums.h:28, > from /usr/include/glib-2.0/gio/giotypes.h:28, > from /usr/include/glib-2.0/gio/gio.h:26, > from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, > from /usr/include/gtk-2.0/gdk/gdk.h:32, > from planner-calendar.h:32, > from planner-calendar.c:42: >planner-calendar.c:1725:42: warning: pointer targets in passing argument 2 of 'week_of_year' differ in signedness [-Wpointer-sign] > g_return_if_fail (week_of_year (&week, &year, > ^~~~~ >/usr/include/glib-2.0/glib/gmacros.h:379:8: note: in definition of macro '_G_BOOLEAN_EXPR' > if (expr) \ > ^~~~ >/usr/include/glib-2.0/glib/gmessages.h:585:9: note: in expansion of macro 'G_LIKELY' > if G_LIKELY(expr) { } else \ > ^~~~~~~~ >planner-calendar.c:1725:3: note: in expansion of macro 'g_return_if_fail' > g_return_if_fail (week_of_year (&week, &year, > ^~~~~~~~~~~~~~~~ >planner-calendar.c:140:1: note: expected 'N_int *' {aka 'unsigned int *'} but argument is of type 'gint *' {aka 'int *'} > week_of_year(N_int *week, N_int *year, N_int mm, N_int dd) > ^~~~~~~~~~~~ > CC planner-calendar-dialog.lo >planner-calendar-dialog.c: In function 'cal_dialog_update_calendar_widgets': >planner-calendar-dialog.c:882:21: warning: unused variable 'd' [-Wunused-variable] > guint y, m, d; > ^ >planner-calendar-dialog.c:882:18: warning: unused variable 'm' [-Wunused-variable] > guint y, m, d; > ^ >planner-calendar-dialog.c:882:15: warning: unused variable 'y' [-Wunused-variable] > guint y, m, d; > ^ > CC planner-calendar-selector.lo > CC planner-canvas-line.lo > CC planner-cell-renderer-date.lo > CC planner-cell-renderer-list.lo > CC planner-cell-renderer-popup.lo > CC planner-cmd-manager.lo > CC planner-column-dialog.lo > CC planner-day-type-dialog.lo > CC planner-default-week-dialog.lo > CC planner-format.lo >planner-format.c: In function 'planner_format_int': >planner-format.c:47:11: warning: pointer targets in assignment from 'char *' to 'guchar *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] > grouping = locality->grouping; > ^ > CC planner-group-dialog.lo > CC planner-group-model.lo > CC planner-list-model.lo > CC planner-phase-dialog.lo > CC planner-plugin.lo > CC planner-plugin-loader.lo > CC planner-popup-button.lo > CC planner-popup-entry.lo > CC planner-predecessor-model.lo > CC planner-print-dialog.lo > CC planner-print-job.lo > CC planner-project-properties.lo >planner-project-properties.c: In function 'mpp_start_save_date': >planner-project-properties.c:660:56: warning: pointer targets in passing argument 2 of 'gtk_calendar_get_date' differ in signedness [-Wpointer-sign] > gtk_calendar_get_date (GTK_CALENDAR (data->calendar), &year, &month, &day); > ^~~~~ >In file included from /usr/include/gtk-2.0/gtk/gtk.h:53, > from /usr/include/libglade-2.0/glade/glade-xml.h:26, > from /usr/include/libglade-2.0/glade/glade.h:28, > from planner-project-properties.c:31: >/usr/include/gtk-2.0/gtk/gtkcalendar.h:184:9: note: expected 'guint *' {aka 'unsigned int *'} but argument is of type 'gint *' {aka 'int *'} > void gtk_calendar_get_date (GtkCalendar *calendar, > ^~~~~~~~~~~~~~~~~~~~~ >planner-project-properties.c:660:63: warning: pointer targets in passing argument 3 of 'gtk_calendar_get_date' differ in signedness [-Wpointer-sign] > gtk_calendar_get_date (GTK_CALENDAR (data->calendar), &year, &month, &day); > ^~~~~~ >In file included from /usr/include/gtk-2.0/gtk/gtk.h:53, > from /usr/include/libglade-2.0/glade/glade-xml.h:26, > from /usr/include/libglade-2.0/glade/glade.h:28, > from planner-project-properties.c:31: >/usr/include/gtk-2.0/gtk/gtkcalendar.h:184:9: note: expected 'guint *' {aka 'unsigned int *'} but argument is of type 'gint *' {aka 'int *'} > void gtk_calendar_get_date (GtkCalendar *calendar, > ^~~~~~~~~~~~~~~~~~~~~ >planner-project-properties.c:660:71: warning: pointer targets in passing argument 4 of 'gtk_calendar_get_date' differ in signedness [-Wpointer-sign] > gtk_calendar_get_date (GTK_CALENDAR (data->calendar), &year, &month, &day); > ^~~~ >In file included from /usr/include/gtk-2.0/gtk/gtk.h:53, > from /usr/include/libglade-2.0/glade/glade-xml.h:26, > from /usr/include/libglade-2.0/glade/glade.h:28, > from planner-project-properties.c:31: >/usr/include/gtk-2.0/gtk/gtkcalendar.h:184:9: note: expected 'guint *' {aka 'unsigned int *'} but argument is of type 'gint *' {aka 'int *'} > void gtk_calendar_get_date (GtkCalendar *calendar, > ^~~~~~~~~~~~~~~~~~~~~ > CC planner-property-dialog.lo > CC planner-property-model.lo > CC planner-resource-cmd.lo > CC planner-resource-dialog.lo > CC planner-resource-input-dialog.lo > CC planner-scale-utils.lo > CC planner-sidebar.lo > CC planner-table-print-sheet.lo > CC planner-task-cmd.lo > CC planner-task-date-widget.lo >planner-task-date-widget.c: In function 'planner_task_date_widget_get_date': >planner-task-date-widget.c:299:11: warning: pointer targets in passing argument 2 of 'planner_calendar_get_dates' differ in signedness [-Wpointer-sign] > &year, &month); > ^~~~~ >In file included from planner-task-date-widget.c:30: >planner-calendar.h:120:11: note: expected 'guint *' {aka 'unsigned int *'} but argument is of type 'gint *' {aka 'int *'} > GList* planner_calendar_get_dates (PlannerCalendar *calendar, > ^~~~~~~~~~~~~~~~~~~~~~~~~~ >planner-task-date-widget.c:299:18: warning: pointer targets in passing argument 3 of 'planner_calendar_get_dates' differ in signedness [-Wpointer-sign] > &year, &month); > ^~~~~~ >In file included from planner-task-date-widget.c:30: >planner-calendar.h:120:11: note: expected 'guint *' {aka 'unsigned int *'} but argument is of type 'gint *' {aka 'int *'} > GList* planner_calendar_get_dates (PlannerCalendar *calendar, > ^~~~~~~~~~~~~~~~~~~~~~~~~~ > CC planner-task-dialog.lo >planner-task-dialog.c: In function 'task_dialog_setup_task_combo': >planner-task-dialog.c:359:19: warning: unused variable 'renderer' [-Wunused-variable] > GtkCellRenderer *renderer; > ^~~~~~~~ > CC planner-task-input-dialog.lo > CC planner-util.lo > CC planner-view.lo > CC planner-window.lo >planner-window.c: In function 'window_about_cb': >planner-window.c:1222:3: warning: 'gdk_pixbuf_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] > gdk_pixbuf_unref (pixbuf); > ^~~~~~~~~~~~~~~~ >In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34, > from planner-window.c:28: >/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:232:12: note: declared here > void gdk_pixbuf_unref (GdkPixbuf *pixbuf); > ^~~~~~~~~~~~~~~~ >planner-window.c: In function 'window_drag_data_received_cb': >planner-window.c:1253:38: warning: pointer targets in passing argument 1 of 'g_uri_list_extract_uris' differ in signedness [-Wpointer-sign] > uris = g_uri_list_extract_uris (data->data); > ~~~~^~~~~~ >In file included from /usr/include/glib-2.0/glib.h:41, > from /usr/include/glib-2.0/glib/gi18n.h:21, > from planner-window.c:27: >/usr/include/glib-2.0/glib/gconvert.h:173:9: note: expected 'const gchar *' {aka 'const char *'} but argument is of type 'guchar *' {aka 'unsigned char *'} > gchar **g_uri_list_extract_uris (const gchar *uri_list) G_GNUC_MALLOC; > ^~~~~~~~~~~~~~~~~~~~~~~ > CC planner-working-time-dialog.lo > CC planner-gantt-background.lo > CC planner-gantt-header.lo > CC planner-gantt-model.lo > CC planner-task-tree.lo >planner-task-tree.c: In function 'task_tree_note_data_func': >planner-task-tree.c:1767:19: warning: unused variable 'tree' [-Wunused-variable] > PlannerTaskTree *tree = data; > ^~~~ >planner-task-tree.c: In function 'planner_task_tree_insert_task': >planner-task-tree.c:2906:23: warning: variable 'cmd' set but not used [-Wunused-but-set-variable] > PlannerCmd *cmd; > ^~~ >planner-task-tree.c: In function 'start_element': >planner-task-tree.c:3940:14: warning: variable 'cmd' set but not used [-Wunused-but-set-variable] > PlannerCmd *cmd; > ^~~ > CC planner-task-popup.lo > CC planner-relation-arrow.lo > CC planner-gantt-chart.lo > CC planner-gantt-print.lo > CC planner-gantt-row.lo > CC planner-gantt-view.lo > CC planner-task-view.lo > CC planner-resource-view.lo > CC planner-usage-view.lo > CC planner-usage-chart.lo > CC planner-usage-model.lo > CC planner-usage-row.lo > CC planner-usage-tree.lo > CCLD libplannerapp.la > CCLD planner > CC planner-html-plugin.lo > CCLD libhtml-plugin.la > CC planner-xml-planner-plugin.lo > CCLD libxmlplanner-plugin.la > CC planner-msp-plugin.lo >planner-msp-plugin.c: In function 'xml_validate': >planner-msp-plugin.c:62:27: warning: pointer targets in passing argument 2 of 'xmlParseDTD' differ in signedness [-Wpointer-sign] > dtd = xmlParseDTD (NULL, dtd_path); > ^~~~~~~~ >In file included from /usr/include/libxml2/libxml/globals.h:18, > from /usr/include/libxml2/libxml/threads.h:35, > from /usr/include/libxml2/libxml/xmlmemory.h:218, > from /usr/include/libxml2/libxml/tree.h:1307, > from /usr/include/libxslt/xslt.h:13, > from planner-msp-plugin.c:23: >/usr/include/libxml2/libxml/parser.h:927:3: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'const gchar *' {aka 'const char *'} > xmlParseDTD (const xmlChar *ExternalID, > ^~~~~~~~~~~ >planner-msp-plugin.c: In function 'msp_plugin_transform': >planner-msp-plugin.c:88:47: warning: pointer targets in passing argument 1 of 'xsltParseStylesheetFile' differ in signedness [-Wpointer-sign] > stylesheet = xsltParseStylesheetFile (filename); > ^~~~~~~~ >In file included from /usr/include/libxslt/transform.h:18, > from planner-msp-plugin.c:24: >/usr/include/libxslt/xsltInternals.h:1848:4: note: expected 'const xmlChar *' {aka 'const unsigned char *'} but argument is of type 'gchar *' {aka 'char *'} > xsltParseStylesheetFile (const xmlChar* filename); > ^~~~~~~~~~~~~~~~~~~~~~~ > CCLD libmsp-plugin.la >make[2]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/src' >Making all in data >make[2]: Entering directory '/builddir/build/BUILD/planner-0.14.6/data' >Making all in glade >make[3]: Entering directory '/builddir/build/BUILD/planner-0.14.6/data/glade' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/data/glade' >Making all in images >make[3]: Entering directory '/builddir/build/BUILD/planner-0.14.6/data/images' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/data/images' >Making all in ui >make[3]: Entering directory '/builddir/build/BUILD/planner-0.14.6/data/ui' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/data/ui' >Making all in dtd >make[3]: Entering directory '/builddir/build/BUILD/planner-0.14.6/data/dtd' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/data/dtd' >Making all in stylesheets >make[3]: Entering directory '/builddir/build/BUILD/planner-0.14.6/data/stylesheets' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/data/stylesheets' >Making all in mime >make[3]: Entering directory '/builddir/build/BUILD/planner-0.14.6/data/mime' > ITMRG planner.xml >make[3]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/data/mime' >Making all in sql >make[3]: Entering directory '/builddir/build/BUILD/planner-0.14.6/data/sql' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/data/sql' >make[3]: Entering directory '/builddir/build/BUILD/planner-0.14.6/data' > ITMRG planner.desktop > ITMRG planner.schemas >make[3]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/data' >make[2]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/data' >Making all in docs >make[2]: Entering directory '/builddir/build/BUILD/planner-0.14.6/docs' >Making all in libplanner >make[3]: Entering directory '/builddir/build/BUILD/planner-0.14.6/docs/libplanner' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/docs/libplanner' >Making all in user-guide >make[3]: Entering directory '/builddir/build/BUILD/planner-0.14.6/docs/user-guide' >Making all in C >make[4]: Entering directory '/builddir/build/BUILD/planner-0.14.6/docs/user-guide/C' >for file in planner-C.omf; do \ > scrollkeeper-preinstall /usr/share/gnome/help/planner/C/planner.xml ./$file $file.out; \ >done; \ >touch omf_timestamp >make[4]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/docs/user-guide/C' >Making all in eu >make[4]: Entering directory '/builddir/build/BUILD/planner-0.14.6/docs/user-guide/eu' >for file in planner-eu.omf; do \ > scrollkeeper-preinstall /usr/share/gnome/help/planner/eu/planner.xml ./$file $file.out; \ >done; \ >touch omf_timestamp >make[4]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/docs/user-guide/eu' >make[4]: Entering directory '/builddir/build/BUILD/planner-0.14.6/docs/user-guide' >make[4]: Nothing to be done for 'all-am'. >make[4]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/docs/user-guide' >make[3]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/docs/user-guide' >Making all in sql >make[3]: Entering directory '/builddir/build/BUILD/planner-0.14.6/docs/sql' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/docs/sql' >make[3]: Entering directory '/builddir/build/BUILD/planner-0.14.6/docs' >make[3]: Nothing to be done for 'all-am'. >make[3]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/docs' >make[2]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/docs' >Making all in examples >make[2]: Entering directory '/builddir/build/BUILD/planner-0.14.6/examples' >make[2]: Nothing to be done for 'all'. >make[2]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/examples' >Making all in tests >make[2]: Entering directory '/builddir/build/BUILD/planner-0.14.6/tests' >Making all in files >make[3]: Entering directory '/builddir/build/BUILD/planner-0.14.6/tests/files' >make[3]: Nothing to be done for 'all'. >make[3]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/tests/files' >make[3]: Entering directory '/builddir/build/BUILD/planner-0.14.6/tests' >make[3]: Nothing to be done for 'all-am'. >make[3]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/tests' >make[2]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/tests' >Making all in python >make[2]: Entering directory '/builddir/build/BUILD/planner-0.14.6/python' > CC planner_la-plannermodule.lo >( cd . && /usr/bin/pygobject-codegen-2.0 \ > --override planner.override \ > --load-types planner-arg-types.py \ > --register /usr/share/pygtk/2.0/defs/gtk-types.defs \ > --prefix planner planner.defs ) > gen-planner.c \ >&& cp gen-planner.c planner.c \ >&& rm -f gen-planner.c >/usr/bin/pygobject-codegen-2.0: line 11: /usr/bin/python: No such file or directory >make[2]: *** [Makefile:818: planner.c] Error 127 >make[2]: Leaving directory '/builddir/build/BUILD/planner-0.14.6/python' >make[1]: Leaving directory '/builddir/build/BUILD/planner-0.14.6' >make[1]: *** [Makefile:574: all-recursive] Error 1 >make: *** [Makefile:483: all] Error 2 >error: Bad exit status from /var/tmp/rpm-tmp.DF7Fj2 (%build) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.DF7Fj2 (%build) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/planner.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1605471
: 1465596 |
1465597
|
1465598