Hello,

I'm having trouble building jdk 1.6 for OpenBSD 4.8 in a VMWare
virtual machine.  Is there something wrong with my procedure?

Thanks
Doug

Machine specs: VMWare with 2x i386 CPU, 2GB RAM, 8GB disk
Host system is OS X / VMWare Fusion 2.x; Vmware tools are NOT installed.

Steps to reproduce:
1. Download install48.iso for i386, connect as CDROM and boot
2. Install entire base system
3. Download ports.tar.gz, xenocara.tar.gz and extract into /usr/
4. Download src.tar.gz and sys.tar.gz; extract into /usr/src/
5. Edit /etc/mk.conf with:
ACCEPT_JRL_LICENSE=Yes

6. cd /usr/ports/devel/jdk/1.6/
7. make

Expected results:
JDK compiles, including downloading, configuring and compiling any dependencies

Actual results:
Compile apparently can't find iconv 2.0 or greater.

Details:
===>  jdk-1.6.0.03p10 depends on: gtar-* - not found
===>  Verifying install for gtar-* in archivers/gtar
===>  Checking files for gtar-1.23p1
`/usr/ports/distfiles/tar-1.23.tar.bz2' is up to date.
>> (SHA256) tar-1.23.tar.bz2: OK
===>  gtar-1.23p1 depends on: gettext->=0.18.1 - not found
===>  Verifying install for gettext->=0.18.1 in devel/gettext
===>  Checking files for gettext-0.18.1
`/usr/ports/distfiles/gettext-0.18.1.tar.gz' is up to date.
>> (SHA256) gettext-0.18.1.tar.gz: OK
===>  Verifying specs: iconv.>=2 iconv.>=2 c expat m ncurses stdc++ c
expat m ncurses stdc++
Missing library for iconv.>=2.0
Fatal error
*** Error code 1

Stop in /usr/ports/devel/gettext (line 1855 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/devel/gettext (line 2168 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/devel/gettext (line 1580 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/devel/gettext (line 2136 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/devel/gettext (line 2116 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/devel/gettext (line 1611 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/devel/gettext (line 2116 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/archivers/gtar (line 1765 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/archivers/gtar (line 2168 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/archivers/gtar (line 1580 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/archivers/gtar (line 2136 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/archivers/gtar (line 2116 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/archivers/gtar (line 1611 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/archivers/gtar (line 2116 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/devel/jdk/1.6 (line 1765 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/devel/jdk/1.6 (line 2116 of
/usr/ports/infrastructure/mk/bsd.port.mk).

Reply via email to