Opened 12 years ago
Closed 12 years ago
#35758 closed defect (fixed)
gtkwave @3.3.37 [install-data-hook] Error 1 (update-desktop-database)
Reported by: | macports.org@… | Owned by: | gwright@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | gtkwave |
Description
Mac OS X 10.7.4 MacPorts 2.1.2 xcode 4.2.1 build 4D502
Error seems to be:
:info:destroot make[4]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cad_gtkwave/gtkwave/work/gtkwave-3.3.37/share/applications':info:destroot /opt/local/bin/update-desktop-database :info:destroot No directories in update-desktop-database search path could be processed and updated. :info:destroot make[4]: *** [install-data-hook] Error 1
I'm new to macports but am an engineer and tried as many things as I could find to fix the problem. There were a couple of things that failed in dependencies but I seem to be past them.
Thanks.
Attachments (1)
Change History (4)
Changed 12 years ago by macports.org@…
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to gwright@… |
---|---|
Port: | gtkwave added |
comment:2 Changed 12 years ago by f2003104@…
comment:3 Changed 12 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
r98559 (maintainer timeout)
Note: See
TracTickets for help on using
tickets.
I had similar issues, but used the flag disable-mime-update during configure for install Here is the complete command I used
./configure --prefix=$HOME --disable-xz --disable-mime-update
Hope this workaround helps