Date: Thu, 1 Nov 2012 08:28:00 -0400 From: Steve Wills <steve@mouf.net> To: Bryan Drewery <bdrewery@FreeBSD.org> Cc: "svn-ports-head@FreeBSD.org" <svn-ports-head@FreeBSD.org>, "svn-ports-all@FreeBSD.org" <svn-ports-all@FreeBSD.org>, "ports-committers@FreeBSD.org" <ports-committers@FreeBSD.org> Subject: Re: svn commit: r306751 - in head: Mk lang/ruby19 lang/ruby19/files Message-ID: <507B7261-3A07-4395-AD23-337B0D1379A7@mouf.net> In-Reply-To: <50917C97.4000605@FreeBSD.org> References: <201210311701.q9VH13EC088756@svn.freebsd.org> <50917C97.4000605@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Didn't see the issues with docs files, fixed the others, let me know if this= doesn't fix it for you. Steve On Oct 31, 2012, at 3:31 PM, Bryan Drewery <bdrewery@FreeBSD.org> wrote: > On 10/31/2012 12:01 PM, Steve Wills wrote: >> Author: swills >> Date: Wed Oct 31 17:01:03 2012 >> New Revision: 306751 >> URL: http://svn.freebsd.org/changeset/ports/306751 >>=20 >> Log: >> - Update lang/ruby19 to 1.9.3.286 >> - Don't try to cleanup dir created by ruby-gems >> - Trim headers while here >=20 >=20 > This fails to package for me on 74i386 pkg_install: >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phas= e: package >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > =3D=3D=3D> Building package for ruby-1.9.3.286,1 > tar: lib/ruby/1.9/rubygems/ssl_certs/AddTrustExternalCARoot.pem: Cannot > stat: No such file or directory > tar: > lib/ruby/1.9/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Au= thority.pem: > Cannot stat: No such file or directory > tar: > lib/ruby/1.9/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAu= thority-G2.pem: > Cannot stat: No such file or directory > tar: Error exit delayed from previous errors. > pkg_create: make_dist: tar command failed with code 256 > *** Error code 1 >=20 > Stop in /usr/ports/lang/ruby19. >=20 >=20 > Also saw these errors during install phase: >=20 > install -o root -g wheel -m 444 > /wrkdirs/usr/ports/lang/ruby19/work/ruby-1.9.3-p286/COPYING* =20 > /wrkdirs/usr/ports/lang/ruby19/work/ruby-1.9.3-p286/ChangeLog =20 > /wrkdirs/usr/ports/lang/ruby19/work/ruby-1.9.3-p286/LEGAL =20 > /wrkdirs/usr/ports/lang/ruby19/work/ruby-1.9.3-p286/README* =20 > /usr/local/share/doc/ruby19/ > find: /usr/local/share/doc/ruby19/capi/: No such file or directory > find: /usr/local/share/doc/ruby19/capi: No such file or directory > =3D=3D=3D=3D >=20 >=20 >>=20 >> Feature safe: yes >>=20 >> Deleted: >> head/lang/ruby19/files/patch-thread_pthread.c >> Modified: >> head/Mk/bsd.ruby.mk >> head/lang/ruby19/Makefile (contents, props changed) >> head/lang/ruby19/distinfo (contents, props changed) >> head/lang/ruby19/pkg-plist (contents, props changed) >>=20 >> Modified: head/Mk/bsd.ruby.mk >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D >> --- head/Mk/bsd.ruby.mk Wed Oct 31 16:51:56 2012 (r306750) >> +++ head/Mk/bsd.ruby.mk Wed Oct 31 17:01:03 2012 (r306751) >> @@ -194,9 +194,9 @@ RUBY19=3D "@comment " >> # Ruby 1.9 >> # >> RUBY_RELVERSION=3D 1.9.3 >> -RUBY_PORTREVISION=3D 1 >> +RUBY_PORTREVISION=3D 0 >> RUBY_PORTEPOCH=3D 1 >> -RUBY_PATCHLEVEL=3D 194 >> +RUBY_PATCHLEVEL=3D 286 >>=20 >> RUBY_VERSION?=3D ${RUBY_RELVERSION}.${RUBY_PATCHLEVEL} >> RUBY_DISTVERSION?=3D ${RUBY_RELVERSION}-p${RUBY_PATCHLEVEL} >>=20 >> Modified: head/lang/ruby19/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D >> --- head/lang/ruby19/Makefile Wed Oct 31 16:51:56 2012 (r306750) >> +++ head/lang/ruby19/Makefile Wed Oct 31 17:01:03 2012 (r306751) >> @@ -1,9 +1,5 @@ >> -# New ports collection makefile for: ruby18 >> -# Date created: 6 May 2001 >> -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> >> -# >> +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> >> # $FreeBSD$ >> -# >>=20 >> PORTNAME=3D ruby >> PORTVERSION=3D ${RUBY_PORTVERSION} >>=20 >> Modified: head/lang/ruby19/distinfo >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D >> --- head/lang/ruby19/distinfo Wed Oct 31 16:51:56 2012 (r306750) >> +++ head/lang/ruby19/distinfo Wed Oct 31 17:01:03 2012 (r306751) >> @@ -1,2 +1,2 @@ >> -SHA256 (ruby/ruby-1.9.3-p194.tar.bz2) =3D a9d1ea9eaea075c60048369a63b35b= 3b5a06a30aa214a3d990e0bb71212db8fa >> -SIZE (ruby/ruby-1.9.3-p194.tar.bz2) =3D 9841223 >> +SHA256 (ruby/ruby-1.9.3-p286.tar.bz2) =3D 5281656c7a0ae48b64f28d845a96b4= dfa16ba1357a911265752787585fb5ea64 >> +SIZE (ruby/ruby-1.9.3-p286.tar.bz2) =3D 9961862 >>=20 >> Modified: head/lang/ruby19/pkg-plist >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D >> --- head/lang/ruby19/pkg-plist Wed Oct 31 16:51:56 2012 (r306750) >> +++ head/lang/ruby19/pkg-plist Wed Oct 31 17:01:03 2012 (r306751) >> @@ -1030,5 +1030,4 @@ include/ruby-1.9/ruby.h >> @dirrmtry %%RUBY_VENDORARCHLIBDIR%% >> @dirrmtry %%RUBY_VENDORLIBDIR%% >> @dirrmtry lib/ruby/vendor_ruby >> -@dirrmtry lib/ruby/gems >> @dirrmtry lib/ruby >=20 >=20 > --=20 > Regards, > Bryan Drewery > bdrewery@freenode/EFNet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?507B7261-3A07-4395-AD23-337B0D1379A7>