This is a discussion on What X86/X64 OS's do we need coverage for? within the pgsql Hackers forums, part of the PostgreSQL category; --> > > > The other platform I've whined about missing for some time is HP-UX, > > especially on ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > > > The other platform I've whined about missing for some time is HP-UX, > > especially on PA-RISC. But that's a whole different story. > > there are more obscure and rare platforms(both in terms that might be a > win for the buildfarm but HP-UX is really missing. Hello, I have access to a PA-RISC machine running HP-UX 11.11. Unfortunately the machine is on a dedicated network and has no Internet access. It should be possible to create a mirror of the CVS repository on my machine (which has access to both the Internet and the dedicated network) so that the HP-UX server could get the sources from my machine. But I am not sure whether the results could be reported back to the buildfarm. Cheers, Adrian Maier ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| |||
| On Mon, 9 Apr 2007, Adrian Maier wrote: >> >> > The other platform I've whined about missing for some time is HP-UX, >> > especially on PA-RISC. But that's a whole different story. >> >> there are more obscure and rare platforms(both in terms that might be a >> win for the buildfarm but HP-UX is really missing. > > Hello, > > I have access to a PA-RISC machine running HP-UX 11.11. Unfortunately > the machine is on a dedicated network and has no Internet access. > > It should be possible to create a mirror of the CVS repository on my machine > (which has access to both the Internet and the dedicated network) so that > the HP-UX server could get the sources from my machine. > But I am not sure whether the results could be reported back to the > buildfarm. > I think I'll be able to set up my HP-UX 11.11 box here, as soon as it gets fixed, and assuming either the bundled compiler will work or I can get GCC on it. This will take a week or 2, but I have permission now. (This box can get out to the internet via our proxy). LER > > Cheers, > Adrian Maier > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| |||
| Adrian Maier wrote: > > I have access to a PA-RISC machine running HP-UX 11.11. Unfortunately > the machine is on a dedicated network and has no Internet access. > > It should be possible to create a mirror of the CVS repository on my > machine > (which has access to both the Internet and the dedicated network) so that > the HP-UX server could get the sources from my machine. > But I am not sure whether the results could be reported back to the > buildfarm. > > The buildfarm has support for reporting via a proxy server. An appropriately configured instance of squid on the same machine that has the CVS mirror should do the trick. Look for BF_PROXY in the buildfarm config file. cheers andrew ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| |||
| Larry Rosenman <ler@lerctr.org> writes: > I think I'll be able to set up my HP-UX 11.11 box here, as soon as it gets > fixed, and assuming either the bundled compiler will work or I can get > GCC on it. If the bundled compiler is still the same non-ANSI-C weakling that was bundled in HPUX 10, there's no chance. It would be great to have a buildfarm member using HP's real ANSI-spec C compiler though. I still do a lot of my own development on HPUX 10 + gcc, so I'm not particularly worried about lack of that combination in the buildfarm. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| |||
| On Mon, 9 Apr 2007, Tom Lane wrote: > Larry Rosenman <ler@lerctr.org> writes: >> I think I'll be able to set up my HP-UX 11.11 box here, as soon as it gets >> fixed, and assuming either the bundled compiler will work or I can get >> GCC on it. > > If the bundled compiler is still the same non-ANSI-C weakling that was > bundled in HPUX 10, there's no chance. It would be great to have a > buildfarm member using HP's real ANSI-spec C compiler though. > I still do a lot of my own development on HPUX 10 + gcc, so I'm not > particularly worried about lack of that combination in the buildfarm. Looks like we are a DSPP member, so I might be able to get the aCC bundle for free, and if so, I'll set it up with that. Thanks, LER > > regards, tom lane > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| ||||
| On Thursday 05 April 2007 16:28, Larry Rosenman wrote: > I might use that as the base then, since the hardware finishes getting here > tomorrow. > > My question still stands on what OS's we need coverage for. One I see as missing right now is Solaris 10 X86 with gcc building 64bit binaries (we have more than one member building with SunStudio 11) > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 512-248-2683 E-Mail: ler@lerctr.org > US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 > > > -----Original Message----- > From: pgsql-hackers-owner@postgresql.org > [mailto > Sent: Thursday, April 05, 2007 6:18 PM > To: Larry Rosenman > Cc: pgsql-hackers@postgresql.org > Subject: Re: [HACKERS] What X86/X64 OS's do we need coverage for? > > > It will have CentOS 4.4 X86_64 as the base os with VMWare Server running > > on it. > > > > > > > > I am willing to run any X86 or X64 OS's in VM's as buildfarm clients. > > > > > > > > What OS's do we need coverage for? > > CentOS5 hits ina couple days. > > J > > > LER > > > > > > > > > > > > -- > > > > Larry Rosenman http://www.lerctr.org/~ler > > > > Phone: +1 512-248-2683 E-Mail: ler@lerctr.org > > > > US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |