Discussion:
[tmux:tickets] #191 Latest revision fails on Solaris with missing path.h
Dagobert Michelsen
2015-04-28 08:44:23 UTC
Permalink
---

** [tickets:#191] Latest revision fails on Solaris with missing path.h**

**Status:** open
**Labels:** solaris
**Created:** Tue Apr 28, 2015 08:44 AM UTC by Dagobert Michelsen
**Last Updated:** Tue Apr 28, 2015 08:44 AM UTC
**Owner:** nobody

The latest revision of tmux is failing on Solaris 10 because path.h is missing:

~~~~
/opt/SUNWspro/bin/cc -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_STRING=\"tmux\ 2.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tmux\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CURSES_H=1 -DHAVE_DIRENT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_BZERO=1 -DHAVE_SYSCONF=1 -DHAVE_B64_NTOP=1 -DHAVE_LIBXNET=1 -DHAVE_CLOSEFROM=1 -DHAVE_DAEMON=1 -DHAVE_SETENV=1 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_ASPRINTF=1 -DHAVE_OPENAT=1 -DHAVE_DECL_OPTARG=0 -DHAVE_DECL_OPTIND=0 -DHAVE_DECL_OPTRESET=0 -DHAVE_PROC_PID=1 -I. -I/opt/csw/include -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -DTMUX_CONF="\"/etc/tmux.conf\"" -D_XPG4_2 -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS -erroff=E_EMPTY_DECLARATION -c -o cmd-find.o cmd-find.c
"cmd-find.c", line 25: cannot find include file: <paths.h>
cc: acomp failed for cmd-find.c
Makefile:843: recipe for target 'cmd-find.o' failed
~~~~

The full logs can be viewed at
https://buildfarm.opencsw.org/buildbot/waterfall?category=tmux


---

Sent from sourceforge.net because tmux-***@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.
Dagobert Michelsen
2015-04-28 08:48:02 UTC
Permalink
[tickets:#191] <http://sourceforge.net/p/tmux/tickets/191> Latest revision fails on Solaris with missing path.h

Status: open
Labels: solaris
Created: Tue Apr 28, 2015 08:44 AM UTC by Dagobert Michelsen
Last Updated: Tue Apr 28, 2015 08:44 AM UTC
Owner: nobody

The latest revision of tmux is failing on Solaris 10 because path.h is missing:

/opt/SUNWspro/bin/cc -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_STRING=\"tmux\ 2.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tmux\" -DVERSION=\"2.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CURSES_H=1 -DHAVE_DIRENT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_BZERO=1 -DHAVE_SYSCONF=1 -DHAVE_B64_NTOP=1 -DHAVE_LIBXNET=1 -DHAVE_CLOSEFROM=1 -DHAVE_DAEMON=1 -DHAVE_SETENV=1 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_ASPRINTF=1 -DHAVE_OPENAT=1 -DHAVE_DECL_OPTARG=0 -DHAVE_DECL_OPTIND=0 -DHAVE_DECL_OPTRESET=0 -DHAVE_PROC_PID=1 -I. -I/opt/csw/include -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -DTMUX_CONF="\"/etc/tmux.conf\"" -D_XPG4_2 -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS -erroff=E_EMPTY_DECLARATION -c -o cmd-find.o cmd-find.c
"cmd-find.c", line 25: cannot find include file: <paths.h>
cc: acomp failed for cmd-find.c
Makefile:843: recipe for target 'cmd-find.o' failed
The full logs can be viewed at
https://buildfarm.opencsw.org/buildbot/waterfall?category=tmux <https://buildfarm.opencsw.org/buildbot/waterfall?category=tmux>
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/tmux/tickets/191/ <https://sourceforge.net/p/tmux/tickets/191>
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/ <https://sourceforge.net/auth/subscriptions>
Loading...