Re: building jdk 1.5 ports on openbsd 3.7

2005-09-22 Thread Kurt Miller
On Thursday 22 September 2005 10:56 am, Allan P. Magmanlac wrote:
> Hello,
> I was trying to build jdk 1.5 on openbsd3.7 using ports collection,
> however I get various errors. So many of them.

Sounds like your using a -current ports tree with 3.7. (jdk/1.5
was committed after 3.7)

> (i.e Stop in /usr/ports/devel/jdk/1.4/ (line 1817 of
> /usr/ports/infrastructure/mk/bsd.port.mk)
> Error code 1
> Stop in /usr/ports/devel/jdk/1.5/ (line 1344 of
> /usr/ports/infrastructure/mk/bsd.port.mk).
>
>  I downloaded some packages from sun already and other patches. Is there
> an easy way to have jdk installed on this system?
>
> Thank you.



Re: building jdk 1.5 ports on openbsd 3.7

2005-09-22 Thread Allan P. Magmanlac

Yeah, I did not notice that. I pulled the patchbranch.
It's working now.
Thanks

Kurt Miller wrote:


On Thursday 22 September 2005 10:56 am, Allan P. Magmanlac wrote:
 


Hello,
   I was trying to build jdk 1.5 on openbsd3.7 using ports collection,
however I get various errors. So many of them.
   



Sounds like your using a -current ports tree with 3.7. (jdk/1.5
was committed after 3.7)

 


(i.e Stop in /usr/ports/devel/jdk/1.4/ (line 1817 of
/usr/ports/infrastructure/mk/bsd.port.mk)
Error code 1
Stop in /usr/ports/devel/jdk/1.5/ (line 1344 of
/usr/ports/infrastructure/mk/bsd.port.mk).

I downloaded some packages from sun already and other patches. Is there
an easy way to have jdk installed on this system?

Thank you.
   




 



--

--
Allan P. Magmanlac
[EMAIL PROTECTED]
NRNS Incorporated
DREnet Network Coordination Centre (NCC)
Tel: (613) 599-7860 ext 107





Re: building jdk 1.5 ports on openbsd 3.7

2005-09-23 Thread Allan P. Magmanlac
Oops, just to clarify. I did not install 1.5 because this is not 
available in the patch branch . I installed 1.4.

Is there an easy way the to install  1.5 ports, where can I get this?.

Thank you.

Allan P. Magmanlac wrote:


Yeah, I did not notice that. I pulled the patchbranch.
It's working now.
Thanks

Kurt Miller wrote:


On Thursday 22 September 2005 10:56 am, Allan P. Magmanlac wrote:
 


Hello,
   I was trying to build jdk 1.5 on openbsd3.7 using ports collection,
however I get various errors. So many of them.
  



Sounds like your using a -current ports tree with 3.7. (jdk/1.5
was committed after 3.7)

 


(i.e Stop in /usr/ports/devel/jdk/1.4/ (line 1817 of
/usr/ports/infrastructure/mk/bsd.port.mk)
Error code 1
Stop in /usr/ports/devel/jdk/1.5/ (line 1344 of
/usr/ports/infrastructure/mk/bsd.port.mk).

I downloaded some packages from sun already and other patches. Is there
an easy way to have jdk installed on this system?

Thank you.
  




 





--

--
Allan P. Magmanlac
[EMAIL PROTECTED]
NRNS Incorporated
DREnet Network Coordination Centre (NCC)
Tel: (613) 599-7860 ext 107





Re: building jdk 1.5 ports on openbsd 3.7

2005-09-23 Thread Josh Grosse
On Fri, Sep 23, 2005 at 10:05:58AM -0400, Allan P. Magmanlac wrote:
> Oops, just to clarify. I did not install 1.5 because this is not 
> available in the patch branch . I installed 1.4.
> Is there an easy way the to install  1.5 ports, where can I get this?.

>From the OpenBSD FAQ Chapter 5.1 (Flavors), in the section labelled
"Keeping Things in Sync":


It is important to understand that OpenBSD is an Operating System, intended 
to be taken as a whole, not a kernel with a bunch of utilities stuck on. You 
must make sure your kernel, "userland" (the supporting utilities and files) 
and ports tree are all in sync, or unpleasant things will happen. Said another 
way (because people just keep making the error), you can not run brand new 
ports on a month old system, or rebuild a kernel from -current source and 
expect it to work with a -release userland. Yes, this does mean you need to 
update your system if you want to run a new program which was added to the 
ports tree today. Sorry, but again, OpenBSD has limited resources available.