Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 23rd, 2005, 12:27 AM
David Wheeler
Guest
 
Posts: n/a
Default pg_autovacuum won't make on FreeBSD

4.8-STABLE FreeBSD 4.8-STABLE i386

sahlins# cd postgresql-7.4.2/contrib/pg_autovacuum
sahlins# make
"../../src/Makefile.global", line 38: Missing dependency operator
"../../src/Makefile.global", line 41: Need an operator
"../../src/Makefile.global", line 45: Need an operator
"../../src/Makefile.global", line 66: Need an operator
"../../src/Makefile.global", line 67: Need an operator
"../../src/Makefile.global", line 69: Need an operator
"../../src/Makefile.global", line 70: Need an operator
"../../src/Makefile.global", line 73: Need an operator
"../../src/Makefile.global", line 74: Need an operator
"../../src/Makefile.global", line 76: Need an operator
"../../src/Makefile.global", line 77: Need an operator
"../../src/Makefile.global", line 80: Need an operator
"../../src/Makefile.global", line 81: Need an operator
"../../src/Makefile.global", line 83: Need an operator
"../../src/Makefile.global", line 84: Need an operator
"../../src/Makefile.global", line 88: Need an operator
"../../src/Makefile.global", line 89: Need an operator
"../../src/Makefile.global", line 91: Need an operator
"../../src/Makefile.global", line 92: Need an operator
"../../src/Makefile.global", line 96: Need an operator
"../../src/Makefile.global", line 97: Need an operator
"../../src/Makefile.global", line 99: Need an operator
"../../src/Makefile.global", line 100: Need an operator
"../../src/Makefile.global", line 108: Need an operator
"../../src/Makefile.global", line 109: Need an operator
"../../src/Makefile.global", line 111: Need an operator
"../../src/Makefile.global", line 112: Need an operator
"../../src/Makefile.global", line 171: Need an operator
"../../src/Makefile.global", line 173: Need an operator
"../../src/Makefile.global", line 178: Missing dependency operator
"../../src/Makefile.global", line 180: Need an operator
"../../src/Makefile.port", line 3: Need an operator
"../../src/Makefile.port", line 7: Need an operator
"../../src/Makefile.port", line 13: Need an operator
"../../src/Makefile.port", line 15: Need an operator
"../../src/Makefile.port", line 23: Need an operator
"../../src/Makefile.global", line 280: Missing dependency operator
"../../src/Makefile.global", line 282: Need an operator
"../../src/Makefile.global", line 316: Need an operator
"../../src/Makefile.global", line 318: Missing dependency operator
"../../src/Makefile.global", line 320: Need an operator
"../../src/Makefile.global", line 322: Missing dependency operator
"../../src/Makefile.global", line 324: Need an operator
"../../src/Makefile.global", line 326: Missing dependency operator
"../../src/Makefile.global", line 328: Need an operator
"../../src/Makefile.global", line 330: Need an operator
"../../src/Makefile.global", line 333: Need an operator
"../../src/Makefile.global", line 335: Need an operator
"../../src/Makefile.global", line 338: Need an operator
"../../src/Makefile.global", line 347: Missing dependency operator
"../../src/Makefile.global", line 350: Need an operator
"../../src/Makefile.global", line 426: Missing dependency operator
"../../src/Makefile.global", line 428: Need an operator
"../../src/Makefile.global", line 430: Need an operator
"../../src/Makefile.global", line 437: Need an operator
"../../src/Makefile.global", line 440: Need an operator
"../../src/Makefile.global", line 441: Need an operator
"../../src/Makefile.global", line 443: Need an operator
"../../src/Makefile.global", line 444: Need an operator
"../../src/Makefile.global", line 446: Missing dependency operator
"../../src/Makefile.global", line 453: Need an operator
"../../src/Makefile.global", line 458: Need an operator
"../../src/Makefile.global", line 467: Need an operator
"../../src/Makefile.global", line 474: Missing dependency operator
"../../src/Makefile.global", line 475: Missing dependency operator
"/usr/local/src/postgresql-7.4.2/src/nls-global.mk", line 25: Could not
find /usr/local/src/postgresql-7.4.2/contrib/pg_autovacuum/nls.mk
"/usr/local/src/postgresql-7.4.2/src/nls-global.mk", line 29: Need an
operator
"/usr/local/src/postgresql-7.4.2/src/nls-global.mk", line 31: Need an
operator
"/usr/local/src/postgresql-7.4.2/src/nls-global.mk", line 33: Need an
operator
"/usr/local/src/postgresql-7.4.2/src/nls-global.mk", line 38: Need an
operator
"/usr/local/src/postgresql-7.4.2/src/nls-global.mk", line 40: Need an
operator
Error expanding embedded variable.
sahlins#

Any ideas?

Thanks,

David

PS: Please reply to me directly, as I do not get mail sent to
pgsql-general. Thanks!


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

  #2  
Old November 23rd, 2005, 12:27 AM
Peter Eisentraut
Guest
 
Posts: n/a
Default Re: pg_autovacuum won't make on FreeBSD

Am Dienstag, 6. April 2004 02:01 schrieb David Wheeler:[color=blue]
> 4.8-STABLE FreeBSD 4.8-STABLE i386
>
> sahlins# cd postgresql-7.4.2/contrib/pg_autovacuum
> sahlins# make
> "../../src/Makefile.global", line 38: Missing dependency operator[/color]

gmake is your friend.


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

  #3  
Old November 23rd, 2005, 12:27 AM
Fernando Schapachnik
Guest
 
Posts: n/a
Default Re: pg_autovacuum won't make on FreeBSD

Try gmake.

Regards.

En un mensaje anterior, David Wheeler escribió:[color=blue]
> 4.8-STABLE FreeBSD 4.8-STABLE i386
>
> sahlins# cd postgresql-7.4.2/contrib/pg_autovacuum
> sahlins# make
> "../../src/Makefile.global", line 38: Missing dependency operator[/color]

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

  #4  
Old November 23rd, 2005, 12:27 AM
Bill Moran
Guest
 
Posts: n/a
Default Re: pg_autovacuum won't make on FreeBSD

