From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 21 08:28:35 2012 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF15231C for ; Sun, 21 Oct 2012 08:28:35 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 9DD9F8FC20 for ; Sun, 21 Oct 2012 08:28:35 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id q9L8SZAT055668 for ; Sun, 21 Oct 2012 08:28:35 GMT (envelope-from linimon@FreeBSD.org) Date: Sun, 21 Oct 2012 08:28:35 GMT Message-Id: <201210210828.q9L8SZAT055668@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ruby@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2012 08:28:35 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: databases/ruby-kyotocabinet broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-kyotocabinet portname: databases/rubygem-delayed_job_data_mapper broken because: delayed_job_data_mapper requires delayed_job (~> 2.1) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=rubygem-delayed_job_data_mapper portname: databases/rubygem-dm-core broken because: unable to resolve dependencies build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.7.20120910204647/rubygem-dm-core-1.2.0.log (_Aug_18_17:45:00_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=rubygem-dm-core portname: japanese/rubygem-myrurema broken because: unable to resolve dependencies build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20120812220927/ja-rubygem-myrurema-0.3.0.log (_Aug_19_05:48:13_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=rubygem-myrurema If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Sun Oct 21 08:29:39 2012 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C481E55F for ; Sun, 21 Oct 2012 08:29:39 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id B03528FC16 for ; Sun, 21 Oct 2012 08:29:39 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id q9L8Tdt8062318 for ; Sun, 21 Oct 2012 08:29:39 GMT (envelope-from linimon@FreeBSD.org) Date: Sun, 21 Oct 2012 08:29:39 GMT Message-Id: <201210210829.q9L8Tdt8062318@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ruby@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2012 08:29:39 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: databases/ruby-kyotocabinet description: Ruby (1.9.1+) binding to Kyoto Cabinet maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2012-05-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-kyotocabinet If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 22 11:07:28 2012 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9109517 for ; Mon, 22 Oct 2012 11:07:28 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 9062B8FC18 for ; Mon, 22 Oct 2012 11:07:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9MB7Smo045853 for ; Mon, 22 Oct 2012 11:07:28 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9MB7Sbp045851 for ruby@FreeBSD.org; Mon, 22 Oct 2012 11:07:28 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 22 Oct 2012 11:07:28 GMT Message-Id: <201210221107.q9MB7Sbp045851@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ruby@FreeBSD.org Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2012 11:07:28 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/172118 ruby [NEW PORT] www/rubygem-eventmachine_httpserver - Event o ports/172117 ruby [NEW PORT] www/rubygem-async_sinatra - Async plugin to o ports/172116 ruby [NEW PORT] devel/rubygem-pry-remote-em - Connect to Pr o ports/172115 ruby [NEW PORT] databases/rubygem-mysql2 - Ruby bindings fo o ports/171705 ruby [MAINTAINER] www/gist: add converters/ruby-iconv depen o ports/171010 ruby Updated port security/rubygem-net-ssh o ports/171008 ruby Updated port devel/rubygem-highline o ports/170916 ruby Mk/bsd.ruby.mk: setting RUBY variable fails to set RUB o ports/170777 ruby [PATCH] Not LIBS but LDFLAGS in Makefile of lang/ruby1 9 problems total. From owner-freebsd-ruby@FreeBSD.ORG Mon Oct 22 23:42:09 2012 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1458AAA for ; Mon, 22 Oct 2012 23:42:09 +0000 (UTC) (envelope-from nikolai777@kerek.myjino.ru) Received: from srv24-s-st.jino.ru (srv24-s-st.jino.ru [81.177.6.31]) by mx1.freebsd.org (Postfix) with ESMTP id 25BC88FC0C for ; Mon, 22 Oct 2012 23:42:09 +0000 (UTC) Received: from 95-27-17-42.broadband.corbina.ru (95-27-17-42.broadband.corbina.ru [95.27.17.42]) (Authenticated sender: nikolai777@kerek.myjino.ru) by srv24-s-st.jino.ru (Postfix) with ESMTP id 68D5ADF1522 for ; Tue, 23 Oct 2012 03:42:51 +0400 (MSK) From: "infomagz" Subject: =?utf-8?B?0J/QvtC50LzQsNC5INGB0LLQvtC5INC60YPRiCE=?= To: "ruby" MIME-Version: 1.0 Organization: infomagz Date: Tue, 23 Oct 2012 03:42:36 +0400 Message-Id: <20121022234251.68D5ADF1522@srv24-s-st.jino.ru> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2012 23:42:09 -0000 =EF=BB=BF=D0=9E=D0=B1=D0=B7=D0=BE=D1=80 =D0=BB=D1=83=D1=87=D1=88=D0=B8= =D1=85 =D0=BE=D0=BD=D0=BB=D0=B0=D0=B9=D0=BD =D0=BA=D0=B0=D0=B7=D0=B8=D0= =BD=D0=BE =D0=B2 =D1=81=D0=B5=D1=82=D0=B8! =D0=9D=D0=B0=D1=88 =D1=81=D0=B0=D0=B9=D1=82 =D0=BF=D0=BE=D1=81=D0=B2=D1= =8F=D1=89=D0=B5=D0=BD =D0=B2=D1=81=D0=B5=D0=BC=D1=83, =D1=87=D1=82=D0=BE= =D1=81=D0=B2=D1=8F=D0=B7=D0=B0=D0=BD=D0=BE =D1=81 =D0=BE=D0=BD=D0=BB=D0= =B0=D0=B9=D0=BD =D0=BA=D0=B0=D0=B7=D0=B8=D0=BD=D0=BE.=20 =D0=9D=D0=B0 =D0=BD=D0=B0=D1=88=D0=B5=D0=BC =D0=BF=D0=BE=D1=80=D1=82=D0= =B0=D0=BB=D0=B5 =D0=92=D1=8B =D0=BD=D0=B0=D0=B9=D0=B4=D0=B5=D1=82=D0=B5= : =20 - =D0=9E=D0=B1=D0=B7=D0=BE=D1=80=D1=8B =D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0= =BD=D0=B5=D1=82 =D0=BA=D0=B0=D0=B7=D0=B8=D0=BD=D0=BE. =D0=A1=D0=B0=D0=BC= =D0=B0=D1=8F =D0=BF=D0=BE=D0=BB=D0=BD=D0=B0=D1=8F =D0=B8=D0=BD=D1=84=D0= =BE=D1=80=D0=BC=D0=B0=D1=86=D0=B8=D1=8F =D0=BE =D0=BB=D1=83=D1=87=D1=88= =D0=B8=D1=85 =D1=80=D1=83=D1=81=D1=81=D0=BA=D0=BE=D1=8F=D0=B7=D1=8B=D1= =87=D0=BD=D1=8B=D1=85 =D0=BE=D0=BD=D0=BB=D0=B0=D0=B9=D0=BD =D0=BA=D0=B0= =D0=B7=D0=B8=D0=BD=D0=BE.=20 - =D0=9E=D0=B1=D0=B7=D0=BE=D1=80 =D0=B1=D0=BE=D0=BD=D1=83=D1=81=D0=BD=D1= =8B=D1=85 =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=BC =D0=B8=D0=BD= =D1=82=D0=B5=D1=80=D0=BD=D0=B5=D1=82 =D0=BA=D0=B0=D0=B7=D0=B8=D0=BD=D0= =BE. =D0=92=D1=81=D1=8F =D0=BD=D0=B5=D0=BE=D0=B1=D1=85=D0=BE=D0=B4=D0= =B8=D0=BC=D0=B0=D1=8F =D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=86= =D0=B8=D1=8F =D0=BE =D0=BD=D0=B0=D0=B8=D0=B1=D0=BE=D0=BB=D0=B5=D0=B5 =D0= =B8=D0=BD=D1=82=D0=B5=D1=80=D0=B5=D1=81=D0=BD=D1=8B=D1=85 =D0=B1=D0=BE= =D0=BD=D1=83=D1=81=D0=B0=D1=85 =D0=BE=D0=BD=D0=BB=D0=B0=D0=B9=D0=BD =D0= =BA=D0=B0=D0=B7=D0=B8=D0=BD=D0=BE. - =D0=9F=D0=BE=D0=BB=D0=B5=D0=B7=D0=BD=D0=B0=D1=8F =D0=B8=D0=BD=D1=84=D0= =BE=D1=80=D0=BC=D0=B0=D1=86=D0=B8=D1=8F =D0=BE=D0=B1 =D0=B8=D0=B3=D1=80= =D0=B0=D1=85 =D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=BD=D0=B5=D1=82 =D0=BA=D0= =B0=D0=B7=D0=B8=D0=BD=D0=BE. =D0=9E=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8= =D0=B5 =D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB =D0=BF=D0=BE=D0=BF=D1=83=D0= =BB=D1=8F=D1=80=D0=BD=D1=8B=D1=85 =D0=B8=D0=B3=D1=80 =D0=BE=D0=BD=D0=BB= =D0=B0=D0=B9=D0=BD =D0=BA=D0=B0=D0=B7=D0=B8=D0=BD=D0=BE. =D0=9D=D0=B0=D0= =B8=D0=B1=D0=BE=D0=BB=D0=B5=D0=B5 =D1=8D=D1=84=D1=84=D0=B5=D0=BA=D1=82= =D0=B8=D0=B2=D0=BD=D1=8B=D0=B5 =D1=81=D1=82=D1=80=D0=B0=D1=82=D0=B5=D0= =B3=D0=B8=D0=B8 =D0=B8=D0=B3=D1=80.=20 - =D0=98 =D0=BC=D0=BD=D0=BE=D0=B3=D0=BE =D0=B4=D1=80=D1=83=D0=B3=D0=BE= =D0=B9 =D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=B5=D1=81=D0=BD=D0=BE=D0=B9 =D0= =B8 =D0=BF=D0=BE=D0=BB=D0=B5=D0=B7=D0=BD=D0=BE=D0=B9 =D0=B8=D0=BD=D1=84= =D0=BE=D1=80=D0=BC=D0=B0=D1=86=D0=B8=D0=B8 =D0=BE=D0=B1 =D0=B8=D0=BD=D1= =82=D0=B5=D1=80=D0=BD=D0=B5=D1=82 =D0=BA=D0=B0=D0=B7=D0=B8=D0=BD=D0=BE= =2E=20 =D0=9C=D1=8B =D0=BF=D1=80=D0=B5=D0=B4=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0= =BB=D1=8F=D0=B5=D0=BC =D0=92=D0=B0=D0=BC =D0=BC=D0=B0=D0=BA=D1=81=D0=B8= =D0=BC=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE =D0=B0=D0=BA=D1=82=D1=83=D0=B0=D0= =BB=D1=8C=D0=BD=D1=83=D1=8E =D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0= =D1=86=D0=B8=D1=8E =D0=BF=D0=BE =D1=81=D0=B0=D0=BC=D1=8B=D0=BC =D0=BB=D1= =83=D1=87=D1=88=D0=B8=D0=BC =D0=BE=D0=BD=D0=BB=D0=B0=D0=B9=D0=BD =D0=BA= =D0=B0=D0=B7=D0=B8=D0=BD=D0=BE. =D0=9C=D1=8B =D0=B2=D0=BD=D0=B8=D0=BC=D0= =B0=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE =D1=81=D0=BB=D0=B5=D0=B4=D0=B8= =D0=BC =D0=B7=D0=B0 =D0=BA=D0=B0=D1=87=D0=B5=D1=81=D1=82=D0=B2=D0=BE=D0= =BC =D0=BF=D1=80=D0=B5=D0=B4=D1=81=D1=82=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD= =D0=BD=D0=BE=D0=B9 =D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=86=D0= =B8=D0=B8. =D0=9F=D0=BE=D1=8D=D1=82=D0=BE=D0=BC=D1=83 =D0=BD=D0=B0 =D0= =BD=D0=B0 =D0=BD=D0=B0=D1=88=D0=B5=D0=BC =D1=81=D0=B0=D0=B9=D1=82=D0=B5= =D0=BF=D1=80=D0=B5=D0=B4=D1=81=D1=82=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D1= =8B =D1=82=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE =D0=BF=D1=80=D0=BE=D0=B2=D0=B5= =D1=80=D0=B5=D0=BD=D0=BD=D1=8B=D0=B5 =D0=BC=D0=BD=D0=BE=D0=B3=D0=B8=D0= =BC=D0=B8 =D0=B8=D0=B3=D1=80=D0=BE=D0=BA=D0=B0=D0=BC=D0=B8 =D0=B8 =D1=81= =D0=B0=D0=BC=D1=8B=D0=B5 =D0=BF=D1=80=D0=B5=D1=81=D1=82=D0=B8=D0=B6=D0= =BD=D1=8B=D0=B5 =D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=BD=D0=B5=D1=82 =D0=BA= =D0=B0=D0=B7=D0=B8=D0=BD=D0=BE.