Re: [Fink-devel] dpkg on 10.9

2013-10-31 Thread TheSin
shouldn't get text have a fallback or maybe we should create one, this type of thing is going to cause issue all over, and setting it to N or not translate isn't really a good solution. Maybe get text needs to have a fallback added to it instead? --- TS http://www.southofheaven.org/ Life begins

Re: [Fink-devel] dpkg on 10.9

2013-10-31 Thread Martin Costabel
On 31/10/13 20:25, TheSin wrote: > ChangeLog:dpkg-deb: Use fd_fd_copy instead of stream_fd_copy > > dpkg-deb/extract.c:if (fd_fd_copy(arfd, p1[1], memberlen, &err) < 0) > > need to check &err I think. Yes, I see now that this line has been fixed in new dpkg

Re: [Fink-devel] dpkg on 10.9

2013-10-31 Thread TheSin
ChangeLog:dpkg-deb: Use fd_fd_copy instead of stream_fd_copy dpkg-deb/extract.c:if (fd_fd_copy(arfd, p1[1], memberlen, &err) < 0) need to check &err I think. --- TS http://www.southofheaven.org/ Life begins and ends with chaos, live between the chaos! On 2013-10-31, at 12:03 PM, Martin C

Re: [Fink-devel] dpkg on 10.9

2013-10-31 Thread Alexander Hansen
On 10/31/13 11:03 AM, Martin Costabel wrote: > On 29/10/13 16:31, TheSin wrote: >> I honestly believe we need to patch tar to have a fallback when they >> aren't set. All this patching everywhere could easily be fixed if we >> fix tar instead. Sadly I'm not well enough versed in C to do so but >>

Re: [Fink-devel] dpkg on 10.9

2013-10-31 Thread Martin Costabel
On 29/10/13 16:31, TheSin wrote: > I honestly believe we need to patch tar to have a fallback when they aren't > set. All this patching everywhere could easily be fixed if we fix tar > instead. Sadly I'm not well enough versed in C to do so but if someone could > that would be super. I think