From owner-freebsd-ports-bugs@freebsd.org Tue Mar 1 19:33:03 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5B3BABF617 for ; Tue, 1 Mar 2016 19:33:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B60511E84 for ; Tue, 1 Mar 2016 19:33:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u21JX330080686 for ; Tue, 1 Mar 2016 19:33:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 207622] lang/erlang: ODBC doesn't work on FreeBSD Date: Tue, 01 Mar 2016 19:33:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mk@steepath.eu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: olgeni@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2016 19:33:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207622 Bug ID: 207622 Summary: lang/erlang: ODBC doesn't work on FreeBSD Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: olgeni@FreeBSD.org Reporter: mk@steepath.eu Assignee: olgeni@FreeBSD.org Flags: maintainer-feedback?(olgeni@FreeBSD.org) Hi everyone, ODBC support doesn't compile ebin files on FreeBSD, using ports (via poudri= ere) and using official source. After installing this package with correct optio= ns I have only doc files and man page Here the output of all options ``` $ pkg info erlang erlang-18.2.4,3 Name : erlang Version : 18.2.4,3 Installed on : Mon Feb 29 17:11:08 2016 CET Origin : lang/erlang Architecture : freebsd:10:x86:64 Prefix : /usr/local Categories : java lang parallel Licenses : APACHE20 Maintainer : olgeni@FreeBSD.org WWW : http://www.erlang.org/ Comment : Functional programming language from Ericsson Options : DIRTY : off DOCS : on DTRACE : off GCC : off GS : off HIPE : on JAVA : off KQUEUE : on ODBC : on OPENSSL : on SCTP : on SMP : on THREADS : on WX : off Shared Libs required: libcrypto.so.7 libc.so.7 Annotations : repo_type : binary repository : next Flat size : 151MiB Description : Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance. WWW: http://www.erlang.org/ ``` And here files filter with ODBC: ``` $ pkg info -l erlang | grep -i odbc /usr/local/lib/erlang/lib/odbc-2.11.1/doc/html/book.gif /usr/local/lib/erlang/lib/odbc-2.11.1/doc/html/databases.html /usr/local/lib/erlang/lib/odbc-2.11.1/doc/html/error_handling.html /usr/local/lib/erlang/lib/odbc-2.11.1/doc/html/getting_started.html /usr/local/lib/erlang/lib/odbc-2.11.1/doc/html/index.html /usr/local/lib/erlang/lib/odbc-2.11.1/doc/html/introduction.html /usr/local/lib/erlang/lib/odbc-2.11.1/doc/html/note.gif /usr/local/lib/erlang/lib/odbc-2.11.1/doc/html/notes.gif /usr/local/lib/erlang/lib/odbc-2.11.1/doc/html/notes.html /usr/local/lib/erlang/lib/odbc-2.11.1/doc/html/odbc.eix /usr/local/lib/erlang/lib/odbc-2.11.1/doc/html/odbc.gif /usr/local/lib/erlang/lib/odbc-2.11.1/doc/html/odbc.html /usr/local/lib/erlang/lib/odbc-2.11.1/doc/html/odbc_app_arc.gif /usr/local/lib/erlang/lib/odbc-2.11.1/doc/html/ref_man.gif /usr/local/lib/erlang/lib/odbc-2.11.1/doc/html/release_notes.html /usr/local/lib/erlang/lib/odbc-2.11.1/doc/html/user_guide.gif /usr/local/lib/erlang/lib/odbc-2.11.1/doc/html/users_guide.html /usr/local/lib/erlang/lib/odbc-2.11.1/doc/pdf/odbc-2.11.1.pdf /usr/local/lib/erlang/lib/odbc-2.11.1/info /usr/local/lib/erlang/man/man3/odbc.3 ``` I've build with official source too, same issue. I've also read #167023 but= , I don't know if its the same problem. ``` FreeBSD localhost 10.1-RELEASE-p26 FreeBSD 10.1-RELEASE-p26 #0: Wed Jan 13 20:59:29 UTC 2016=20=20=20=20 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 ``` --=20 You are receiving this mail because: You are the assignee for the bug.=