From owner-freebsd-sparc64@FreeBSD.ORG Sun Apr 20 14:04:43 2014 Return-Path: Delivered-To: sparc64@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 1286EB10 for ; Sun, 20 Apr 2014 14:04:43 +0000 (UTC) Received: from mail-ee0-x22a.google.com (mail-ee0-x22a.google.com [IPv6:2a00:1450:4013:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 962251266 for ; Sun, 20 Apr 2014 14:04:42 +0000 (UTC) Received: by mail-ee0-f42.google.com with SMTP id d17so3009698eek.15 for ; Sun, 20 Apr 2014 07:04:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=RdqErnUGCwX0kozyWq2D0Ebx2LZV7dCbvt+jk/sn9qg=; b=gExGup7pU1NQ/EOgOVPQidZ0q9HAtFpk3m6r5Mcs1LPYXge+CXsH+mhcCC+OOfXDF4 lp5qi5TnMevKpjS0EvX6B4rvJL6hWV6RsLpg7diIJBi5RClxBQhZ/U74aTvjsbDdUWvf c+8yP581zdrpHtoJTDB085kuNAFiGtCscmo+FBtz9OH10gEEsq+UlbnryImJE5LFaD9p Bg/wAvNENNJf7BfuVQ2CaKKbtu5mQbPQAQHwOt2zKvvJzb22wxUEMeFCpHp8p/cEFrIo v1SSqd80zEAtFRxkvJIXXlPheuYF2abFG3rP5j6s0de/nkJ/aw1nHOVkOGqZTCfZ1tQq Fndw== X-Received: by 10.14.199.8 with SMTP id w8mr45454een.94.1398002680841; Sun, 20 Apr 2014 07:04:40 -0700 (PDT) Received: from [192.168.43.36] (pa-18-185-156.service.infuturo.it. [151.18.185.156]) by mx.google.com with ESMTPSA id 4sm94882562eeq.33.2014.04.20.07.04.39 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 20 Apr 2014 07:04:40 -0700 (PDT) Message-ID: <5353D3F8.1040202@gmail.com> Date: Sun, 20 Apr 2014 16:04:40 +0200 From: Riccardo Veraldi User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Craig Butler Subject: Re: libsoup References: <5350D21A.5050800@gmail.com> <25617748.123.1397978390159.JavaMail.craig@w520> In-Reply-To: <25617748.123.1397978390159.JavaMail.craig@w520> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: sparc64@freebsd.org X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2014 14:04:43 -0000 hi thank you very much for your reply. here is the relevant part of my config.log but I did not find any core file in /usr/ports/devel/libsoup/work/libsoup-2.40.3 configure:14359: checking for glib-networking (glib TLS implementation) configure:14379: cc -o conftest -O2 -pipe -fno-strict-aliasing -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_34 -I/usr/local/include -L/usr/local/lib conftest.c -lgio-2.0 -lgobject-2.0 -L/usr/local/lib -lglib-2.0 -lintl >&5 configure:14379: $? = 0 configure:14379: ./conftest configure:14379: $? = 139 configure: program exited with status 139 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libsoup" | #define PACKAGE_TARNAME "libsoup" | #define PACKAGE_VERSION "2.40.3" | #define PACKAGE_STRING "libsoup 2.40.3" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup" | #define PACKAGE_URL "" | #define PACKAGE "libsoup" | #define VERSION "2.40.3" | #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 HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define GETTEXT_PACKAGE "libsoup" | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define HAVE_GMTIME_R 1 | #define HAVE_MMAP 1 | /* end confdefs.h. */ | #include | int | main () | { | g_type_init (); return !g_tls_backend_supports_tls (g_tls_backend_get_default ()); | ; | return 0; | } configure:14390: result: no configure:14404: error: libsoup requires glib-networking for TLS support. If you are building a package, you can pass --disable-tls-check to allow building libsoup anyway (since glib-networking is not actually required at compile time), but you should be sure to add a runtime dependency on it. my hardware details test-args: diag-passes: 1 enclosure-type: 540-3256-15 banner-name: Sun Blade 1000 energystar-enabled?: true pcia-probe-list: 4,1 pcib-probe-list: 5,6,1,2,3,4 local-mac-address?: false fcode-debug?: false silent-mode?: false scsi-initiator-id: 7 oem-logo: oem-logo?: false oem-banner: oem-banner?: false ansi-terminal?: true screen-#columns: 80 screen-#rows: 34 ttyb-rts-dtr-off: false ttyb-ignore-cd: true ttya-rts-dtr-off: false ttya-ignore-cd: true ttyb-mode: 9600,8,n,1,- ttya-mode: 9600,8,n,1,- output-device: screen input-device: keyboard load-base: 16384 auto-boot?: true boot-command: boot diag-file: diag-device: net boot-file: boot-device: /pci@8,600000/SUNW,qlc@4/fp@0,0/disk@w2100001862133c8d,0:a use-nvramrc?: false nvramrc: security-mode: none security-password: security-#badlogins: 0 #power-cycles: 167 diag-script: none diag-level: max diag-switch?: false error-reset-recovery: boot FreeBSD 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0 r261209: Mon Feb 3 12:43:49 CET 2014 root@:/usr/obj/usr/src/sys/GENERIC sparc64 thank you