Re: postgresql 8.4

2009-07-08 Thread Palle Girgensohn

Bummer, I had an old WITHOUT_NLS=YES in my /etc/make.conf...

If you can't wait, deselect NLS in make config. I'll look into this in the 
afternoon. Thanks for the heads-up.


Palle


--On onsdag, on 8 jul 2009 14.15.31 +0200 Peter Czanik 
 wrote:



On 2009-07-06 22:44, Palle Girgensohn wrote:

Consider me ping:ed. :-)

Just got back from vacation, I'll be fixing the port tomorrow.

Thanks, it is almost there. When I try "make package", it fails:

[r...@v16 /usr/ports/databases/postgresql84-server]# make package
===>  Building package for postgresql-server-8.4.0
Creating package /usr/packages/All/postgresql-server-8.4.0.tbz
Registering depends: postgresql-client-8.4.0 gettext-0.17_1
libiconv-1.13.1.
Registering conflicts: postgresql-client-7.* postgresql-server-7.*
postgresql-client-8.[0-35-9]* postgresql-server-8.[0-35-9]*.
Creating bzip'd tar ball in
'/usr/packages/All/postgresql-server-8.4.0.tbz'
tar: share/locale/af/LC_MESSAGES/postgres.mo: Cannot stat: No such file
or directory
tar: share/locale/cs/LC_MESSAGES/initdb.mo: Cannot stat: No such file or
directory
tar: share/locale/cs/LC_MESSAGES/pg_controldata.mo: Cannot stat: No such
file or directory
[...]
tar: share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo: Cannot stat: No
such file or directory
tar: share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo: Cannot stat: No such file
or directory
tar: share/locale/zh_TW/LC_MESSAGES/pg_resetxlog.mo: Cannot stat: No such
file or directory
tar: share/locale/zh_TW/LC_MESSAGES/postgres.mo: Cannot stat: No such
file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** Error code 1

Stop in /usr/ports/databases/postgresql84-server.
[r...@v16 /usr/ports/databases/postgresql84-server]#

Bye,
CzP






___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: postgresql 8.4

2009-07-08 Thread Peter Czanik

On 2009-07-06 22:44, Palle Girgensohn wrote:

Consider me ping:ed. :-)

Just got back from vacation, I'll be fixing the port tomorrow.

Thanks, it is almost there. When I try "make package", it fails:

[r...@v16 /usr/ports/databases/postgresql84-server]# make package
===>  Building package for postgresql-server-8.4.0
Creating package /usr/packages/All/postgresql-server-8.4.0.tbz
Registering depends: postgresql-client-8.4.0 gettext-0.17_1 libiconv-1.13.1.
Registering conflicts: postgresql-client-7.* postgresql-server-7.* 
postgresql-client-8.[0-35-9]* postgresql-server-8.[0-35-9]*.

Creating bzip'd tar ball in '/usr/packages/All/postgresql-server-8.4.0.tbz'
tar: share/locale/af/LC_MESSAGES/postgres.mo: Cannot stat: No such file 
or directory
tar: share/locale/cs/LC_MESSAGES/initdb.mo: Cannot stat: No such file or 
directory
tar: share/locale/cs/LC_MESSAGES/pg_controldata.mo: Cannot stat: No such 
file or directory

[...]
tar: share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo: Cannot stat: No 
such file or directory
tar: share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo: Cannot stat: No such file 
or directory
tar: share/locale/zh_TW/LC_MESSAGES/pg_resetxlog.mo: Cannot stat: No 
such file or directory
tar: share/locale/zh_TW/LC_MESSAGES/postgres.mo: Cannot stat: No such 
file or directory

tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** Error code 1

Stop in /usr/ports/databases/postgresql84-server.
[r...@v16 /usr/ports/databases/postgresql84-server]#

Bye,
CzP

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: postgresql 8.4

2009-07-06 Thread Sahil Tandon
On Mon, 06 Jul 2009, Mike Jakubik wrote:

> On Mon, July 6, 2009 4:41 am, Peter Czanik wrote:
> 
> > Hello,
> > Postgresql 8.4 was released last week. I wanted to test it, but it
> > turned out, that /usr/ports/databases/postgresql84-server is just a copy
> > of the 8.3 server. Any news, when a full 8.4 port will be available?
> > The 8.4 release notes mention FreeBSD related fixes, so someone is most
> 
> I see not mention of any changes relating to FreeBSD in the release notes,
> could you elaborate on this?

Look in the mailing list archives:
http://archives.postgresql.org/pgsql-announce/2009-06/msg9.php

