Bug 150856 - [PATCH] databases/postgis: fix 'make install' with PostgreSQL 9.0
Summary: [PATCH] databases/postgis: fix 'make install' with PostgreSQL 9.0
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-22 11:10 UTC by Sunpoet Po-Chuan Hsieh
Modified: 2010-09-28 10:35 UTC (History)
1 user (show)

See Also:


Attachments
postgis-1.5.1.patch (634 bytes, patch)
2010-09-22 11:10 UTC, Sunpoet Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sunpoet Po-Chuan Hsieh 2010-09-22 11:10:00 UTC
Fix 'make install' while building PostGIS with PostgreSQL 9.0.

Added file(s):
- files/patch-configure

Port maintainer (anderson@cnpm.embrapa.br) is cc'd.

Generated with FreeBSD Port Tools 0.99

How-To-Repeat: 
% cd /usr/ports/databases/postgis/
% make
...
% make install
===>  Installing for postgis-1.5.1
===>   postgis-1.5.1 depends on executable: postmaster - found
===>   postgis-1.5.1 depends on executable: pkg-config - found
===>   postgis-1.5.1 depends on shared library: proj.6 - found
===>   postgis-1.5.1 depends on shared library: geos.0 - found
===>   postgis-1.5.1 depends on shared library: iconv.3 - found
===>   postgis-1.5.1 depends on shared library: pq.5 - found
===>   postgis-1.5.1 depends on shared library: xml2.5 - found
===>   Generating temporary packing list
===>  Checking if databases/postgis already installed
Using GNU make found at /usr/local/bin/gmake
gmake[1]: Entering directory `/usr/ports/works/usr/ports/databases/postgis/work/postgis-1.5.1'
/usr/local/bin/gmake -C liblwgeom
gmake[2]: Entering directory `/usr/ports/works/usr/ports/databases/postgis/work/postgis-1.5.1/liblwgeom'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/works/usr/ports/databases/postgis/work/postgis-1.5.1/liblwgeom'
/usr/local/bin/gmake -C postgis
gmake[2]: Entering directory `/usr/ports/works/usr/ports/databases/postgis/work/postgis-1.5.1/postgis'
Makefile.pgxs:17: warning: overriding commands for target `install'
/usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:99: warning: ignoring old commands for target `install'
Makefile.pgxs:63: warning: overriding commands for target `installdirs'
/usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:147: warning: ignoring old commands for target `installdirs'
Makefile.pgxs:82: warning: overriding commands for target `uninstall'
/usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:171: warning: ignoring old commands for target `uninstall'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/works/usr/ports/databases/postgis/work/postgis-1.5.1/postgis'
/usr/local/bin/gmake -C loader
gmake[2]: Entering directory `/usr/ports/works/usr/ports/databases/postgis/work/postgis-1.5.1/loader'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/works/usr/ports/databases/postgis/work/postgis-1.5.1/loader'
/usr/local/bin/gmake -C utils
gmake[2]: Entering directory `/usr/ports/works/usr/ports/databases/postgis/work/postgis-1.5.1/utils'
chmod +x postgis_restore.pl create_undef.pl postgis_proc_upgrade.pl profile_intersects.pl test_estimation.pl test_joinestimation.pl
gmake[2]: Leaving directory `/usr/ports/works/usr/ports/databases/postgis/work/postgis-1.5.1/utils'
PostGIS was built successfully. Ready to install.
/usr/local/bin/gmake -C postgis install
gmake[2]: Entering directory `/usr/ports/works/usr/ports/databases/postgis/work/postgis-1.5.1/postgis'
Makefile.pgxs:17: warning: overriding commands for target `install'
/usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:99: warning: ignoring old commands for target `install'
Makefile.pgxs:63: warning: overriding commands for target `installdirs'
/usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:147: warning: ignoring old commands for target `installdirs'
Makefile.pgxs:82: warning: overriding commands for target `uninstall'
/usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:171: warning: ignoring old commands for target `uninstall'
/usr/local/bin/gmkdir -p '/usr/local/lib/postgresql'
'/usr/local/share/postgis/contrib/postgis-1.5'
gmake[2]: /usr/local/share/postgis/contrib/postgis-1.5: Command not found
gmake[2]: *** [installdirs] Error 127
gmake[2]: Leaving directory `/usr/ports/works/usr/ports/databases/postgis/work/postgis-1.5.1/postgis'
gmake[1]: *** [postgis-install] Error 2
gmake[1]: Leaving directory `/usr/ports/works/usr/ports/databases/postgis/work/postgis-1.5.1'
gmake: *** [install] Error 2
*** Error code 2

Stop in /usr/ports/databases/postgis.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-22 11:10:06 UTC
Maintainer of databases/postgis,

Please note that PR ports/150856 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150856

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-22 11:10:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Anderson S. Ferreira 2010-09-22 14:42:31 UTC
Patch approved !


Em 22/09/2010 07:10, Edwin Groothuis escreveu:
> Maintainer of databases/postgis,
>
> Please note that PR ports/150856 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>      http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/150856
>


--=20
Anderson Soares Ferreira - anderson@cnpm.embrapa.br
Analista de Sistemas
Embrapa Monitoramento por Sat=E9lite
http://www.cnpm.embrapa.br
Tel.: (19) 3211-6200   Fax: (19) 3211-6222/3211-6333


---
Aviso de confidencialidade:

Esta mensagem da Empresa Brasileira de Pesquisa Agropecuária (Embrapa), 
empresa pública federal regida pelo disposto na Lei Federal nº 5.851, 
de 7 de dezembro de 1972, é enviada exclusivamente a seu destinatário 
e pode conter informações confidenciais, protegidas por sigilo profissional. 
Sua utilização desautorizada é ilegal e sujeita o infrator às penas da lei. 
Se você a recebeu indevidamente, queira, por gentileza, reenviá-la ao emitente, 
esclarecendo o equívoco.

Confidentiality note:

This message from Empresa Brasileira de Pesquisa Agropecuária (Embrapa), 
a government company established under Brazilian law (5.851/72), 
is directed exclusively to its addressee and may contain confidential data, 
protected under professional secrecy rules. Its unauthorized use is illegal 
and may subject the transgressor to the law's penalties. 
If you are not the addressee, please send it back, elucidating the failure.
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-09-22 15:16:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-09-28 09:54:44 UTC
sunpoet     2010-09-28 08:54:35 UTC

  FreeBSD ports repository

  Added files:
    databases/postgis/files patch-configure 
  Log:
  - Fix 'make install' with PostgreSQL 9.0
  
  PR:             ports/150856
  Submitted by:   sunpoet (myself)
  Approved by:    Anderson Soares Ferreira (maintainer), pgollucci (mentor)
  
  Revision  Changes    Path
  1.5       +11 -0     ports/databases/postgis/files/patch-configure (new)
_______________________________________________
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 6 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-09-28 10:35:57 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!