From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 4 20:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7F4A847A for ; Tue, 4 Jun 2013 20:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 637D81AA0 for ; Tue, 4 Jun 2013 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r54KU1YT033128 for ; Tue, 4 Jun 2013 20:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r54KU1UJ033127; Tue, 4 Jun 2013 20:30:01 GMT (envelope-from gnats) Resent-Date: Tue, 4 Jun 2013 20:30:01 GMT Resent-Message-Id: <201306042030.r54KU1UJ033127@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, Garrett Wollman Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0F67E1B5 for ; Tue, 4 Jun 2013 20:24:47 +0000 (UTC) (envelope-from wollman@xyz.csail.mit.edu) Received: from khavrinen.csail.mit.edu (khavrinen.csail.mit.edu [IPv6:2001:470:8b2d:1e1c:21b:21ff:feb8:d7b0]) by mx1.freebsd.org (Postfix) with ESMTP id DD8D01A66 for ; Tue, 4 Jun 2013 20:24:46 +0000 (UTC) Received: from xyz.csail.mit.edu (xyz.csail.mit.edu [128.31.0.28]) by khavrinen.csail.mit.edu (8.14.5/8.14.5) with ESMTP id r54KOj7F017574 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO CN= issuer=) for ; Tue, 4 Jun 2013 16:24:45 -0400 (EDT) (envelope-from wollman@xyz.csail.mit.edu) Received: (from wollman@localhost) by xyz.csail.mit.edu (8.14.5/8.14.5/Submit) id r54KOjo0041008; Tue, 4 Jun 2013 16:24:45 -0400 (EDT) (envelope-from wollman) Message-Id: <201306042024.r54KOjo0041008@xyz.csail.mit.edu> Date: Tue, 4 Jun 2013 16:24:45 -0400 (EDT) From: Garrett Wollman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179313: ruby 1.9.3.429 disagrees with bsd.ruby.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Garrett Wollman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 20:30:01 -0000 >Number: 179313 >Category: ports >Synopsis: ruby 1.9.3.429 disagrees with bsd.ruby.mk >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 04 20:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Garrett Wollman >Release: FreeBSD 9.1-RELEASE-p2 amd64 >Organization: MIT Computer Science & Artificial Intelligence Laboratory >Environment: System: FreeBSD xyz.csail.mit.edu 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #27 r250065M: Mon Apr 29 17:11:15 EDT 2013 wollman@xyz.csail.mit.edu:/usr/obj/usr/src/sys/CSAIL amd64 >Description: bsd.ruby.mk thinks that RUBY_ARCH should be "amd64-freebsd9". However, the latest lang/ruby19 installs things in "x86_64-freebsd9". The result is an unusable package with architecture-dependent files missing. >How-To-Repeat: poudriere testport ... -o lang/ruby19 Extracts from the build logs: ./miniruby -I./lib -I. -I.ext/common ./tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags=" ARCH=amd64 OPSYS=FreeBSD OSREL=9.1 OSVERSION=901000 SYSTEMVERSION=" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --install=all --rdoc-output=".ext/rdoc" installing binary commands: /prefix/ruby-1.9.3.429_1/bin installing base libraries: /prefix/ruby-1.9.3.429_1/lib installing arch files: /prefix/ruby-1.9.3.429_1/lib/ruby/1.9/x86_64-freebsd9 installing pkgconfig data: /prefix/ruby-1.9.3.429_1/libdata/pkgconfig installing extension objects: /prefix/ruby-1.9.3.429_1/lib/ruby/1.9/x86_64-freebsd9 installing extension objects: /prefix/ruby-1.9.3.429_1/lib/ruby/site_ruby/1.9/x86_64-freebsd9 installing extension objects: /prefix/ruby-1.9.3.429_1/lib/ruby/vendor_ruby/1.9/x86_64-freebsd9 installing extension headers: /prefix/ruby-1.9.3.429_1/include/ruby-1.9//x86_64-freebsd9 .... pkg-static: lstat(/prefix/ruby-1.9.3.429_1/include/ruby-1.9/amd64-freebsd9/ruby/config.h): No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: include/ruby-1.9/amd64-freebsd9/ruby/config.h pkg-static: lstat(/prefix/ruby-1.9.3.429_1/include/ruby-1.9/amd64-freebsd9/ruby/): No such file or directory pkg-static: DEVELOPER_MODE: Plist error: @dirrm include/ruby-1.9/amd64-freebsd9/ruby pkg-static: lstat(/prefix/ruby-1.9.3.429_1/include/ruby-1.9/amd64-freebsd9/): No such file or directory pkg-static: DEVELOPER_MODE: Plist error: @dirrm include/ruby-1.9/amd64-freebsd9 pkg-static: lstat(/prefix/ruby-1.9.3.429_1/lib/ruby/1.9/amd64-freebsd9/bigdecimal.so): No such file or directory pkg-static: DEVELOPER_MODE: Plist error, missing file: lib/ruby/1.9/amd64-freebsd9/bigdecimal.so pkg-static: lstat(/prefix/ruby-1.9.3.429_1/lib/ruby/1.9/amd64-freebsd9/continuation.so): No such file or directory ... >Fix: Don't know -- do we want to follow Ruby here or do we want to hack Ruby to use the same name as we do? Where is Ruby even doing this? >Release-Note: >Audit-Trail: >Unformatted: