pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/48118: ruby-shadow patch-ab breaks building the package on Linux (CentOS 6)



The following reply was made to PR pkg/48118; it has been noted by GNATS.

From: Emmanuel Kasper <emmanuel.kasper%openforce.com@localhost>
To: Takahiro Kambe <taca%back-street.net@localhost>
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: pkg/48118: ruby-shadow patch-ab breaks building the package on
 Linux (CentOS 6)
Date: Wed, 14 Aug 2013 17:36:06 +0200 (CEST)

 > removing the patch in ruby-shadow/patches/patch-ab fixed the problem
 Is this change fix the problem?  (needs to "make mdi" after change)
 
 --- patches/patch-ab.orig      2013-08-06 00:41:42.000000000 +0900
 +++ patches/patch-ab   2013-08-13 23:59:02.000000000 +0900
 @@ -65,7 +65,7 @@
  +                   NULL);
  +}
  +#else
 -+static VALUE convert_pw_struct( struct spwd *entry )
 ++static VALUE convert_pw_struct( PWTYPE *entry )
  +{
  +  VALUE result = rb_struct_new(rb_sPasswdEntry,
  +                   rb_tainted_str_new2(entry->sp_namp),
 
 
 Actually I can't reproduce the build problem with cvs head
 
 I think this commit already fixed the problem.
 
 revision 1.2
 date: 2013/08/05 15:00:15;  author: fhajny;  state: Exp;  lines: +3 -3
 Fix patch file code for modern GCC
 
 Sorry for wasting your time, I should have try an update to cvs head before 
reporting the bug !
 
 
 


Home | Main Index | Thread Index | Old Index