From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 24 21:50:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1983616A41B for ; Mon, 24 Sep 2007 21:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E84B313C461 for ; Mon, 24 Sep 2007 21:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8OLo1Ih007948 for ; Mon, 24 Sep 2007 21:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8OLo1KT007947; Mon, 24 Sep 2007 21:50:01 GMT (envelope-from gnats) Resent-Date: Mon, 24 Sep 2007 21:50:01 GMT Resent-Message-Id: <200709242150.l8OLo1KT007947@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Edwin Groothuis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0573116A479 for ; Mon, 24 Sep 2007 21:48:33 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id C9BA613C4BA for ; Mon, 24 Sep 2007 21:48:30 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id AAB8A2219D20; Tue, 25 Sep 2007 07:48:29 +1000 (EST) Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail5.barnet.com.au (Postfix) with ESMTP id 73A5A21B10C2 for ; Tue, 25 Sep 2007 07:48:29 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 21EA62219D0B for ; Tue, 25 Sep 2007 07:48:29 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 7928ADC; Tue, 25 Sep 2007 07:48:31 +1000 (EST) Message-Id: <20070924214831.7928ADC@k7.mavetju> Date: Tue, 25 Sep 2007 07:48:31 +1000 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/116615: breakage in math/ruby-gsl due to upgrade of gsl to 1.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 21:50:02 -0000 >Number: 116615 >Category: ports >Synopsis: breakage in math/ruby-gsl due to upgrade of gsl to 1.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 24 21:50:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 6.2-RELEASE-p4 i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:55:55 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/SMP i386 >Description: After last sundays update: min.c:128: warning: static declaration of 'gsl_min_fminimizer_x_minimum' follows non-static declaration /usr/local/include/gsl/gsl_min.h:79: warning: previous declaration of 'gsl_min_f minimizer_x_minimum' was here min.c: In function `gsl_min_fminimizer_x_minimum': min.c:130: error: structure has no member named `minimum' min.c: At top level: min.c:134: warning: static declaration of 'gsl_min_fminimizer_f_minimum' follows non-static declaration /usr/local/include/gsl/gsl_min.h:82: warning: previous declaration of 'gsl_min_f minimizer_f_minimum' was here min.c:139: warning: static declaration of 'gsl_min_fminimizer_f_lower' follows n on-static declaration /usr/local/include/gsl/gsl_min.h:83: warning: previous declaration of 'gsl_min_f minimizer_f_lower' was here min.c:144: warning: static declaration of 'gsl_min_fminimizer_f_upper' follows n on-static declaration /usr/local/include/gsl/gsl_min.h:84: warning: previous declaration of 'gsl_min_f minimizer_f_upper' was here *** Error code 1 Stop in /var/ports/root/cvs/ports/math/ruby-gsl/work/rb-gsl-1.9.2/ext. setup.rb:655:in `command': system("make") failed (RuntimeError) from setup.rb:664:in `make' from setup.rb:1258:in `setup_dir_ext' from setup.rb:1532:in `__send__' from setup.rb:1532:in `traverse' from setup.rb:1549:in `dive_into' from setup.rb:1530:in `traverse' from setup.rb:1524:in `exec_task_traverse' from setup.rb:1519:in `each' from setup.rb:1519:in `exec_task_traverse' from setup.rb:1246:in `exec_setup' from setup.rb:996:in `exec_setup' from setup.rb:826:in `__send__' from setup.rb:826:in `invoke' from setup.rb:773:in `invoke' from setup.rb:1578 *** Error code 1 Stop in /root/cvs/ports/math/ruby-gsl. >How-To-Repeat: Build math/ruby-gsl in a clean environment. >Fix: ? >Release-Note: >Audit-Trail: >Unformatted: