| Summary: | make: #error "No DATAMODEL_NATIVE specified" | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Manuel <mchriste> |
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | SPARC | ||
| OS: | Solaris | ||
This looks like a broken gcc installation 3 months with no followup or confirmation = no bug Mass change of RESOLVED bugs to CLOSED |
I tried to compile it for Solaris 6 (Sparc) and I have the following error :-( can someone help me?? OS: Solaris 6 GCC Version: 2.6.3 GNUMake Version: 3.74 # make (cd openbsd-compat && make) make[1]: Entering directory `/openssh-3.0.2p1/openbsd-compat' gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/usr/local/include -DHAVE_CONFIG_H -c bsd-arc4random.c In file included from ../defines.h:10, from ../config.h:821, from ../includes.h:22, from bsd-arc4random.c:25: /usr/local/lib/gcc-lib/sparc-sun-solaris2.3/2.6.3/include/sys/param.h:175: warning: `NBBY' redefined /usr/include/sys/select.h:45: warning: this is the location of the previous definition In file included from /usr/include/sys/stream.h:26, from /usr/include/netinet/in.h:38, from ../defines.h:12, from ../config.h:821, from ../includes.h:22, from bsd-arc4random.c:25: /usr/include/sys/model.h:32: #error "No DATAMODEL_NATIVE specified" make[1]: *** [bsd-arc4random.o] Error 1 make[1]: Leaving directory `/openssh-3.0.2p1/openbsd-compat' make: *** [openbsd-compat/libopenbsd-compat.a] Error 2