From owner-freebsd-java@FreeBSD.ORG Fri Dec 13 15:00:13 2013 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D70077D for ; Fri, 13 Dec 2013 15:00:13 +0000 (UTC) Received: from mail-la0-f53.google.com (mail-la0-f53.google.com [209.85.215.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A7461033 for ; Fri, 13 Dec 2013 15:00:12 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id mc6so1466379lab.40 for ; Fri, 13 Dec 2013 07:00:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:subject:message-id:date:to :mime-version; bh=DCWjTDhrwEmRFDfMvfFhyo0UjGzo3SCcUZyvxUR40cI=; b=eMyHKUFf/fRLkxeUX2lYcTpNMbnDseytDdeiAQKd/JJabAtuWMRhAFaUFZh2MtXflj KW1P/ttWh3WFieVdIgfmFpyzZq3i3OL51nIwKnSCOkGhPre59JmFYH3I26pGR+cmik7r T2FpsMh2swQWySHNmtFE9LNuAew2wfnvVKIwk9hwlkxbkMD1fp9PU2viGU7cUpmr4FUE V/CjS1L9XQqvycpxeytOVee0WYOzaGtA1JIYvufV8qfWrMi80Uvo6XmDpVJf6VBylUxQ wNrp/1k4pcMnYCdr/MhaYwI5JPewVlWDGiSvdjFubLlPps/d/l8qufe+NISxTqeu+R4m zbwg== X-Gm-Message-State: ALoCoQlKVq8ju7lf6ZrB0Kvh3IInEIiJVyICSgghF6+/7P7kdxZGUu1DlF/S/1uDaZf04hPqkPTJ X-Received: by 10.152.120.102 with SMTP id lb6mr1809142lab.37.1386946804526; Fri, 13 Dec 2013 07:00:04 -0800 (PST) Received: from [192.168.12.33] (broadband-188-255-110-3.nationalcablenetworks.ru. [188.255.110.3]) by mx.google.com with ESMTPSA id r10sm4946255lag.7.2013.12.13.07.00.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 13 Dec 2013 07:00:03 -0800 (PST) From: Valentin Popov Subject: /usr/local/openjdk7/jre/lib/amd64/libnpt.so: Undefined symbol "libiconv_open" Message-Id: <364D8751-C0F2-49A9-B5D5-B9321C54395D@gmail.com> Date: Fri, 13 Dec 2013 19:00:02 +0400 To: freebsd-java@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) X-Mailer: Apple Mail (2.1510) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2013 15:00:13 -0000 After upgrade openjdk7 to latest one (7.45.18 ) via portmaster, get a = problem with remote debugging.=20 When starting tomcat 7 with options = java_opts=3D"-Dversion=3Denterpriseedition -Xmx2048m -Xms256m = -XX:PermSize=3D128M -XX:MaxPermSize=3D256M -Xdebug = -Xrunjdwp:transport=3Ddt_socket,server=3Dy,address=3D8000"=20 get and error on catalina.out = "/usr/local/openjdk7/jre/lib/amd64/libnpt.so: Undefined symbol = "libiconv_open"" FreeBSD 9.1 AMD64. After downgrade to 7.9.05 version, remote debugging working.=20 Regards, Valentin Popov