make install fix for VPATH builds when MANFORMAT=man

2014-09-16 Thread Peter Schow
The following simple patch addresses a make install failure
when MANFORMAT=man (default case on Solaris) during a VPATH
build (source tree != build tree).

Thanks,

Peter


--- ORIGINAL/Makefile.am2014-02-22 13:48:37.0 -0700
+++ tmux-1.9a/Makefile.am   2014-09-16 11:58:58.054899923 -0600
@@ -249,7 +249,7 @@
$(srcdir)/tmux.1.mdoc; \
else \
sed -e s|@SYSCONFDIR@|$(sysconfdir)|g $(srcdir)/tmux.1| \
-   $(AWK) -fmdoc2man.awk $(srcdir)/tmux.1.man; \
+   $(AWK) -f$(srcdir)/mdoc2man.awk $(srcdir)/tmux.1.man; \
fi
$(MKDIR_P) $(DESTDIR)$(mandir)/man1
$(INSTALL_DATA) $(srcdir)/tmux.1.@MANFORMAT@ \

--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce.
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191iu=/4140/ostg.clktrk
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


[tmux:tickets] #158 Sporadic TIOCSWINSZ ioctl() failure on some Solaris versions

2014-09-18 Thread Peter Schow



---

** [tickets:#158] Sporadic TIOCSWINSZ ioctl() failure on some Solaris versions**

**Status:** open
**Created:** Wed Sep 17, 2014 06:34 PM UTC by Peter Schow
**Last Updated:** Wed Sep 17, 2014 06:34 PM UTC
**Owner:** Nicholas Marriott

Some older versions of Solaris are susceptible to an occasional ENXIO failue 
for the ioctl(TIOCSWINSZ) in server-client.c, which leads to a tmux server 
failure. There is already a comment here about one such TIOCSWINSZ failure on 
Solaris:

~
#ifdef __sun
/*  
 * Some versions of Solaris apparently can return an error when 
 * resizing; don't know why this happens, can't reproduce on
 * other platforms and ignoring it doesn't seem to cause any
 * issues.  
 */ 
if (errno != EINVAL)
#endif
~


The following client script may demonstrate the ENXIO failure:

~
while sleep 1; do tmux split-w 'sleep 1; exit'; done
~

The attached patch addresses the server failure, with no apparent issues.  Will 
update this ticket when more is known about the core reason for the ioctl() 
failure.



---

Sent from sourceforge.net because tmux-users@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/tmux/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/tmux/admin/tickets/options.  Or, if this is a mailing 
list, you can unsubscribe from the mailing list.--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191iu=/4140/ostg.clktrk___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


Re: Tmux 1.8 cored on Solaris while selecting in pane

2015-05-21 Thread Peter Schow
On Thu, May 21, 2015 at 10:47:15AM +0100, Nicholas Marriott wrote:
 Hi
 
 IIRC this is a bug in Solaris libcurses. I think when we found it before
 someone reported it to whoever owned Solaris at the time and they said
 they weren't going to fix it.

Anyone have a bug number for this?

I maintain tmux for Solaris and will be glad to take a look.

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users