Bug 111360 - dns/libidn & autotools problem
Summary: dns/libidn & autotools problem
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kirill Ponomarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-07 20:50 UTC by Roman Bogorodskiy
Modified: 2007-04-15 21:30 UTC (History)
0 users

See Also:


Attachments
libidn.diff (499 bytes, patch)
2007-04-07 20:50 UTC, Roman Bogorodskiy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Bogorodskiy freebsd_committer freebsd_triage 2007-04-07 20:50:01 UTC
	On a system with autotools installed dns/libidn fails to build:

	---- buildlog ----
	Making all in doc
	make  all-recursive
	Making all in specifications
	Making all in tld
	Making all in java
	 cd .. && automake19 --gnits  doc/Makefile
	aclocal.m4:14: error: this file was generated for autoconf 2.61.
	You have another version of autoconf.  If you want to use that,
	you should regenerate the build system entirely.
	aclocal.m4:14: the top level
	autom4te259: /usr/local/bin/gm4 failed with exit status: 63
	automake19: autoconf259 failed with exit status: 63
	*** Error code 63

	Stop in /usr/ports/dns/libidn/work/libidn-0.6.10/doc.
	*** Error code 1
	---- log ends ----

	Building in a clean environment (i.e. tinderbox) shows that it tries to
	execute autotools anyway, but after finding out that it's not available
	it gives up and just prints a warning:

	---- buildlog ----
	cd .. && /bin/sh /work/a/ports/dns/libidn/work/libidn-0.6.10/missing --run automake-1.10 --gnits  doc/Makefile
	automake-1.10: not found
	WARNING: `automake-1.10' is missing on your system.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
	---- log ends ----

	So not calling automake fixes build on my system, and does not
	seen to do any harm anyway.

	PS I must note I'm running -CURRENT/amd64 with gcc4 and tested
	it on tb3 -CURRENT. I don't think it's gcc4 fault, but it's
	better to mention.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-07 20:50:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-15 21:25:26 UTC
krion       2007-04-15 20:25:21 UTC

  FreeBSD ports repository

  Modified files:
    dns/libidn           Makefile 
  Log:
  Fix build if automake is installed.
  
  PR:             ports/111360
  Submitted by:   novel
  
  Revision  Changes    Path
  1.63      +2 -0      ports/dns/libidn/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Kirill Ponomarev freebsd_committer freebsd_triage 2007-04-15 21:25:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!