From owner-freebsd-ruby@FreeBSD.ORG Sun Jun 21 06:28:24 2009 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52F411065686 for ; Sun, 21 Jun 2009 06:28:24 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id 17F848FC1D for ; Sun, 21 Jun 2009 06:28:24 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 35AD11CC93 for ; Sun, 21 Jun 2009 08:28:23 +0200 (CEST) From: linimon@FreeBSD.org To: ruby@freebsd.org Message-Id: <20090621062823.35AD11CC93@mail.droso.net> Date: Sun, 21 Jun 2009 08:28:23 +0200 (CEST) Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 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 Jun 2009 06:28:24 -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 5.x/6.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: x11-toolkits/ruby-panelapplet broken because: does not build with GNOME 2.26. build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=ruby-panelapplet 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 Jun 21 18:44:05 2009 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1457A1065673; Sun, 21 Jun 2009 18:44:05 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id F24398FC16; Sun, 21 Jun 2009 18:44:04 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from [192.168.1.3] (72.83.160.7) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.358.0; Sun, 21 Jun 2009 11:44:04 -0700 Message-ID: <4A3E7F74.1020905@p6m7g8.com> Date: Sun, 21 Jun 2009 14:44:04 -0400 From: "Philip M. Gollucci" Organization: P6 Web Applications User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: portmgr-feedback@freebsd.org References: <20090621062823.35AD11CC93@mail.droso.net> In-Reply-To: <20090621062823.35AD11CC93@mail.droso.net> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: Stanislav Sedov , ruby@freebsd.org Subject: Re: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2009 18:44:05 -0000 > 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 5.x/6.x/-current with target architecture'.) Mark, thats out-of-date -- maybe 6/7/8 now ? > portname: x11-toolkits/ruby-panelapplet > broken because: does not build with GNOME 2.26. > build errors: none. > overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=ruby-panelapplet Stas, any thoughts, I don't use gnome or this port. From owner-freebsd-ruby@FreeBSD.ORG Mon Jun 22 14:56:49 2009 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 283CD1065670; Mon, 22 Jun 2009 14:56:49 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from mx0.deglitch.com (backbone.deglitch.com [IPv6:2001:16d8:fffb:4::abba]) by mx1.freebsd.org (Postfix) with ESMTP id D623E8FC17; Mon, 22 Jun 2009 14:56:48 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from stasss.yandex.ru (dhcp170-227-red.yandex.net [95.108.170.227]) by mx0.deglitch.com (Postfix) with ESMTPSA id D2EC18FC2B; Mon, 22 Jun 2009 18:56:47 +0400 (MSD) Date: Mon, 22 Jun 2009 18:56:48 +0400 From: Stanislav Sedov To: cvs-src@yandex.ru Message-Id: <20090622185648.039dda82.stas@FreeBSD.org> In-Reply-To: <56301245681848@webmail48.yandex.ru> References: <56301245681848@webmail48.yandex.ru> Organization: The FreeBSD Project X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__22_Jun_2009_18_56_48_+0400_2Mn4FSHeKv=8kS1p" Cc: ruby@FreeBSD.org, Renato Botelho Subject: Re: rmagick duplicate port X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 14:56:49 -0000 --Signature=_Mon__22_Jun_2009_18_56_48_+0400_2Mn4FSHeKv=8kS1p Content-Type: text/plain; charset=KOI8-R Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 22 Jun 2009 18:44:08 +0400 cvs-src@yandex.ru mentioned: > Good day! >=20 > Seems like we now have two identical ports: >=20 > graphics/ruby-rmagick=9A=9A=9A=9A=9A=9A=9A=9A=9A --> 2.9.2 > graphics/rubygem-rmagick=9A=9A=9A --> 2.10.0 >=20 > first installed from tarball, another one - from gem. Is this ok? >=20 Not at all. This provides the same functionality as ruby-rmagick, although providing no ability to tweak installation options being limited by what gems packet manager provides. --=20 Stanislav Sedov ST4096-RIPE --Signature=_Mon__22_Jun_2009_18_56_48_+0400_2Mn4FSHeKv=8kS1p Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iQIcBAEBAgAGBQJKP5uwAAoJEKN82nOYvCd071wP/1sgJ7kDe4dF2cs4aY3IRNsQ lQHy2HoI/RswIHQ3sjQl9LQ5V2/1+V90uKP5dma9vGuXjXqH+/1WXDz+jM2xO3LR EYWnAIBN/n2InT85Ii5rOVrKcDcqZD1uZIqpUATPDNWDy4NK9iO/+edsOLfCMA6B BCilOIV8wcwRL++CuaJ0qXfhupKq7LovX7vG4zH5TVwcWdSMaUgXpTSOQjZ7FG+g KXH3Sy3qiYSlqsOibQVjn+TF52W3P3yaS2P99Mx1Wbu57yraWsRWeHHMozDg9kL9 Uvhjdl+Y0mP1inOBNrBzB+rfUtjkSsBhfrep75I+4PPC9vvJinuccH+53fMz7jNZ Gph53+8XX+GnMj/+tPQd7l6oNXWfotGjdRCYCF+o872vl6kMaCLZDknvwBCY6Vbf JeSDEJqG6OCiTaBqgXajlUC5RIfljT7oEQX9gYUZCxWT0nZRYDPiZr9wNOn+s0Iw n8cLnoadEq3GAU2nPTkyV1p5YU8ISs/JXXytPWZE4s9RJi6jOZl8tP187VMKRSKB Hlb5b2YUCBSbAxueGO3z6JBzad+ybXbuNFR4IqPBUGnNBwZKSZeGIFr+9QwAFPPU dFfz62fMZF16iwYdXaObW/LtohZ7VNazQfR4ziZ6nr8X/bbtbDnikKnefCDULNK4 GMf/u3BYwPzv3073y0tX =8dPy -----END PGP SIGNATURE----- --Signature=_Mon__22_Jun_2009_18_56_48_+0400_2Mn4FSHeKv=8kS1p-- From owner-freebsd-ruby@FreeBSD.ORG Tue Jun 23 18:11:15 2009 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A06B21065687 for ; Tue, 23 Jun 2009 18:11:15 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id 140AF8FC1E for ; Tue, 23 Jun 2009 18:11:14 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 005891CC6F; Tue, 23 Jun 2009 20:11:13 +0200 (CEST) Date: Tue, 23 Jun 2009 20:11:13 +0200 From: Erwin Lansing To: ruby@FreeBSD.org Message-ID: <20090623181112.GE20234@droso.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qlTNgmc+xy1dBmNv" Content-Disposition: inline X-Operating-System: FreeBSD/i386 7.2-STABLE User-Agent: Mutt/1.5.19 (2009-01-05) Cc: Subject: [ports-i386@FreeBSD.org: ruby18-shout-2.1 failed on i386 6] X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 18:11:16 -0000 --qlTNgmc+xy1dBmNv Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, -erwin ----- Forwarded message from User Ports-i386 ----- Date: Tue, 23 Jun 2009 18:08:57 GMT =46rom: User Ports-i386 To: erwin@FreeBSD.org, miwi@FreeBSD.org, linimon@FreeBSD.org Subject: ruby18-shout-2.1 failed on i386 6 You can also find this build log at http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.6.20090621212207/= ruby18-shout-2.1.log building ruby18-shout-2.1 on gohan24.freebsd.org in directory /x/tmp/6/20090621212207/chroot/200 building for: 6.4-STABLE i386 maintained by: ruby@FreeBSD.org port directory: /usr/ports/audio/ruby-shout Makefile ident: $FreeBSD: ports/audio/ruby-shout/Makefile,v 1.10 2009/06/16= 15:53:04 stas Exp $ build started at Tue Jun 23 18:05:44 UTC 2009 FETCH_DEPENDS=3D PATCH_DEPENDS=3Druby-1.8.7.160_3,1.tbz EXTRACT_DEPENDS=3Druby-1.8.7.160_3,1.tbz BUILD_DEPENDS=3Dlibogg-1.1.3,4.tbz libshout2-2.2.2_2,1.tbz libtheora-1.0.tb= z libvorbis-1.2.0_3,3.tbz pkg-config-0.23_1.tbz ruby-1.8.7.160_3,1.tbz spee= x-1.2.r1_1,1.tbz RUN_DEPENDS=3Dlibogg-1.1.3,4.tbz libshout2-2.2.2_2,1.tbz libtheora-1.0.tbz = libvorbis-1.2.0_3,3.tbz pkg-config-0.23_1.tbz ruby-1.8.7.160_3,1.tbz speex-= 1.2.r1_1,1.tbz prefixes: LOCALBASE=3Dusr/local X11BASE=3Dusr/local add_pkg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D> ruby-shout-2.1.tar.gz doesn't seem to exist in /tmp/distfiles/ruby. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/ruby/. ruby-shout-2.1.tar.gz 42 kB 804 kBps =3D> MD5 Checksum OK for ruby/ruby-shout-2.1.tar.gz. =3D> SHA256 Checksum OK for ruby/ruby-shout-2.1.tar.gz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg ruby-1.8.7.160_3,1.tbz adding dependencies pkg_add ruby-1.8.7.160_3,1.tbz =3D=3D=3D=3D Note that some of the standard libraries are provided as separate ports since they require extra dependencies: converters/ruby-iconv iconv module databases/ruby-gdbm: GDBM module x11-toolkits/ruby-tk: Tcl/Tk modules japanese/ruby-tk: Tcl/Tk modules for Japanized Tcl/Tk lang/ruby-mode.el: Emacs lisp modules Install them as occasion demands. =3D=3D=3D=3D =3D=3D=3D> Extracting for ruby18-shout-2.1 =3D> MD5 Checksum OK for ruby/ruby-shout-2.1.tar.gz. =3D> SHA256 Checksum OK for ruby/ruby-shout-2.1.tar.gz. =3D=3D=3D> ruby18-shout-2.1 depends on file: /usr/local/bin/ruby18 - found Deleting ruby-1.8.7.160_3,1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg ruby-1.8.7.160_3,1.tbz adding dependencies pkg_add ruby-1.8.7.160_3,1.tbz =3D=3D=3D=3D Note that some of the standard libraries are provided as separate ports since they require extra dependencies: converters/ruby-iconv iconv module databases/ruby-gdbm: GDBM module x11-toolkits/ruby-tk: Tcl/Tk modules japanese/ruby-tk: Tcl/Tk modules for Japanized Tcl/Tk lang/ruby-mode.el: Emacs lisp modules Install them as occasion demands. =3D=3D=3D=3D =3D=3D=3D> Patching for ruby18-shout-2.1 =3D=3D=3D> ruby18-shout-2.1 depends on file: /usr/local/bin/ruby18 - found =3D=3D=3D> Applying FreeBSD patches for ruby18-shout-2.1 Deleting ruby-1.8.7.160_3,1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg libogg-1.1.3,4.tbz libshout2-2.2.2_2,1.tbz libtheora-1.0.tbz libvor= bis-1.2.0_3,3.tbz pkg-config-0.23_1.tbz ruby-1.8.7.160_3,1.tbz speex-1.2.r1= _1,1.tbz adding dependencies pkg_add libogg-1.1.3,4.tbz pkg_add libshout2-2.2.2_2,1.tbz pkg_add libtheora-1.0.tbz skipping libtheora-1.0, already added pkg_add libvorbis-1.2.0_3,3.tbz skipping libvorbis-1.2.0_3,3, already added pkg_add pkg-config-0.23_1.tbz skipping pkg-config-0.23_1, already added pkg_add ruby-1.8.7.160_3,1.tbz =3D=3D=3D=3D Note that some of the standard libraries are provided as separate ports since they require extra dependencies: converters/ruby-iconv iconv module databases/ruby-gdbm: GDBM module x11-toolkits/ruby-tk: Tcl/Tk modules japanese/ruby-tk: Tcl/Tk modules for Japanized Tcl/Tk lang/ruby-mode.el: Emacs lisp modules Install them as occasion demands. =3D=3D=3D=3D pkg_add speex-1.2.r1_1,1.tbz skipping speex-1.2.r1_1,1, already added =3D=3D=3D> ruby18-shout-2.1 depends on file: /usr/local/bin/ruby18 - found =3D=3D=3D> ruby18-shout-2.1 depends on shared library: shout.5 - found =3D=3D=3D> Configuring for ruby18-shout-2.1 =3D=3D=3D> Running ext/extconf.rb to configure checking for oggpack_writeinit() in -logg... yes checking for vorbis_dsp_clear() in -lvorbis... yes checking for speex_decode() in -lspeex... yes checking for shout_init() in -lshout... no *** ext/extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration options: --with-opt-dir --with-opt-include --without-opt-include=3D${opt-dir}/include --with-opt-lib --without-opt-lib=3D${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=3Dext --curdir --ruby=3D/usr/local/bin/ruby18 --with-shout-dir --without-shout-dir --with-shout-include --without-shout-include=3D${shout-dir}/include --with-shout-lib --without-shout-lib=3D${shout-dir}/lib --with-ogglib --without-ogglib --with-vorbislib --without-vorbislib --with-speexlib --without-speexlib --with-shoutlib --without-shoutlib *** ERROR: need to have libshout and shout/shout.h to compile this module *** Error code 1 Stop in /a/ports/audio/ruby-shout. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/audio/ruby-shout ended at Tue Jun 23 18:08:48 UTC 2009 ----- End forwarded message ----- --=20 Erwin Lansing http://droso.org Prediction is very difficult especially about the future erwin@FreeBSD.org --qlTNgmc+xy1dBmNv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iD8DBQFKQRrAqy9aWxUlaZARAnnGAKCkt6zgwT/wZGmNXklt9kn7/mToogCeNk5W iORIPcYkxQ0714UVjOTxEAs= =xMRy -----END PGP SIGNATURE----- --qlTNgmc+xy1dBmNv--