Displaying 16 results from an estimated 16 matches for "feature_tests".
2008 Oct 15
0
gccfss-4.2.0 fixincludes headers out of date, breaking dtrace SDT
...least: just add the definition to gcc''s version of the file.
$ diff /usr/include/sys/feature_test.h $GCC_INCLUDES/sys/feature_test.h
0a1,9
> /* DO NOT EDIT THIS FILE.
>
> It has been auto-edited by fixincludes from:
>
> "/usr/include/sys/feature_tests.h"
>
> This had to be done to correct non-standard usages in the
> original, manufacturer supplied header file. */
>
2c11
< * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
---
> * Copyright 2004 Sun Microsystems, Inc. All ri...
2016 Aug 01
4
OpenSSH 7.3p1 can't be build on Solaris 10
.../limits.h:168,
from
/opt/csw/lib/gcc/i386-pc-solaris2.10/5.2.0/include-fixed/syslimits.h:7,
from
/opt/csw/lib/gcc/i386-pc-solaris2.10/5.2.0/include-fixed/limits.h:34,
from conftest.c:162:
/opt/csw/lib/gcc/i386-pc-solaris2.10/5.2.0/include-fixed/sys/feature_tests.h:346:2:
error: #error "Compiler or options invalid for pre-UNIX 03 X/Open
applications and pre-2001 POSIX applications"
#error "Compiler or options invalid for pre-UNIX 03 X/Open applications \
^
configure:17362: $? = 1
configure: failed program was:
| /* confdefs.h. */
ac_...
2005 May 05
1
Compiling on Solaris 10
...o -MD -MP -MF ".deps/mycrypt.Tpo" -c -o mycrypt.o mycrypt.c; \
then mv -f ".deps/mycrypt.Tpo" ".deps/mycrypt.Po"; else rm -f ".deps/
mycrypt.Tpo"; exit 1; fi
In file included from /usr/include/unistd.h:18,
from mycrypt.c:6:
/usr/include/sys/feature_tests.h:336:2: #error "Compiler or options
invalid; UNIX 03 and POSIX.1-2001 applications require the use
of c99"
make[3]: *** [mycrypt.o] Error 1
I am using gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) to do
the build. It fails with just ./configure ; make
The only thing u...
2016 Aug 01
2
OpenSSH 7.3p1 can't be build on Solaris 10
.../limits.h:168,
from
/opt/csw/lib/gcc/i386-pc-solaris2.10/5.2.0/include-fixed/syslimits.h:7,
from
/opt/csw/lib/gcc/i386-pc-solaris2.10/5.2.0/include-fixed/limits.h:34,
from conftest.c:163:
/opt/csw/lib/gcc/i386-pc-solaris2.10/5.2.0/include-fixed/sys/feature_tests.h:346:2:
error: #error "Compiler or options invalid for pre-UNIX 03 X/Open
applications and pre-2001 POSIX applications"
#error "Compiler or options invalid for pre-UNIX 03 X/Open applications \
^
configure:17362: $? = 1
configure: failed program was:
01.08.2016 20:52, Darre...
2005 Aug 21
1
Installation error on "make"
...c -o mycrypt.o mycrypt.c; \
22.
then mv -f ".deps/mycrypt.Tpo" ".deps/mycrypt.Po"; else rm -f ".deps/mycrypt.Tpo"; exit 1; fi
23.
In file included from /usr/include/unistd.h:18,
24.
from mycrypt.c:5:
25.
/usr/include/sys/feature_tests.h:332:2: #error "Compiler or options invalid for pre-UNIX 03 X/Open applications and pre-2001 POSIX applications"
26.
*** Error code 1
27.
make: Fatal error: Command failed for target `mycrypt.o'
28.
Current working directory /root/dovecot-1.0.alpha1/sr...
2006 May 11
6
problem with solaris install
I was trying to install ferret 0.9.2 on solaris (SunOS 5.8) which
does not have a sys/dir.h
nix_io.c:5:21: sys/dir.h: No such file or directory
make: *** [nix_io.o] Error 1
I couldn''t find an obvious way around this... any suggestions?
Thanks,
Rich Marisa
Cornell Information Technologies
Cornell University
2004 Sep 27
0
Compiling ices2 on solaris
...lp!
configure:19663: checking for uint64_t
configure:19688: gcc -c -g -O2 conftest.c >&5
In file included from /usr/include/iso/stdio_iso.h:34,
from
/opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.9/3.4.1/include/stdio.h:36,
from configure:19697:
/usr/include/sys/feature_tests.h:281:2: #error "Compiler or options invalid;
UNIX 03 and POSIX.1-2001 applications require the use of c99"
configure:19691: $? = 1
configure: failed program was:
| #line 19668 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "IceS"
| #define PACKAGE_TARNAME...
2005 Aug 29
0
Re: dovecot Digest, Vol 28, Issue 61
...05 dovecot-request at dovecot.org wrote:
> Date: Sun, 28 Aug 2005 21:01:55 +0300
> From: Timo Sirainen <tss at iki.fi>
> Subject: Re: [Dovecot] Installation error on "make"
>
> On Sun, 2005-08-21 at 04:34 -0400, Lisandro Grullon wrote:
>> /usr/include/sys/feature_tests.h:332:2: #error "Compiler or options invalid for pre-UNIX 03 X/Open applications and pre-2001 POSIX applications"
>
> Some versions of Solaris 10 want "#define _XPG6" at the beginning of the
> mycrypt.c file, but most other versions give error if it's there....
2005 Aug 30
0
Re: dovecot Digest, Vol 28, Issue 61
...05 dovecot-request at dovecot.org wrote:
> Date: Sun, 28 Aug 2005 21:01:55 +0300
> From: Timo Sirainen <tss at iki.fi>
> Subject: Re: [Dovecot] Installation error on "make"
>
> On Sun, 2005-08-21 at 04:34 -0400, Lisandro Grullon wrote:
>> /usr/include/sys/feature_tests.h:332:2: #error "Compiler or options invalid for pre-UNIX 03 X/Open applications and pre-2001 POSIX applications"
>
> Some versions of Solaris 10 want "#define _XPG6" at the beginning of the
> mycrypt.c file, but most other versions give error if it's there....
2001 Aug 09
0
20010731 Build problem on solaris 7.0 on Sparc.
...: label `yynewstate' defined but not
used
gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -D__WINE__
-D_REENTRANT -I/usr/openwin/include -o lex.ppl.o lex.ppl.c
In file included from ./ppl.l:141:
../../include/config.h:480: warning: `_FILE_OFFSET_BITS' redefined
/usr/include/sys/feature_tests.h:96: warning: this is the location of
the previous definition
./ppl.l: In function `pplex':
./ppl.l:336: `pplval' undeclared (first use in this function)
./ppl.l:336: (Each undeclared identifier is reported only once
./ppl.l:336: for each function it appears in.)
*** Error code 1
make: Fat...
2008 Jun 11
0
Dovecot 1.1 rc9 compilation warnings
...6,
> from restrict-access.c:7:
> ../../config.h:564:1: warning: "_FILE_OFFSET_BITS" redefined
> In file included from /opt/RDGgcc3/lib/gcc-lib/sparc-sun-solaris2.8/3.3.2/include/sys/types.h:29,
> from restrict-access.c:4:
> /usr/include/sys/feature_tests.h:96:1: warning: this is the location of the previous definition
Solaris 10
> charset-utf8.c: In function `charset_to_utf8':
> charset-utf8.c:73: warning: implicit declaration of function `buffer_append'
Solaris 8 and SuSE Enterprise Linux 9 (x86-64 gcc 3.3.3)
> mail-index-map.c:...
2001 Oct 30
1
[PATCH] for solaris 2.6
I didn't see this one applied to the repository yet.
It may not be the best patch possible... basic problem is that
_LARGEFILE64_SOURCE needs to be defined on Solaris 2.6 if
AC_SYS_LARGEFILE ends up doing a '#define _FILE_OFFSET_BITS 64'
If _FILE_OFFSET_BITS == 64, then <sys/resource.h> will define a
'struct rlimit64' but NOT define a 'struct rlimit' leading to
2007 May 08
1
Can't get Ruby on Rails with Apache and FastCGI
...g.h:17:1: warning:
"_FILE_OFFSET_BITS" redefined
In file included from /usr/include/iso/stdarg_c99.h:34,
from /usr/include/stdarg.h:33,
from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/
include/stdio.h:14,
from fcgi.c:7:
/usr/include/sys/feature_tests.h:188:1: warning: this is the location
of the previous definition
gcc -Wl,-G -L''/usr/local/lib'' -Wl,-R''/usr/local/lib'' -o fcgi.so
fcgi.o -lfcgi -ldl -lcrypt -lm -lc
make install
./install-sh -c -m 0755 fcgi.so /usr/local/lib/ruby/gems/1.8/gems/
fcgi-0.8.7/l...
2007 Oct 16
3
Released v1.1.beta3
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta3.tar.gz
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta3.tar.gz.sig
Please try and report any bugs. Beta2 still had a few bad bugs, but I'm
hoping this release is near a usable state.
I've been a bit busy with school lately so I haven't had time/energy to
answer mails in here. The main reason has been this lab course
2010 Jul 04
5
dovecot-1.2.12 fails to build on Solaris 8 and 10
configure fails with :
configure: error: Unsupported off_t type
I am not too sure what off_t is needed but this is a pretty standard thing.
My configure line :
./configure --build=i386-pc-solaris2.10 --host=i386-pc-solaris2.10
--prefix=/opt/csw --with-zlib --with-ssl=openssl
--with-storages=mbox,maildir --with-libiconv-prefix=/opt/csw
Yes, the openssl libs are in /opt/csw/lib
Not sure what
2016 Aug 01
4
OpenSSH 7.3p1 can't be build on Solaris 10
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Solaris 10 x64 kernel 150401-35
LibreSSL 2.4.1
GCC 5.2
./configure --with-privsep-user=sshd --with-pam --with-pie
--with-ssl-dir=/usr/local 'CFLAGS=-O3 -m64 -mtune=native -pipe'
'LDFLAGS=-m64'
successful.
gmake produces error:
root @ khorne /patch/openssh-7.3p1 # gmake
conffile=`echo sshd_config.out | sed