Opened 13 years ago
Closed 12 years ago
#32217 closed defect (worksforme)
clutter: Makefile:3407: *** Need to define glib_marshal_list and glib_marshal_prefix
Reported by: | rudloff@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | clutter |
Description
---> Building clutter DEBUG: Executing org.macports.build (clutter) DEBUG: Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.4' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/clutter-1.6.20" && /usr/bin/make -j2 -w all' DEBUG: Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/clutter-1.6.20" && /usr/bin/make -j2 -w all make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/clutter-1.6.20' /usr/bin/make all-recursive make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/clutter-1.6.20' Making all in build make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/clutter-1.6.20/build' Making all in autotools make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/clutter-1.6.20/build/autotools' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/clutter-1.6.20/build/autotools' Making all in mingw make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/clutter-1.6.20/build/mingw' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/clutter-1.6.20/build/mingw' make[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/clutter-1.6.20/build' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/clutter-1.6.20/build' make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/clutter-1.6.20/build' Making all in clutter make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/clutter-1.6.20/clutter' Makefile:3407: *** Need to define glib_marshal_list and glib_marshal_prefix. Stop. make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/clutter-1.6.20/clutter' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/clutter-1.6.20' make: *** [all] Error 2 make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/clutter-1.6.20' shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_clutter/clutter/work/clutter-1.6.20" && /usr/bin/make -j2 -w all " returned error 2 Error: Target org.macports.build returned: shell command failed (see log for details)
Attachments (1)
Change History (5)
Changed 13 years ago by rudloff@…
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | devans@… removed |
---|---|
Keywords: | tiger removed |
Owner: | changed from macports-tickets@… to devans@… |
comment:2 Changed 12 years ago by jmroot (Joshua Root)
Clutter appears to build OK on 10.6 and 10.7 now. Does this issue persist?
comment:3 Changed 12 years ago by dbevans (David B. Evans)
Clutter is updated to version 1.12.2 in r101613 and builds properly (for me) on 10.6, 10.7 and 10.8. Can't test earlier. Does this solve the issue?
comment:4 Changed 12 years ago by dbevans (David B. Evans)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Closing as works for me due to recent updates. If problems persist please submit a new ticket with the relevent logs, etc.
Note: See
TracTickets for help on using
tickets.
It doesn't sound Tiger-specific; it's probably related to the latest glib2 update. I can't test this on Snow Leopard though because I'm having trouble getting its dependency json-glib to build; see #30585, #32248. Maybe updating clutter would help; see #32249.