CVS tip compile failure (was Re: Missing array support) - Mailing list pgsql-hackers

From Joe Conway
Subject CVS tip compile failure (was Re: Missing array support)
Date
Msg-id 3EFE3A8D.9030106@joeconway.com
Whole thread Raw
In response to Re: Missing array support  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: CVS tip compile failure (was Re: Missing array support)  (Joe Conway <mail@joeconway.com>)
Re: CVS tip compile failure (was Re: Missing array support)  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Tom Lane wrote:
> Peter Eisentraut <peter_e@gmx.net> writes:
> 
>>Btw., it would be really nice if some limited form of this could get done,
>>so I could finish the information schema views pertaining to group
>>privileges.  I'd just need a way to find out what users are in what
>>groups.
> 
> As of a few minutes ago,
> 
> SELECT g.groname FROM pg_user u, pg_group g
> WHERE u.usesysid = ANY (g.grolist) AND u.usename = current_user;
> 

Hmmm, I just updated to cvs tip (so I could try this), did `configure`, 
`make clean`, and `make all` and I'm getting this failure:

make[2]: Leaving directory `/opt/src/pgsql/src/port'
make -C backend all
make[2]: Entering directory `/opt/src/pgsql/src/backend'
msgfmt -o po/cs.mo po/cs.po
msgfmt -o po/de.mo po/de.po
msgfmt -o po/es.mo po/es.po
make[2]: *** No rule to make target `po/hr.po', needed by `po/hr.mo'.  Stop.
make[2]: Leaving directory `/opt/src/pgsql/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/src/pgsql/src'
make: *** [all] Error 2

Any ideas?

Joe



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Missing array support
Next
From: Joe Conway
Date:
Subject: Re: CVS tip compile failure (was Re: Missing array support)