[Github-comments] [geany/geany] on OpenBSD, Use of "seq" causes "not found" message when configure shows status (#2054)

Andy Alt notifications at xxxxx
Thu Jan 17 15:07:55 UTC 2019


https://github.com/geany/geany/blob/c825b581bfabf6912eeb737a4af607e70c6c07a9/m4/geany-status.m4#L30

Due to `ksh` being the default shell on OpenBSD. But changing that line to something like

    for i in {1..$total};

may be a a good solution, if that's shell-portable.

```
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
./configure[22990]: seq: not found

Install Geany in                 : /usr/local
Compiling Git revision           : cd267de2
Using GTK version                : 2.24.32
Enable binary relocation         : no
Build with plugin support        : yes
Use (UNIX domain) socket support : yes
Use virtual terminal support     : yes
Build HTML documentation         : yes
Build PDF documentation          : no
Build API documentation          : no
Generate GtkDoc header           : no

Configuration is done OK.
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2054
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190117/51f65a94/attachment-0001.html>


More information about the Github-comments mailing list