Opened 19 years ago

Closed 18 years ago

Last modified 18 years ago

#4798 closed defect (fixed)

BUG: planner fails to build

Reported by: nathan.stocks@… Owned by: macports-tickets@…
Priority: High Milestone:
Component: ports Version: 1.0
Keywords: VERIFIED Cc: markd@…
Port:

Description

After building all dependencies for planner, the build process fails while compiling planner. Here's the tail end of the log:

... /bin/sh ../../mkinstalldirs /opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_gnome_planner/work/destroot/opt/local/share/mime/packages

/usr/bin/install -c -m 644 planner.xml

/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_gnome_planner/work/destroot/opt/local/share/mime/packages/planner.xml make install-data-hook /opt/local/bin/update-mime-database "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_gnome_planner/work/destroot/opt/local/share/mime" *

  • Updating MIME database in

/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_gnome_planner/work/destroot/opt/local/share/mime... *

Note that '/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_gnome_planner/work/destroot/opt/local/share' is not in the search path set by the XDG_DATA_HOME and XDG_DATA_DIRS environment variables, so applications may not be able to find it until you set them. The directories currently searched are:

  • /var/root/.local/share
  • /usr/local/share/
  • /usr/share/

/opt/local/bin/update-desktop-database No directories in update-desktop-database search path could processed and updated. make[4]: * [install-data-hook] Error 1 make[3]: * [install-data-am] Error 2 make[2]: * [install-am] Error 2 make[1]: * [install-recursive] Error 1 make: * [install-recursive] Error 1

Warning: the following items did not execute (for planner): com.apple.activate com.apple.destroot com.apple.archive com.apple.install

Change History (4)

comment:1 Changed 19 years ago by mww@…

Summary: planner fails to buildBUG: planner fails to build

comment:2 Changed 18 years ago by markd@…

Cc: markd@… added

I committed a fix for this. It can be closed.

comment:3 Changed 18 years ago by blb@…

Resolution: fixed
Status: newclosed

Resolving per markd@'s comment.

comment:4 Changed 18 years ago by nathan.stocks@…

Keywords: VERIFIED added

I had to 'sudo port clean --all p5-xml-parser' to get the deps for planner to build. Perl 5.8.8 was built as a dependency to planner, but p5-xml-parser wasn't rebuilt, and the archive file kept wanting to put it in perl 5.8.7's directory until I did the clean --all.

After I did that, all the dependencies and planner itself compiled, and planner appears to work.

Thanks!

Note: See TracTickets for help on using tickets.