[prev in list] [next in list] [prev in thread] [next in thread] 

List:       syslog-ng
Subject:    Re: [syslog-ng] Make Errors on Solaris 10
From:       Scott Rochford <scott.rochford () amadeus ! com>
Date:       2011-03-31 1:31:33
Message-ID: OF03CADEB5.8CDC7E8A-ONCA257864.00084AB0-CA257864.00086213 () amadeus ! com
[Download RAW message or body]

This is a multipart message in MIME format.

This is a multipart message in MIME format.
--=_alternative 0008617ECA257864_=
Content-Type: text/plain; charset="US-ASCII"

Hi,

Have you tried using GNU make (gmake)?

Regards,

Scott



From:   Tony MacDoodle <tpsdoodle@gmail.com>
To:     syslog-ng@lists.balabit.hu
Date:   31/03/2011 02:46
Subject:        [syslog-ng] Make Errors on Solaris 10
Sent by:        syslog-ng-bounces@lists.balabit.hu



Hello,

I am trying to compile syslog-ng 3.2.2 for Solaris 10 Sparc and getting 
the following errors when I run a make:

./configure --enable-tcp-wrapper

syslog-ng Open Source Edition 3.2.2 configured
 Compiler options:
  compiler                    : gcc -std=gnu99
  compiler options            : -g -O2 -Wall  -D_REENTRANT -D_PTHREADS 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   
-I/usr/local/include/eventlog      -D_GNU_SOURCE -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64
  linker flags                :  -lpthread 
  prefix                      : /usr/local
  linking mode                : dynamic
 Features:
  Sun STREAMS support (module): yes
  Debug symbols               : no
  GCC profiling               : no
  Memtrace                    : no
  IPV6 support                : yes
  spoof-source support        : no
  tcp-wrapper support         : yes
  SSL support (module)        : no
  SQL support (module)        : no
  Linux capability support    : no
  PCRE support                : no
  Env wrapper support         : no
  PACCT module (EXPERIMENTAL) : no

root:~/syslog/syslog-ng-3.2.2# make
make  all-recursive
Making all in lib
make: Fatal error in reader: Makefile, line 637: Unexpected end of line 
seen
Current working directory /root/syslog/syslog-ng-3.2.2/lib
*** Error code 1
The following command caused the error:
fail= failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
  case $f in \
    *=* | --[!k]*);; \
    *k*) failcom='fail=yes';; \
  esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='lib modules syslog-ng scripts tests doc contrib scl debian 
