Opened 16 years ago
Closed 16 years ago
#19580 closed defect (fixed)
Staging gnutls into destroot error
Reported by: | dasemm@… | Owned by: | sfiera@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | gnutls |
Description
I am trying to install gobby onto my computer and I get this error:
---> Staging gnutls into destroot Error: Target org.macports.destroot returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gnutls/work/gnutls-2.6.5" && make install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gnutls/work/destroot " returned error 2 Command output: am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if (/bin/sh /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gnutls/work/gnutls-2.6.5/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \ for f in gnutls.info gnutls.info-[0-9] gnutls.info-[0-9][0-9] gnutls.i[0-9] gnutls.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if /bin/sh /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gnutls/work/gnutls-2.6.5/build-aux/missing --run makeinfo -I ../doc -I . \ -o gnutls.info gnutls.texi; \ then \ rc=0; \ CDPATH="${ZSH_VERSION+.}:" && cd .; \ else \ rc=$?; \ CDPATH="${ZSH_VERSION+.}:" && cd . && \ $restore $backupdir/* `echo "./gnutls.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc gnutls.texi:1995: Unknown command `euro'. gnutls.texi:1995: Misplaced {. gnutls.texi:1995: Misplaced }. gnutls.texi:1996: Unknown command `euro'. gnutls.texi:1996: Misplaced {. gnutls.texi:1996: Misplaced }. makeinfo: Removing output file `gnutls.info' due to errors; use --force to preserve. make[3]: *** [gnutls.info] Error 1 make[2]: *** [install-recursive] Error 1 make[1]: *** [install] Error 2 make: *** [install-recursive] Error 1 Error: The following dependencies failed to build: net6 gnutls obby avahi dbus dbus-glib dbus-python25 py25-gobject py25-numeric gdbm libdaemon libglade2 py25-gdbm py25-gtk py25-cairo py25-numpy fftw-3 py25-nose py25-setuptools py25-zlib Error: Status 1 encountered during processing.
Any help solving the problem would be greatly appreciated.
Change History (3)
comment:1 Changed 16 years ago by blb@…
Owner: | changed from macports-tickets@… to sfiera@… |
---|---|
Port: | gnutls added |
comment:2 Changed 16 years ago by dasemm@…
I am on 10.4. Installing the texinfo port fixed the problem.
Thanks for your help.
comment:3 Changed 16 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
texinfo added as a dependency for 10.4 in r50837, thanks for confirming.
Note: See
TracTickets for help on using
tickets.
Are you on 10.4 or 10.5? If 10.4, perhaps gnutls needs a newer version of makeinfo than that shipped with the OS; if that's the case try installing the texinfo port first, then try your original install again.