Bug 126773

Summary: databases/postgresql83-server fails to build with new autotools
Product: Ports & Packages Reporter: c.kworr
Component: Individual Port(s)Assignee: Palle Girgensohn <girgen>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description c.kworr 2008-08-24 08:00:13 UTC
After upgrade to autoconf 2.62 databases/postgresql83-server (maybe others) fails to build:

[cairn] /home/arcade# cd /usr/ports/databases/postgresql83-server/
[cairn] /usr/ports/databases/postgresql83-server# make
===>   postgresql-server-8.3.3 depends on executable: gmake - found
===>   postgresql-server-8.3.3 depends on file: /usr/local/bin/autoconf-2.62 - found
===>   postgresql-server-8.3.3 depends on shared library: icudata - found
===>   postgresql-server-8.3.3 depends on shared library: xml2.5 - found
===>   postgresql-server-8.3.3 depends on shared library: intl - found
===>   postgresql-server-8.3.3 depends on shared library: pq.5 - found
===>  Configuring for postgresql-server-8.3.3
configure.in:22: error: Autoconf version 2.61 is required.
Untested combinations of 'autoconf' and PostgreSQL versions are not
recommended.  You can remove the check from 'configure.in' but it is then
your responsibility whether the result works or not.
configure.in:22: the top level
autom4te-2.62: /usr/local/bin/gm4 failed with exit status: 1
*** Error code 1

Stop in /usr/ports/databases/postgresql83-server.
*** Error code 1

Stop in /usr/ports/databases/postgresql83-server.

How-To-Repeat: Try to build it on your own.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-24 09:45:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->girgen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-08-28 16:15:42 UTC
girgen      2008-08-28 15:15:28 UTC

  FreeBSD ports repository

  Modified files:
    databases/postgresql81-server distinfo 
    databases/postgresql83-server distinfo 
  Log:
  Update ICU patch to chase update of autoconf 2.61 -> 2.62
  
  PR:             ports/126773
  Submitted by:   Robert Schulze
  
  Revision  Changes    Path
  1.62      +3 -3      ports/databases/postgresql81-server/distinfo
  1.67      +3 -3      ports/databases/postgresql83-server/distinfo
_______________________________________________
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 Palle Girgensohn freebsd_committer freebsd_triage 2008-08-28 16:15:48 UTC
State Changed
From-To: open->closed

ICU patch updated to reflect update of autoconf.