tgz2build'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /root/syslog/syslog-ng-3.2.2
*** Error code 1
make: Fatal error: Command failed for target `all'

Thanks
______________________________________________________________________________
Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng
Documentation: 
http://www.balabit.com/support/documentation/?product=syslog-ng
FAQ: http://www.campin.net/syslog-ng/faq.html







--=_alternative 0008617ECA257864_=
Content-Type: text/html; charset="US-ASCII"

<font size=2 face="sans-serif">Hi,</font>
<br>
<br><font size=2 face="sans-serif">Have you tried using GNU make (gmake)?</font>
<br>
<br><font size=2 face="sans-serif">Regards,</font>
<br>
<br><font size=2 face="sans-serif">Scott</font>
<br>
<br>
<br>
<br><font size=1 color=#5f5f5f face="sans-serif">From: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">Tony MacDoodle \
&lt;tpsdoodle@gmail.com&gt;</font> <br><font size=1 color=#5f5f5f \
face="sans-serif">To: &nbsp; &nbsp; &nbsp; &nbsp;</font><font size=1 \
face="sans-serif">syslog-ng@lists.balabit.hu</font> <br><font size=1 color=#5f5f5f \
face="sans-serif">Date: &nbsp; &nbsp; &nbsp; &nbsp;</font><font size=1 \
face="sans-serif">31/03/2011 02:46</font> <br><font size=1 color=#5f5f5f \
face="sans-serif">Subject: &nbsp; &nbsp; &nbsp; &nbsp;</font><font size=1 \
face="sans-serif">[syslog-ng] Make Errors on Solaris 10</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Sent by: &nbsp; &nbsp;
&nbsp; &nbsp;</font><font size=1 \
face="sans-serif">syslog-ng-bounces@lists.balabit.hu</font> <br>
<hr noshade>
<br>
<br>
<br><font size=3>Hello,<br>
<br>
I am trying to compile syslog-ng 3.2.2 for Solaris 10 Sparc and getting
the following errors when I run a make:<br>
<br>
./configure --enable-tcp-wrapper<br>
<br>
syslog-ng Open Source Edition 3.2.2 configured<br>
&nbsp;Compiler options:<br>
&nbsp; compiler&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 : gcc -std=gnu99<br>
&nbsp; compiler options&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 : -g -O2 -Wall&nbsp; -D_REENTRANT -D_PTHREADS -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include&nbsp;&nbsp; \
                -I/usr/local/include/eventlog&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64<br>
&nbsp; linker flags&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 :&nbsp; -lpthread <br>
&nbsp; prefix&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 : /usr/local<br>
&nbsp; linking mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 : dynamic<br>
&nbsp;Features:<br>
&nbsp; Sun STREAMS support (module): yes<br>
&nbsp; Debug symbols&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 : no<br>
&nbsp; GCC profiling&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 : no<br>
&nbsp; Memtrace&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 : no<br>
&nbsp; IPV6 support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 : yes<br>
&nbsp; spoof-source support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :
no<br>
&nbsp; tcp-wrapper support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> yes<br>
&nbsp; SSL support (module)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :
no<br>
&nbsp; SQL support (module)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :
no<br>
&nbsp; Linux capability support&nbsp;&nbsp;&nbsp; : no<br>
&nbsp; PCRE support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 : no<br>
&nbsp; Env wrapper support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> no<br>
&nbsp; PACCT module (EXPERIMENTAL) : no<br>
<br>
root:~/syslog/syslog-ng-3.2.2#<b> make</b><br>
make&nbsp; all-recursive<br>
Making all in lib<br>
make: Fatal error in reader: Makefile, line 637: Unexpected end of line
seen<br>
Current working directory /root/syslog/syslog-ng-3.2.2/lib<br>
*** Error code 1<br>
The following command caused the error:<br>
fail= failcom='exit 1'; \<br>
for f in x $MAKEFLAGS; do \<br>
&nbsp; case $f in \<br>
&nbsp;&nbsp;&nbsp; *=* | --[!k]*);; \<br>
&nbsp;&nbsp;&nbsp; *k*) failcom='fail=yes';; \<br>
&nbsp; esac; \<br>
done; \<br>
dot_seen=no; \<br>
target=`echo all-recursive | sed s/-recursive//`; \<br>
list='lib modules syslog-ng scripts tests doc contrib scl debian tgz2build';
for subdir in $list; do \<br>
&nbsp; echo &quot;Making $target in $subdir&quot;; \<br>
&nbsp; if test &quot;$subdir&quot; = &quot;.&quot;; then \<br>
&nbsp;&nbsp;&nbsp; dot_seen=yes; \<br>
&nbsp;&nbsp;&nbsp; local_target=&quot;$target-am&quot;; \<br>
&nbsp; else \<br>
&nbsp;&nbsp;&nbsp; local_target=&quot;$target&quot;; \<br>
&nbsp; fi; \<br>
&nbsp; (CDPATH=&quot;${ZSH_VERSION+.}:&quot; &amp;&amp; cd $subdir &amp;&amp;
make&nbsp; $local_target) \<br>
&nbsp; || eval $failcom; \<br>
done; \<br>
if test &quot;$dot_seen&quot; = &quot;no&quot;; then \<br>
&nbsp; make&nbsp; &quot;$target-am&quot; || exit 1; \<br>
fi; test -z &quot;$fail&quot;<br>
make: Fatal error: Command failed for target `all-recursive'<br>
Current working directory /root/syslog/syslog-ng-3.2.2<br>
*** Error code 1<br>
make: Fatal error: Command failed for target `all'<br>
<br>
Thanks</font><tt><font \
size=2>______________________________________________________________________________<br>
 Member info: </font></tt><a \
href="https://lists.balabit.hu/mailman/listinfo/syslog-ng"><tt><font \
size=2>https://lists.balabit.hu/mailman/listinfo/syslog-ng</font></tt></a><tt><font \
                size=2><br>
Documentation: </font></tt><a \
href="http://www.balabit.com/support/documentation/?product=syslog-ng"><tt><font \
size=2>http://www.balabit.com/support/documentation/?product=syslog-ng</font></tt></a><tt><font \
                size=2><br>
FAQ: </font></tt><a href="http://www.campin.net/syslog-ng/faq.html"><tt><font \
size=2>http://www.campin.net/syslog-ng/faq.html</font></tt></a><tt><font size=2><br> \
<br> </font></tt>
<br><font size=2 face="sans-serif"><br>
<br>
<br>
<br>
</font>
--=_alternative 0008617ECA257864_=--



______________________________________________________________________________
Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng
Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng
FAQ: http://www.campin.net/syslog-ng/faq.html



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic