Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2013 06:17:43 -0700
From:      Kavitha H Yogaraj <ykavitha@uw.edu>
To:        Ronald Klop <ronald-freebsd8@klop.yi.org>,  horst leitenmueller <horst.leitenmueller@liwest.at>
Cc:        =?ISO-8859-1?Q?Heiner_Strau=DF?= <heiner_ej@yahoo.de>, freebsd-java@freebsd.org
Subject:   Re: FreeBSD java installation help!
Message-ID:  <CAEhp90egRHJ=McCjnPF2yYnpHUkMLvQ5VPQ2608Ht6hCP9%2BYWg@mail.gmail.com>
In-Reply-To: <op.wy0rane48527sy@ronaldradial.versatec.local>
References:  <CAEhp90dB%2BxM4%2B39Hz7Ed_m=BqixZzbgZkewv3vDqAVD-9eLoPg@mail.gmail.com> <F8A86A46-6B12-4B41-981C-3DB21787F72C@yahoo.de> <CAEhp90dFDaZ7q4dQFaMWQXNodbWn6ehwSpaXFTR65bp7PnYbxQ@mail.gmail.com> <op.wy0rane48527sy@ronaldradial.versatec.local>

next in thread | previous in thread | raw e-mail | index | archive | help
Hey Ronald & Horst,

Thank you very much for these two instructions,
portsnap fetch
portsnap extract

I at least understood what people are talking online -about creating cd
/usr/ports.... etc...

Now, as Horst said, I'm first installing Xorg-libraries by this
cd /usr/ports/x11/xorg-libraries
make install


But, it looks like there is some package existing already, I get this error
message...

=3D=3D=3D>  Installing for pkgconf-0.9.2_1

=3D=3D=3D>  pkgconf-0.9.2_1 conflicts with installed package(s):
      pkg-config-0.25_1

      They install files into the same place.
      Please remove them first with pkg_delete(1).
*** Error code 1

Stop in /usr/ports/devel/pkgconf.
*** Error code 1

Stop in /usr/ports/x11/libdmx.
*** Error code 1

Stop in /usr/ports/x11/xorg-libraries.


x11/xorg was not installed... If I go head and delete this existing package
will it create dependencies of deletion? because  right now, I'm the only
one doing this in my lab all others are on break. I don't want to mess up
the running system.



thanks
kav
On Fri, Jun 21, 2013 at 1:02 AM, Ronald Klop <ronald-freebsd8@klop.yi.org>w=
rote:

> Try this.
>
> cd /usr/ports/java/openjdk7
> make install
> make clean
>
> If the directory /usr/ports does not exist you can create it with this.
> portsnap fetch
> portsnap extract
>
> To update the ports directory to the latest version:
> portsnap fetch
> portsnap update
>
> See the online handbook for more information about ports and FreeBSD.
> http://www.freebsd.org/doc/en_**US.ISO8859-1/books/handbook/**
> updating-upgrading-portsnap.**html<http://www.freebsd.org/doc/en_US.ISO88=
59-1/books/handbook/updating-upgrading-portsnap.html>
>
> Regards,
> Ronald.
>
>
> On Thu, 20 Jun 2013 20:07:26 +0200, Kavitha H Yogaraj <ykavitha@uw.edu>
> wrote:
>
>  Thanks for the reply,
>>
>> I'm following these steps from this site
>> http://haulynjason.net/weblog/**2012/10/install-opnejdk7-on-**
>> freebsd/#comment-6055<http://haulynjason.net/weblog/2012/10/install-opne=
jdk7-on-freebsd/#comment-6055>
>>
>> I can=92t see Edit folder in my openJdk7 folder when I unzip it from thi=
s
>> URL.
>>
>> ftp://ftp.freebsd.org/pub/**FreeBSD/ports/amd64/packages-**
>> 9.1-release//java/openjdk-7.9.**05_1.tbz<ftp://ftp.freebsd.org/pub/FreeB=
SD/ports/amd64/packages-9.1-release//java/openjdk-7.9.05_1.tbz>
>>
>> Could you please help me where to find this make.conf file?
>>
>> When I use this command pkg_add -r openjdk7
>> I get this error
>> Error: Unable to get
>> ftp://ftp.freebsd.org/pub/**FreeBSD/ports/amd64/packages-**
>> 9.0-release/Latest/openjdk7.**tbz<ftp://ftp.freebsd.org/pub/FreeBSD/port=
s/amd64/packages-9.0-release/Latest/openjdk7.tbz>
>> :
>> File unavailable (e.g., file not found, no access)
>> pkg_add: unable to fetch '
>> ftp://ftp.freebsd.org/pub/**FreeBSD/ports/amd64/packages-**
>> 9.0-release/Latest/openjdk7.**tbz<ftp://ftp.freebsd.org/pub/FreeBSD/port=
s/amd64/packages-9.0-release/Latest/openjdk7.tbz>
>> '
>> by URL
>>
>> And then, when I try to mention the site name
>>
>> PACKAGESITE=3D
>> ftp://ftp.freebsd.org/pub/**FreeBSD/ports/i386/packages-9-**
>> stable/ftp://ftp.freebsd.org/**pub/FreeBSD/ports/amd64/**
>> packages-9.1-release//java/**openjdk-7.9.05_1.tbz<ftp://ftp.freebsd.org/=
pub/FreeBSD/ports/i386/packages-9-stable/ftp://ftp.freebsd.org/pub/FreeBSD/=
ports/amd64/packages-9.1-release//java/openjdk-7.9.05_1.tbz>
>> I again get invalid command error.
>>
>> Could you please help me in installing java in FreeBSD?
>>
>> On Wed, Jun 19, 2013 at 2:02 PM, Heiner Strau=DF <heiner_ej@yahoo.de>
>> wrote:
>>
>>
>>> Am 19.06.2013 um 21:28 schrieb Kavitha H Yogaraj <ykavitha@uw.edu>:
>>>
>>> > Hi there,
>>> >
>>> > I'm a newbie to FreeBSD, have no idea how to install java in FreeBSD
>>> OS.
>>> > In the resources available online, its said that fresh ports need to =
be
>>> > used, some other also say that it didn't worked.
>>> >
>>>
>>> Hi,
>>> you only need to compile and install the right port. For JDK 6 it is
>>> openjdk6, it will work. Please proceed as described in the handbook.
>>> Don't
>>> use parallel make jobs, it will fail with openjdk.
>>>
>>> > Could you please help me out in installing Java -headless (X11) in
>>> FreeBsd?
>>> >
>>>
>>> Building headless is an art of its own, you have to ask the openjdk
>>> people, it is not supported through the FreeBSD port system at the
>>> moment,
>>> at least not for JDK6. Maybe it is easier to build headless with JDK 7.
>>> Please inform us if you find a solution for headless, I'm very
>>> interested.
>>> Greetings.
>>>
>>> --
>>>
>>> Heiner Strau=DF
>>>
>>>
>>>
>>>
>>>
>>>
>>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAEhp90egRHJ=McCjnPF2yYnpHUkMLvQ5VPQ2608Ht6hCP9%2BYWg>