473,800 Members | 2,833 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

Nov 23 '05 #1
4 1813
Am Dienstag, 6. April 2004 02:01 schrieb David Wheeler:
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


gmake is your friend.
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

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

Nov 23 '05 #2
Try gmake.

Regards.

En un mensaje anterior, David Wheeler escribió:
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


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

http://archives.postgresql.org

Nov 23 '05 #3
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:
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

--
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

Nov 23 '05 #4
>>>>> "BM" == Bill Moran <wm****@potenti altech.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: kh***@kciLink.c om 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

Nov 23 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
1890
by: Adam Kavan | last post by:
I decided to try pg_autovacuum and am having a problem. It never analyzes or vacuums. I looked at the code and had it display printf("%s,%s,%s\n",PQgetvalue(res, j, PQfnumber(res, "n_tup_ins")),PQgetvalue(res, j, PQfnumber(res, "n_tup_upd")),PQgetvalue(res, j, PQfnumber(res, "n_tup_del"))); All of these values are always 0 for all tables irregardless of activity on the tables. Any clue what could be causing this? In postgresql.conf...
5
3277
by: Frank van Vugt | last post by:
Hi, I noticed that when using the single commandline: drop database <name>; create database <name>; this sometimes fails due to a pg_autovacuum process running on the background. When this happens, the error returned is:
0
1142
by: Brian Hirt | last post by:
Hello, I've run across a pretty serious problem with pg_autovacuum. pg_autovacuum looses track of any table that's ever been truncated (possibly other situations too). When i truncate a table it gets a new relfilenode in pg_class. This is a problem because pg_autovacuum assumes pg_class.relfilenode will join to pg_stats_all_tables.relid. pg_stats_all_tables.relid is actallly the oid from pg_class, not the relfilenode. These two...
3
2738
by: Markus Wollny | last post by:
Hi! I haven't found anything in terms of startup- and check-scripts for pg_autovacuum yet; usually I like to have some sort of mechanism to check if some daemon is running and restart it if it isn't. Of course this sort of script shouldn't be too much of a bother for more experienced users; however you might actually find this small checkup-script more or less useful - just save it in /opt/pgsql/bin/ as autovachk, chmod +x and follow...
0
891
by: Jim C. Nasby | last post by:
It's rather lame, but maybe it'll save someone some time: http://cvs.distributed.net/viewcvs.cgi/stats-sql/tools/019.pg_autovacuum.sh -- Jim C. Nasby, Database Consultant jim@nasby.net Member: Triangle Fraternity, Sports Car Club of America Give your computer some brain candy! www.distributed.net Team #1828 Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys...
3
1289
by: Brian Hirt | last post by:
I've having a strange issue with pg_autovacuum. I have a table with about 4 million rows in 20,000 pages. autovacuum likes to vacuum and/or analyze it every 45 minutes or so, but it probably doesn't have more that a few hundred rows changed every few hours. when i run autovacuum with -d3 it says table name: basement_nightly."public"."search_words4" relid: 396238832; relisshared: 0 reltuples: 4; relpages: 20013
2
1236
by: Peter Haworth | last post by:
Is it possible/safe to compile the latest version of pg_autovacuum, and use it with a 7.2.4 postmaster? I know the better solution would be to upgrade everything, but that involves a lot of work which we've managed to put off for a long time already, and autovacuum is pretty much the only feature we really need immediately. -- Peter Haworth pmh@edison.ioppublishing.com "There are two ways of constructing a software design. One way is...
7
1822
by: Thomas F.O'Connell | last post by:
I'm about to try to implement a simple pg_autovacuum script that can be used in conjunction with or integrated entirely with the contrib start-scripts for postgres. I just want to check that what I'm doing has the appropriate sanity checks. The behavior I'm considering is: if pg_ctl status returns a good value then if pg_autovacuum is not running then start pg_autovacuum
5
1720
by: Thomas F.O'Connell | last post by:
I've been using pg_autovacuum on a largish postgres installation successfully for several weeks, now. I know that pg_autovacuum has no facility for monitoring the system to know whether any particular time is a good one for it to do it's thing, but I'm wondering what the occasional episodes of 99.9% CPU usage (as reported by top) are. I keep a pg_autovacuum.log, and when the spikes start, often nothing is written to the log. And what...
0
9690
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9550
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10273
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10032
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9085
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6811
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4149
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2944
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.