Re: openpty under kFreeBSD

2013-10-03 Thread Bastien ROUCARIES
Le 3 oct. 2013 23:40, "Daniel Lintott" a écrit : > > Hi Bastien, > > Could you possible elaborate a little for me. My C skills are somewhat > rusty and dated! Gnulib (SEE gnylib website ) ils a source library. Thé goal of the library to avoid portability problèmes between unix. You could try the

Re: openpty under kFreeBSD

2013-10-03 Thread Steven Chamberlain
Hi Daniel, On 03/10/13 14:00, Daniel Lintott wrote: > I am currently in the process of packaging a piece of software over on > Mentors, but have run into a bug affecting only kFreeBSD. Thanks for your interest in making it work! > The software calls openpty, but this fails with the error > >

Re: openpty under kFreeBSD

2013-10-03 Thread Daniel Lintott
Hi Bastien, Could you possible elaborate a little for me. My C skills are somewhat rusty and dated! Regards Daniel On 03/10/13 17:11, Bastien ROUCARIES wrote: > > Le 3 oct. 2013 17:06, "Daniel Lintott" > a écrit : >> > Hi, > > I am currently in the process of pac

Re: openpty under kFreeBSD

2013-10-03 Thread Bastien ROUCARIES
Le 3 oct. 2013 17:06, "Daniel Lintott" a écrit : > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > I am currently in the process of packaging a piece of software over on > Mentors, but have run into a bug affecting only kFreeBSD. Have you have tried gnulib module? > > The software c

openpty under kFreeBSD

2013-10-03 Thread Daniel Lintott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I am currently in the process of packaging a piece of software over on Mentors, but have run into a bug affecting only kFreeBSD. The software calls openpty, but this fails with the error No child processes The code in question can be fo