Have you tried installing gmake and using it instead of FreeBSD's
make? (not 100% sure, but it seems like that's the problem)

David Wheeler wrote:[color=blue]
> 4.8-STABLE FreeBSD 4.8-STABLE i386
>
> sahlins# cd postgresql-7.4.2/contrib/pg_autovacuum
> sahlins# make
> "../../src/Makefile.global", line 38: Missing dependency operator
> "../../src/Makefile.global", line 41: Need an operator
> "../../src/Makefile.global", line 45: Need an operator
> "../../src/Makefile.global", line 66: Need an operator
> "../../src/Makefile.global", line 67: Need an operator
> "../../src/Makefile.global", line 69: Need an operator
> "../../src/Makefile.global", line 70: Need an operator
> "../../src/Makefile.global", line 73: Need an operator
> "../../src/Makefile.global", line 74: Need an operator
> "../../src/Makefile.global", line 76: Need an operator
> "../../src/Makefile.global", line 77: Need an operator
> "../../src/Makefile.global", line 80: Need an operator
> "../../src/Makefile.global", line 81: Need an operator
> "../../src/Makefile.global", line 83: Need an operator
> "../../src/Makefile.global", line 84: Need an operator
> "../../src/Makefile.global", line 88: Need an operator
> "../../src/Makefile.global", line 89: Need an operator
> "../../src/Makefile.global", line 91: Need an operator
> "../../src/Makefile.global", line 92: Need an operator
> "../../src/Makefile.global", line 96: Need an operator
> "../../src/Makefile.global", line 97: Need an operator
> "../../src/Makefile.global", line 99: Need an operator
> "../../src/Makefile.global", line 100: Need an operator
> "../../src/Makefile.global", line 108: Need an operator
> "../../src/Makefile.global", line 109: Need an operator
> "../../src/Makefile.global", line 111: Need an operator
> "../../src/Makefile.global", line 112: Need an operator
> "../../src/Makefile.global", line 171: Need an operator
> "../../src/Makefile.global", line 173: Need an operator
> "../../src/Makefile.global", line 178: Missing dependency operator
> "../../src/Makefile.global", line 180: Need an operator
> "../../src/Makefile.port", line 3: Need an operator
> "../../src/Makefile.port", line 7: Need an operator
> "../../src/Makefile.port", line 13: Need an operator
> "../../src/Makefile.port", line 15: Need an operator
> "../../src/Makefile.port", line 23: Need an operator
> "../../src/Makefile.global", line 280: Missing dependency operator
> "../../src/Makefile.global", line 282: Need an operator
> "../../src/Makefile.global", line 316: Need an operator
> "../../src/Makefile.global", line 318: Missing dependency operator
> "../../src/Makefile.global", line 320: Need an operator
> "../../src/Makefile.global", line 322: Missing dependency operator
> "../../src/Makefile.global", line 324: Need an operator
> "../../src/Makefile.global", line 326: Missing dependency operator
> "../../src/Makefile.global", line 328: Need an operator
> "../../src/Makefile.global", line 330: Need an operator
> "../../src/Makefile.global", line 333: Need an operator
> "../../src/Makefile.global", line 335: Need an operator
> "../../src/Makefile.global", line 338: Need an operator
> "../../src/Makefile.global", line 347: Missing dependency operator
> "../../src/Makefile.global", line 350: Need an operator
> "../../src/Makefile.global", line 426: Missing dependency operator
> "../../src/Makefile.global", line 428: Need an operator
> "../../src/Makefile.global", line 430: Need an operator
> "../../src/Makefile.global", line 437: Need an operator
> "../../src/Makefile.global", line 440: Need an operator
> "../../src/Makefile.global", line 441: Need an operator
> "../../src/Makefile.global", line 443: Need an operator
> "../../src/Makefile.global", line 444: Need an operator
> "../../src/Makefile.global", line 446: Missing dependency operator
> "../../src/Makefile.global", line 453: Need an operator
> "../../src/Makefile.global", line 458: Need an operator
> "../../src/Makefile.global", line 467: Need an operator
> "../../src/Makefile.global", line 474: Missing dependency operator
> "../../src/Makefile.global", line 475: Missing dependency operator
> "/usr/local/src/postgresql-7.4.2/src/nls-global.mk", line 25: Could not
> find /usr/local/src/postgresql-7.4.2/contrib/pg_autovacuum/nls.mk
> "/usr/local/src/postgresql-7.4.2/src/nls-global.mk", line 29: Need an
> operator
> "/usr/local/src/postgresql-7.4.2/src/nls-global.mk", line 31: Need an
> operator
> "/usr/local/src/postgresql-7.4.2/src/nls-global.mk", line 33: Need an
> operator
> "/usr/local/src/postgresql-7.4.2/src/nls-global.mk", line 38: Need an
> operator
> "/usr/local/src/postgresql-7.4.2/src/nls-global.mk", line 40: Need an
> operator
> Error expanding embedded variable.
> sahlins#
>
> Any ideas?
>
> Thanks,
>
> David
>
> PS: Please reply to me directly, as I do not get mail sent to
> pgsql-general. Thanks!
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>[/color]


--
Bill Moran
Potential Technologies
http://www.potentialtech.com


---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

  #5  
Old November 23rd, 2005, 12:32 AM
Vivek Khera
Guest
 
Posts: n/a
Default Re: pg_autovacuum won't make on FreeBSD

>>>>> "BM" == Bill Moran <wmoran@potentialtech.com> writes:

BM> Have you tried installing gmake and using it instead of FreeBSD's
BM> make? (not 100% sure, but it seems like that's the problem)

That *is* the problem here... and you have to use gmake to build
postgres in the first place, so he must have it installed already...

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D. Khera Communications, Inc.
Internet: khera@kciLink.com Rockville, MD +1-301-869-4449 x806
AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles