Bug 190566 - security/gnutls3 fail to build
Summary: security/gnutls3 fail to build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-03 12:00 UTC by sasamotikomi
Modified: 2014-06-05 19:57 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sasamotikomi 2014-06-03 12:00:02 UTC
gmake[6]: Leaving directory `/usr/ports/security/gnutls3/work/gnutls-3.1.23/doc/latex'
gmake[5]: Leaving directory `/usr/ports/security/gnutls3/work/gnutls-3.1.23/doc/latex'
gmake[5]: Entering directory `/usr/ports/security/gnutls3/work/gnutls-3.1.23/doc'
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/usr/local/bin/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 /usr/local/bin/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
/usr/local/bin/makeinfo: not found
gmake[5]: *** [gnutls.info] error 127
gmake[5]: Leaving directory `/usr/ports/security/gnutls3/work/gnutls-3.1.23/doc'
gmake[4]: *** [install-recursive] error 1
gmake[4]: Leaving directory `/usr/ports/security/gnutls3/work/gnutls-3.1.23/doc'
gmake[3]: *** [install] error 2
gmake[3]: Leaving directory `/usr/ports/security/gnutls3/work/gnutls-3.1.23/doc'
gmake[2]: *** [install-recursive] error 1
gmake[2]: Leaving directory `/usr/ports/security/gnutls3/work/gnutls-3.1.23'
*** Error code 2

Stop.
make[1]: stopped in /usr/ports/security/gnutls3
*** Error code 1

Stop.
make: stopped in /usr/ports/security/gnutls3

===>>> A backup package for gnutls3-3.1.23_1 should
       be located in /usr/ports/packages/portmaster-backup

===>>> Installation of gnutls3-3.1.23_2 (security/gnutls3) failed
===>>> Aborting update

===>>> Update for security/gnutls3 failed
===>>> Aborting update

Fix:
Just install texinfo from ports:
cd /usr/ports/print/texinfo/ && make install clean
or package:
pkg install print/texinfo
Comment 1 Bryan Drewery freebsd_committer freebsd_triage 2014-06-04 05:02:20 UTC
What options do you have set?

Show me 'make -C /usr/ports/security/gnutls3 pretty-print-config'
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2014-06-05 01:13:20 UTC
I've made an update to the port. Can you try again please?
Comment 3 sasamotikomi 2014-06-05 19:57:21 UTC
(In reply to Bryan Drewery from comment #1)
> What options do you have set?
> 
> Show me 'make -C /usr/ports/security/gnutls3 pretty-print-config'

make -C  /usr/ports/security/gnutls3 pretty-print-config
+CXX -DOCS -EXAMPLES -LIBDANE -LIBTASN1
(In reply to Bryan Drewery from comment #2)
> I've made an update to the port. Can you try again please?
Now it look like fix for me, many thanks.