From owner-svn-ports-head@freebsd.org Fri Oct 20 20:48:06 2017 Return-Path: Delivered-To: svn-ports-head@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 304B2E3FB3E for ; Fri, 20 Oct 2017 20:48:06 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: from mail-qt0-f180.google.com (mail-qt0-f180.google.com [209.85.216.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E8AD065630 for ; Fri, 20 Oct 2017 20:48:05 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: by mail-qt0-f180.google.com with SMTP id v41so19969353qtv.12 for ; Fri, 20 Oct 2017 13:48:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=Tj9r8Jdtfaz+//Y9KIzdl//ZQ9xc0d8uZaAwxx2drD0=; b=DgdAaiWT2KX+UCOnWQjMdILxP4wmC5sLB52F28tlc7h5FLlA3pgR8YnNg6xIXbKGjj nlnV1BxJ046DUcI68Mm1L5MIXu1lYLqrfnvqN4eyJcNxYsyDzyLeHKW021QiA5V1ziKT MiFzC68WMBfoss1+IhXoQjxWw9MGmgrNvi92IvnlUkU6lzzqwjPxv4aEfjNruLVdPE2K fH2lbbEQX4JMQdFPOWZg7XFI+MdXKjHomllVs0Yg/lZ5nBOr02JhBdGwvGDVfQ0jxW4u 9hpI1fw6OyIl+t9dVOd+WfK6eisXG7k9zTh+qE9NUJ58yPLqo4XEnWp6Z6atGoDglAiq j0mQ== X-Gm-Message-State: AMCzsaW2t4LbWmeWHpRlU2WSXrhNxqyYe9zrArXnmggKUXAbt2QqeAni TyyxZEPZpWFZZTKv1cVWHOv+osT1iVA= X-Google-Smtp-Source: ABhQp+RcEarJAIKcTniosoeyFY2kBnMnx4U9YW16rihsjm00Ui6tDYEUjx0TjwyBMta4lv95MmIjzA== X-Received: by 10.200.42.104 with SMTP id l37mr8616219qtl.73.1508526301949; Fri, 20 Oct 2017 12:05:01 -0700 (PDT) Received: from phe.ftfl.ca.ftfl.ca (hlfxns017vw-142-68-134-140.dhcp-dynamic.fibreop.ns.bellaliant.net. [142.68.134.140]) by smtp.gmail.com with ESMTPSA id o138sm981600qke.76.2017.10.20.12.05.00 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 20 Oct 2017 12:05:00 -0700 (PDT) From: Joseph Mingrone To: Johannes M Dieterich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r452497 - in head/devel: flang flang-clang flang/files References: <201710200134.v9K1Yhe9066542@repo.freebsd.org> Date: Fri, 20 Oct 2017 16:04:59 -0300 In-Reply-To: <201710200134.v9K1Yhe9066542@repo.freebsd.org> (Johannes M. Dieterich's message of "Fri, 20 Oct 2017 01:34:43 +0000 (UTC)") Message-ID: <86tvytabdw.fsf@phe.ftfl.ca> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Oct 2017 20:48:06 -0000 --=-=-= Content-Type: text/plain Johannes M Dieterich writes: > Author: jmd > Date: Fri Oct 20 01:34:43 2017 > New Revision: 452497 > URL: https://svnweb.freebsd.org/changeset/ports/452497 > Log: > devel/flang-clang and devel/flang: Upgrade to later snapshots. They bring a lot of fixed bugs inside of flang and support for ejecting AVX512 operations. Removes dependency on lang/openmp since devel/llvm40 brings its own (correct) libomp.so. > Reviewed by: swills (mentor) > Approved by: swills (mentor) > Differential Revision: https://reviews.freebsd.org/D12734 Hello Johannes, Something in this update has broken configure for math/R. Is -lm missing somewhere? I tried compiling the simple program below with -lm, but it didn't help. J. configure:6154: cc -O2 -pipe -DLIBICONV_PLUG -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -L/usr/local/flang/lib -lflang -lexecinfo -L/usr/local/lib -fstack-protector conftest.c -L/usr/local/lib >&5 /usr/local/flang/lib/libflang.so: undefined reference to `sincos' /usr/local/flang/lib/libflang.so: undefined reference to `sincosf' cc: error: linker command failed with exit code 1 (use -v to see invocation) configure:6158: $? = 1 configure:6196: result: no configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "R" | #define PACKAGE_TARNAME "R" | #define PACKAGE_VERSION "3.4.2" | #define PACKAGE_STRING "R 3.4.2" | #define PACKAGE_BUGREPORT "https://bugs.r-project.org" | #define PACKAGE_URL "https://www.r-project.org" | #define PACKAGE "R" | #define VERSION "3.4.2" | #define R_PLATFORM "amd64-portbld-freebsd11.1" | #define R_CPU "amd64" | #define R_VENDOR "portbld" | #define R_OS "freebsd11.1" | #define Unix 1 | #define R_ARCH "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:6201: error: in `/wrkdirs/usr/ports/math/R/work/R-3.4.2': configure:6204: error: C compiler cannot create executables --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEVbCTpybDiFVxIrrVNqQMg7DW754FAlnqSNtfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDU1 QjA5M0E3MjZDMzg4NTU3MTIyQkFENTM2QTQwQzgzQjBENkVGOUUACgkQNqQMg7DW 755X5A//XrPLRmiSAWcjnBgT5UCw5GVNcWN09eyMwTtbNFJKGZFL6xtzPq1Qx0Fc U1RDUIHAVrZIO9o9BHFE6/dZtHTEbjhREGqTWLFOHTdsr5eAmdpjU0PKV33rMn2J a3zxzssQwlFCtKK/AbDZq0S+oIj0Adot1YBEGzfa7I9c8gsp2mB5pgNCHqb0DLJF 4vjn2/54ap+EPFpqSOQ6VZ06sgE5LsN71mwJY8XHHB/m3Pfz0tRo5ItbsOxRJ3fR Bv+LtuV+hKKpw0vfylkZpE6jymjZzuITZaD2SIsgwhNN/Gstu/aXGR5EVV7uzoSs 1V+DiBzbQiLCqTxm3hhQBpWISgdac1SbCdXiGO+AZH0uMcBYL9g7cYqOIlpItaMa iyDqniZGyrPLRmqA+ux4aU3TPc/vNcOSjvXYxYsAfViEbi6gRUU5s71uB4VLxN5u 2F/63cjVLnI4YI2n+VEdIW0F2FJiv87uYyk1bO64w51HeeIFvjv8wrsox528AiTj plPvluSvIQ75Lw3CalXpuqvYmQPQIwmZ+ucM4tKEd7F9XjC5yu3o5zhJmOVVe5mq 1+qO7H7MU/pHdn8wFeAdfTrcqH6j+uKfJRBpHItxeMy0SacgWHT7DOSe5yX9v4wV lt8IP0vwtW/JP/D/usrMoa01HkfZ9wCqHGwf8XDnTy5Q7HCUMZQ= =I/zB -----END PGP SIGNATURE----- --=-=-=--