Re: has anyone gotten nosh to build on Void Linux?

2018-07-01 Thread Guillermo
2018-07-01 8:38 GMT-03:00 Jonathan de Boyne Pollard: > > For the sake of other readers: note that it is not the build system that > employs the wall program. (That would be bizarre.) It is the shutdown > program, at runtime, as described in its manual. Yep, that is a runtime dependency rather

Re: has anyone gotten nosh to build on Void Linux?

2018-07-01 Thread Guillermo
2018-06-30 21:27 GMT-03:00 Chris Brannon: > > Sorry, I didn't have time to reply, but I made a good deal of progress > earlier today, after writing to the list. Great! > I also needed to fine libtinfo, because > Void doesn't have it. Void could probably have libtinfo provided by > their curses

Re: has anyone gotten nosh to build on Void Linux?

2018-07-01 Thread Jonathan de Boyne Pollard
Guillermo: * There is a |curses.h| file in both Void's 'standard' headers directory and in a subdirectory named '|ncursesw|' (for the narrow character and wide character versions of the library, respectively). Normally, that would be |/usr/include/curses.h| and

Re: has anyone gotten nosh to build on Void Linux?

2018-07-01 Thread Jonathan de Boyne Pollard
Guillermo: * The |wall|(1) program is available in Void's 'standard' executables directories. Because that's what nosh's build system and executables are going to expect, as far as I know. For the sake of other readers: note that it is not the build system that employs the |wall|

Re: has anyone gotten nosh to build on Void Linux?

2018-07-01 Thread Jonathan de Boyne Pollard
As someone porting to another operating system, you need also to pull up the /_nosh Guide_/ and read the _Packages and Ports_ chapter. There is a section in that chapter of things that require attention (in addition to figuring out your operating

Re: has anyone gotten nosh to build on Void Linux?

2018-06-30 Thread Chris Brannon
Guillermo writes: > Hi, > > The nosh-1.37 source package? If you unpacked the source tarball in a > directory named 'nosh-1.37', you have a 'source' and a 'package' > subdirectory, you ran package/compile, but it *did not* create a > subdirectory named 'build', then, as people have said, most

Re: has anyone gotten nosh to build on Void Linux?

2018-06-30 Thread Guillermo
Hi, 2018-06-30 5:44 GMT-03:00 Chris Brannon: > > When I run package/compile from the root of the unpacked source tree, I > get: > redo: ERROR: all: Cannot find .do file to use. > > -- Chris The nosh-1.37 source package? If you unpacked the source tarball in a directory named 'nosh-1.37', you

Re: has anyone gotten nosh to build on Void Linux?

2018-06-30 Thread Jonathan de Boyne Pollard
Chris Brannon: When I run package/compile from the root of the unpacked source tree, I get: redo: ERROR: all: Cannot find .do file to use. You need to make your operating system POSIX-conformant. I make fairly liberal use of some standard utilities in the build process including |pax

Re: has anyone gotten nosh to build on Void Linux?

2018-06-30 Thread multiplexd
On Sat, Jun 30, 2018 at 01:44:45AM -0700, Chris Brannon wrote: > When I run package/compile from the root of the unpacked source tree, I > get: > redo: ERROR: all: Cannot find .do file to use. > > -- Chris Do you have pax installed? As I recall, not having pax is a common stumbling block when