search for: xopen

Displaying 8 results from an estimated 8 matches for "xopen".

Did you mean: open
2016 Aug 02
2
OpenSSH 7.3p1 can't be build on Solaris 10
...7.2 does. > > Dunno, I can't think of any obvious changes to compiler flags. Maybe > try it without setting CFLAGS? OK, I think I see why it started in 7.3: it was when the wide character support was added. In configure.ac: dnl Wide character support. Linux man page says it needs _XOPEN_SOURCE. saved_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -D_XOPEN_SOURCE" AC_CHECK_FUNCS([mblen mbtowc nl_langinfo wcwidth]) CFLAGS="$saved_CFLAGS" AC_LINK_IFELSE( [AC_LANG_PROGRAM(and [[ #include <ctype.h> ]], [[ return (isblank('a')...
2006 May 25
1
pxelinux/mboot confused about e820 memory maps on HP Proliant BIOS's
...oes a 'memset(&regs_in, 0, sizeof (regs_in))' to clear the fields. Also included in the diffs below are changes to permit the syslinux package to build on the latest Fedora Core 5 release. They should make no functional change - but reflect that CLK_TCK is not visible by default (some Xopen/Posix stuff I think). Please consider these changes for inclusion into the next release of syslinux/pxelinux/mboot. Thanx Much, _Mike_ --- Michael Walker Software Developer Cassatt Corporation, San Jose, CA ---------------------------- --- baseline-syslinux/./syslinux-3.11/com32/modules/mb...
2002 Jul 04
1
Still can't compile vorbis-tools CVS
...n aclocal.m4: aclocal.m4:1490: dnl po2tbl.sed is always needed. aclocal.m4:1492: $srcdir/intl/po2tbl.sed.in > intl/po2tbl.sed Going right back to the start, doing a fresh checkout and searching for po2tbl reveals that it only exists in one place: intl/Makefile.in:79:DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c I also tried './configure --with-included-gettext' with the same result. This looks like an auto* issue to me, though I know very little about it. The commands that reference po2tbl.sed.in only appear after running ./autogen.sh and I'm...
2002 Jul 06
3
Can't compile vorbis-tools CVS
...n aclocal.m4: aclocal.m4:1490: dnl po2tbl.sed is always needed. aclocal.m4:1492: $srcdir/intl/po2tbl.sed.in > intl/po2tbl.sed Going right back to the start, doing a fresh checkout and searching for po2tbl reveals that it only exists in one place: intl/Makefile.in:79:DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c I also tried './configure --with-included-gettext' with the same result. This looks like an auto* issue to me, though I know very little about it. The commands that reference po2tbl.sed.in only appear after running ./autogen.sh and I'm...
2019 Jul 04
2
Fwd: Fedora 31 System-Wide change proposal: Automatic R runtime dependencies
...est * R-tinytex * R-tkrplot * R-tkWidgets * R-tufte * R-tweenr * R-udunits2 * R-unitizer * R-units * R-unix * R-usethis * R-utf8 * R-uuid * R-V8 * R-vctrs * R-viridisLite * R-waveslim * R-wavethresh * R-webp * R-webutils * R-whisker * R-whoami * R-widgetTools * R-withr * R-xfun * R-XML * R-xml2 * R-xopen * R-xtable * R-XVector * R-yaml * R-zeallot * R-zoo * libsbml * libsedml * libnuml * shogun == Contingency Plan == * Contingency mechanism: The side tag will not be merged, or if a side tag is deemed unnecessary, the generator will not be installed, and any built packages will be re-built withou...
2003 Jun 22
16
[Bug 600] compilation of ssh-askpass or ssh-rand-helper fails on NCR MP-RAS v3.02
http://bugzilla.mindrot.org/show_bug.cgi?id=600 Summary: compilation of ssh-askpass or ssh-rand-helper fails on NCR MP-RAS v3.02 Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Build system
2016 Aug 01
4
OpenSSH 7.3p1 can't be build on Solaris 10
...configure:17356: gcc -o conftest -O3 -m64 -mtune=native -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE -D_XOPEN_SOURCE -m64 -Wl,-z,now -fstack-protector-strong -pie conftest.c -lnsl -lz -lsocket >&5 In file included from /usr/include/limits.h:17:0, from /opt/csw/lib/gcc/i386-pc-solaris2.10/5.2.0/include-fixed/limits.h:168, from /opt/csw/lib/gcc/i386-pc-solaris2.10/5...
2012 Nov 01
41
[Request for review] [RFC] Add label support for snapshots and subvols
From: Anand Jain <anand.jain@oracle.com> (This patch is for the review/test not yet for the integration). Here is an implementation of the feature to add label to the subvolume and snapshots. Which would help sysadmin to better manager the subvol and snapshots. This can be done in two ways, one - using attr which is user land only changes but drawback is able to change the label