Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2008 21:52:55 +0100
From:      Jose Garcia Juanino <jjuanino@gmail.com>
To:        "Scott T. Hildreth" <shildret@scotth.emsphone.com>
Cc:        freebsd-database@freebsd.org, martinko <gamato@users.sourceforge.net>, freebsd-ports@freebsd.org, freebsd-java@freebsd.org
Subject:   Re: Oracle SQL Developer
Message-ID:  <20080117205255.GA1480@gauss.sanabria.es>
In-Reply-To: <1200599319.6367.75.camel@scotth.emsphone.com>
References:  <fk37e2$b2i$1@ger.gmane.org> <fk3u6t$a8f$1@ger.gmane.org> <478A7AFB.8040604@users.sf.net> <1200599319.6367.75.camel@scotth.emsphone.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--vkogqOf2sHV7VnPd
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

El jueves 17 de enero a las 20:48:39 CET, Scott T. Hildreth escribi=F3:
>=20
> On Sun, 2008-01-13 at 21:56 +0100, martinko wrote:
> > Marcin Cieslak wrote:
> > > martinko wrote:
> > >> Hallo,
> > >>
> > >> Would someone care to port Oracle's SQL Developer to FreeBSD, please=
 ?
> > >>
> > >> <http://www.oracle.com/technology/products/database/sql_developer/in=
dex.html>
> > >>
> > >>
> > >> Many thanks in advance!
> > >=20
> > > There is actually nothing to port, just download the non-JRE platform
> > > independent zip file, unpack and run "bash sqldeveloper" from
> > > sqldeveloper/sqldeveloper/bin directory.
> > >=20
> > > Works for me (7.0-BETA3 on amd64, self-compiled sun jdk15 from ports).
> > >=20
> > > --Marcin
> > >=20
> >=20
> >=20
> > Well,
> >=20
> > I've tried it on 6-STABLE (6.2.something) and it got stuck at splash=20
> > screen.  Btw, I've noticed output like this in terminal:
>=20
>   When I first ran it, I had the same problem.  Then I noticed that
> there was a prompt window behind the splash screen.  I was able to=20
> grab the edge and pull the window over and answer the prompt.

In my window manager I was able to move that window to another place and
answer "No" to the question. The window is hidden by the splash screen,
but it is possible to move it by mean of the menu window in the task
bar.

>=20
> >=20
> > expr: illegal option -- X
> > usage: expr [-e] expression
> > expr: illegal option -- D
> > usage: expr [-e] expression
> >=20
>=20
>   Linux expr has different options then the FreeBSD expr.  I ignore=20
>   these errors since they are testing paths and my install is working.

A workaround is to prefix the arguments of expr command with
a double hyphen (--)

> > Also, all the scripts use #!/bin/bash which doesn't work in FreeBSD.

It does not matter as the script are executed under sh shell:

$ sh sqldeveloper

>   I wrote a wrapper script to handle this,
>=20
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>=20
> #!/usr/local/bin/zsh
>=20
> cd ~/src/Java/sqldeveloper/sqldeveloper/bin/
> bash ./sqldeveloper $@
>=20
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>=20
> ...you could also link /usr/local/bin/bash to /bin/bash.

I think it would be possible to run sqldeveloper without any reference
to bash shell. I have submitted a problem report to port sqldeveloper:

http://www.freebsd.org/cgi/query-pr.cgi?pr=3D119756

Any feedback will be appreciated.


Regards

--vkogqOf2sHV7VnPd
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFHj8AnFOo0zaS9RnIRAlHTAJ9+/Flx09SqXH/mbTER/73UpT8DegCeP1m1
SHz3EnLXV94SIhReC1WJgZ0=
=NVYf
-----END PGP SIGNATURE-----

--vkogqOf2sHV7VnPd--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080117205255.GA1480>