Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2013 12:20:02 GMT
From:      Alexey Markov <redrat@mail.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184306: lang/ruby20: package build fails because of wrong lines in the pkg-plist
Message-ID:  <201311261220.rAQCK2u9066868@oldred.freebsd.org>
Resent-Message-ID: <201311261230.rAQCU0pC047933@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184306
>Category:       ports
>Synopsis:       lang/ruby20: package build fails because of wrong lines in the pkg-plist
>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:   Tue Nov 26 12:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Markov
>Release:        8.3-RELEASE-p7
>Organization:
JSC Complitex
>Environment:
FreeBSD ku-new.memo.ru 8.4-RELEASE-p3 FreeBSD 8.4-RELEASE-p3 #0: Fri Aug 23 13:19:35 MSK 2013 support@ku-new.memo.ru:/arc/obj/arc/src/sys/KU-NEW amd64
>Description:
tar: lib/ruby/2.0/rubygems/ssl_certs/AddTrustExternalCARoot.pem: Cannot stat: No such file or directory
tar: lib/ruby/2.0/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem: Cannot stat: No such file or directory
tar: lib/ruby/2.0/rubygems/ssl_certs/GeoTrust_Global_CA.pem: Cannot stat: No such file or directory
tar: lib/ruby/2.0/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem: Cannot stat: No such file or directory
tar: lib/ruby/2.0/rubygems/ssl_certs/ca-bundle.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

>How-To-Repeat:
Update ports tree and try to make a package of lang/ruby20.
>Fix:
Apply the attached patch.

Patch attached with submission follows:

--- pkg-plist.orig	2013-11-23 07:50:10.000000000 +0400
+++ pkg-plist	2013-11-26 16:11:37.000000000 +0400
@@ -927,15 +927,10 @@
 %%RUBY_LIBDIR%%/rubygems/source_specific_file.rb
 %%RUBY_LIBDIR%%/rubygems/spec_fetcher.rb
 %%RUBY_LIBDIR%%/rubygems/specification.rb
-%%RUBY_LIBDIR%%/rubygems/ssl_certs/AddTrustExternalCARoot.pem
 %%RUBY_LIBDIR%%/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem
 %%RUBY_LIBDIR%%/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem
-%%RUBY_LIBDIR%%/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem
 %%RUBY_LIBDIR%%/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem
 %%RUBY_LIBDIR%%/rubygems/ssl_certs/GeoTrustGlobalCA.pem
-%%RUBY_LIBDIR%%/rubygems/ssl_certs/GeoTrust_Global_CA.pem
-%%RUBY_LIBDIR%%/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem
-%%RUBY_LIBDIR%%/rubygems/ssl_certs/ca-bundle.pem
 %%RUBY_LIBDIR%%/rubygems/syck_hack.rb
 %%RUBY_LIBDIR%%/rubygems/test_case.rb
 %%RUBY_LIBDIR%%/rubygems/test_utilities.rb


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311261220.rAQCK2u9066868>