-- 
Sahil Tandon 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: postgresql 8.4

2009-07-06 Thread Dmitry Morozovsky
On Mon, 6 Jul 2009, Palle Girgensohn wrote:

PG> Consider me ping:ed. :-)
PG> 
PG> Just got back from vacation, I'll be fixing the port tomorrow.

Thanks a lot!


-- 
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
[ FreeBSD committer: ma...@freebsd.org ]

*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- ma...@rinet.ru ***

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: postgresql 8.4

2009-07-06 Thread Mike Jakubik
On Mon, July 6, 2009 4:41 am, Peter Czanik wrote:

> Hello,
> Postgresql 8.4 was released last week. I wanted to test it, but it
> turned out, that /usr/ports/databases/postgresql84-server is just a copy
> of the 8.3 server. Any news, when a full 8.4 port will be available?
> The 8.4 release notes mention FreeBSD related fixes, so someone is most

I see not mention of any changes relating to FreeBSD in the release notes,
could you elaborate on this?

Thanks.


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: postgresql 8.4

2009-07-06 Thread Palle Girgensohn

Consider me ping:ed. :-)

Just got back from vacation, I'll be fixing the port tomorrow.

Regards,
Palle

--On måndag, må 6 jul 2009 20.20.17 +0400 Dmitry Morozovsky 
 wrote:



On Mon, 6 Jul 2009, Peter Czanik wrote:

PC> Hello,
PC> Postgresql 8.4 was released last week. I wanted to test it, but it
turned PC> out, that /usr/ports/databases/postgresql84-server is just a
copy of the 8.3 PC> server. Any news, when a full 8.4 port will be
available?
PC> The 8.4 release notes mention FreeBSD related fixes, so someone is
most PC> likely working on the 8.4 port in a private ports tree. I would
gladly PC> volunteer to test it.

It seems you catched the middle of repocopy process, where repomeister
did the  copy task, but port maintainer does not update freshly copied
port files yet  ;-)

[looking at the PR database]

Ah no, this had been done back in April.  My remark still applies, but
the length of process is a bit exceeding...

Someone should ping girgen@ about it (added to CC: list)

--
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
[ FreeBSD committer: ma...@freebsd.org ]

*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- ma...@rinet.ru ***






___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: postgresql 8.4

2009-07-06 Thread Sevan / Venture37
It must be upgrade to postgresql 8.4 day or something, just noticed this 
aswell.



Sevan / Venture37

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: postgresql 8.4

2009-07-06 Thread Dmitry Morozovsky
On Mon, 6 Jul 2009, Peter Czanik wrote:

PC> Hello,
PC> Postgresql 8.4 was released last week. I wanted to test it, but it turned
PC> out, that /usr/ports/databases/postgresql84-server is just a copy of the 8.3
PC> server. Any news, when a full 8.4 port will be available?
PC> The 8.4 release notes mention FreeBSD related fixes, so someone is most
PC> likely working on the 8.4 port in a private ports tree. I would gladly
PC> volunteer to test it.

It seems you catched the middle of repocopy process, where repomeister did the 
copy task, but port maintainer does not update freshly copied port files yet 
;-)

[looking at the PR database]

Ah no, this had been done back in April.  My remark still applies, but 
the length of process is a bit exceeding...

Someone should ping girgen@ about it (added to CC: list)

-- 
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
[ FreeBSD committer: ma...@freebsd.org ]

*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- ma...@rinet.ru ***

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: postgresql 8.4

2009-07-06 Thread Sean McAfee

Peter Czanik wrote:

Hello,
Postgresql 8.4 was released last week. I wanted to test it, but it 
turned out, that /usr/ports/databases/postgresql84-server is just a copy 
of the 8.3 server. Any news, when a full 8.4 port will be available?
The 8.4 release notes mention FreeBSD related fixes, so someone is most 
likely working on the 8.4 port in a private ports tree. I would gladly 
volunteer to test it.

Bye,
CzP


I'd also be willing to test.

--
Sean McAfee
System Engineer
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


postgresql 8.4

2009-07-06 Thread Peter Czanik

Hello,
Postgresql 8.4 was released last week. I wanted to test it, but it 
turned out, that /usr/ports/databases/postgresql84-server is just a copy 
of the 8.3 server. Any news, when a full 8.4 port will be available?
The 8.4 release notes mention FreeBSD related fixes, so someone is most 
likely working on the 8.4 port in a private ports tree. I would gladly 
volunteer to test it.

Bye,
CzP
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"