pkgsrc-Bugs archive

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

Re: pkg/49526: Unbreak lang/lua52



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

From: Alexander Nasonov <alnsn%yandex.ru@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/49526: Unbreak lang/lua52
Date: Fri, 2 Jan 2015 15:13:12 +0000

 venture37%geeklan.co.uk@localhost wrote:
 > >Number:         49526
 > >Category:       pkg
 > >Synopsis:       Unbreak lang/lua52
 > >Confidential:   no
 > >Severity:       non-critical
 > >Priority:       low
 > >Responsible:    pkg-manager
 > >State:          open
 > >Class:          sw-bug
 > >Submitter-Id:   net
 > >Arrival-Date:   Fri Jan 02 14:45:00 +0000 2015
 > >Originator:     Sevan Janiyan
 > >Release:        pkgsrc-current
 > >Organization:
 > >Environment:
 > Darwin 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc
 > >Description:
 > Include sys/types.h
 > >How-To-Repeat:
 > 
 > >Fix:
 > Index: distinfo
 > ===================================================================
 > RCS file: /cvsroot/pkgsrc/lang/lua52/distinfo,v
 > retrieving revision 1.3
 > diff -u -r1.3 distinfo
 > --- distinfo	3 May 2014 13:00:45 -0000	1.3
 > +++ distinfo	2 Jan 2015 14:41:56 -0000
 > @@ -6,3 +6,4 @@
 >  SHA1 (patch-aa) = ce0763ed1515f670b8a5d543af3753320cf06309
 >  SHA1 (patch-ab) = 92f711427090021d89b8fcb1d3633ca6300c830d
 >  SHA1 (patch-ac) = b8b9c0068210795e5eb22512767ac2e98bca8cbc
 > +SHA1 (patch-src_liolib.c) = 900bc70248a33360b8b01823a6c0972ef4398645
 > cvs diff: Diffing files
 > cvs diff: Diffing patches
 > Index: patches/patch-src_liolib.c
 > ===================================================================
 > RCS file: patches/patch-src_liolib.c
 > diff -N patches/patch-src_liolib.c
 > --- /dev/null	1 Jan 1970 00:00:00 -0000
 > +++ patches/patch-src_liolib.c	2 Jan 2015 14:41:56 -0000
 > @@ -0,0 +1,12 @@
 > +$NetBSD$
 > +
 > +--- src/liolib.c.orig	2014-08-13 16:34:36.000000000 +0000
 > ++++ src/liolib.c
 > +@@ -15,6 +15,7 @@
 > + #endif
 > + 
 > + 
 > ++#include <sys/types.h>
 > + #include <errno.h>
 > + #include <stdio.h>
 > + #include <stdlib.h>
 
 Hi Sevan,
 
 This looks like upstream bug, please report it to lua-l mailing list.
 
 PS can you please check whether Lua 5.3 needs this patch on your system?
 
 Thanks,
 Alex
 


Home | Main Index | Thread Index | Old Index