From owner-freebsd-gnome@freebsd.org Fri Apr 5 07:04:46 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1262B156CA41 for ; Fri, 5 Apr 2019 07:04:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 88B2882841 for ; Fri, 5 Apr 2019 07:04:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 484B3156CA40; Fri, 5 Apr 2019 07:04:45 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20949156CA3F for ; Fri, 5 Apr 2019 07:04:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 93A538283F for ; Fri, 5 Apr 2019 07:04:44 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id B7527765E for ; Fri, 5 Apr 2019 07:04:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x3574h14083047 for ; Fri, 5 Apr 2019 07:04:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x3574h8M083046 for gnome@FreeBSD.org; Fri, 5 Apr 2019 07:04:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 236757] graphics/cairo: configure failure: Unknown float word ordering. Date: Fri, 05 Apr 2019 07:04:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed 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 Many People X-Bugzilla-Who: martin.mato@orange.fr X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: 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-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2019 07:04:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236757 martin.mato@orange.fr changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.mato@orange.fr --- Comment #1 from martin.mato@orange.fr --- Greetings I have the same bug with a machine in CURRENT(r345379), but no jails. I'm using a custom kernel, i have to say, but only removed devices that are= not present on my system. The config.log show this: ------snip------ configure:19537: checking whether byte ordering is bigendian configure:19552: cc -c -O2 -pipe -march=3Dbdver3 -fstack-protector -fno-strict-aliasing conftest.c >&5 conftest.c:31:9: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:31:14: error: expected ';' after top level declarator not a universal capable compiler ^ ; 2 errors generated. configure:19552: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.16.0" | #define PACKAGE_STRING "cairo 1.16.0" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=3Dcairo" | #define PACKAGE_URL "https://cairographics.org/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TYPEOF 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:19597: cc -c -O2 -pipe -march=3Dbdver3 -fstack-protector -fno-strict-aliasing conftest.c >&5 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TYPEOF 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:19597: cc -c -O2 -pipe -march=3Dbdver3 -fstack-protector -fno-strict-aliasing conftest.c >&5 configure:19597: $? =3D 0 configure:19615: cc -c -O2 -pipe -march=3Dbdver3 -fstack-protector -fno-strict-aliasing conftest.c >&5 conftest.c:37:4: error: use of undeclared identifier 'not' not big endian ^ 1 error generated. configure:19615: $? =3D 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cairo" | #define PACKAGE_TARNAME "cairo" | #define PACKAGE_VERSION "1.16.0" | #define PACKAGE_STRING "cairo 1.16.0" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=3Dcairo" | #define PACKAGE_URL "https://cairographics.org/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TYPEOF 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER !=3D BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:19743: result: no configure:19761: checking whether float word ordering is bigendian configure:19789: cc -o conftest -O2 -pipe -march=3Dbdver3 -fstack-protector -fno-strict-aliasing -fstack-protector conftest.c >&5 configure:19789: $? =3D 0 configure:19808: result: unknown configure:19824: error: Unknown float word ordering. You need to manually preset ax_cv_c_float_words_bigendian=3Dno (or yes) according to your system. ------snip------ Best regards Martin --=20 You are receiving this mail because: You are the assignee for the bug.=