Opened 14 years ago
Closed 13 years ago
#27894 closed defect (wontfix)
libzvt-2.0.1 fails to compile
Reported by: | SimplySeth | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | raimue (Rainer Müller) | |
Port: | libzvt |
Description
when attempting to compile libzvt it fails horribly.
:info:build zvt-accessible.c: In function 'zvt_accessible_get_attribute_set': :info:build zvt-accessible.c:539: warning: ignoring return value of 'g_slist_append', declared with attribute warn_unused_result :info:build zvt-accessible.c:546: warning: ignoring return value of 'g_slist_append', declared with attribute warn_unused_result :info:build zvt-accessible.c:553: warning: ignoring return value of 'g_slist_append', declared with attribute warn_unused_result :info:build zvt-accessible.c:560: warning: ignoring return value of 'g_slist_append', declared with attribute warn_unused_result :info:build zvt-accessible.c:567: warning: ignoring return value of 'g_slist_append', declared with attribute warn_unused_result :info:build /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/opt/local/include/libart-2.0 -DGNOMEZVTLIBDIR=\"/opt/local/lib\" -DGNOMEZVTDATADIR=\"/opt/local/share\" -DGNOMEZVTPIXMAPDIR=\"/opt/local/share/pixmaps\" -DGNOMEZVTBINDIR=\"/opt/local/bin\" -DGNOMEZVTLOCALSTATEDIR=\"/opt/local/var\" -DGNOMEZVTLOCALEDIR=\"\" -DGTK_VERSION=\"\" -DG_LOG_DOMAIN=\"ZVT\" -DPTY_HELPER_DIR=\"/opt/local/libexec/libzvt-2.0\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -I/opt/local/include -L/opt/local/lib -O2 -arch x86_64 -c zvt-accessible.c -o zvt-accessible.o >/dev/null 2>&1 :info:build mv -f .libs/zvt-accessible.lo zvt-accessible.lo :info:build make[1]: *** [all-recursive] Error 1 :info:build make: *** [all-recursive-am] Error 2 :info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libzvt/work/libzvt-2.0.1" && /usr/bin/make -j4 all " returned error 2 :error:build Target org.macports.build returned: shell command failed (see log for details) :debug:build Backtrace: shell command failed (see log for details) while executing "command_exec build" (procedure "portbuild::build_main" line 8) invoked from within "$procedure $targetname" :
Attachments (1)
Change History (4)
Changed 14 years ago by SimplySeth
Attachment: | libzvt.debug.txt added |
---|
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | libzvt 2.0.1 compile fail command_exec build removed |
---|
Yes I see the same problem. The relevant error from the log seems to be:
zvtterm.c: In function 'zvt_term_init': zvtterm.c:363: error: lvalue required as left operand of assignment zvtterm.c: In function 'zvt_term_realize': zvtterm.c:979: error: lvalue required as left operand of assignment zvtterm.c: In function 'zvt_term_map': zvtterm.c:1148: error: lvalue required as left operand of assignment zvtterm.c: In function 'zvt_term_unmap': zvtterm.c:1166: error: lvalue required as left operand of assignment zvtterm.c: In function 'zvt_term_focus_in': zvtterm.c:1183: error: lvalue required as left operand of assignment zvtterm.c: In function 'zvt_term_focus_out': zvtterm.c:1213: error: lvalue required as left operand of assignment
Bear in mind that there has not been a new version of libzvt released in over 8 years, so it's not surprising there has been some bitrotting. Probably not compatible with the current version of gtk2, again.
comment:2 Changed 14 years ago by raimue (Rainer Müller)
Cc: | raimue@… added |
---|
libzvt has been removed from other distributions already. I recommend we do the same. But there are still dependents in the tree:
$ port echo depends:libzvt gnomesu py-gnome
comment:3 Changed 13 years ago by jmroot (Joshua Root)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Deleted in r85523.
Note: See
TracTickets for help on using
tickets.
Output of failed libzvt compilation