Re: error compiling amanda on FreeBSD 6.3 x86_64

2008-03-24 Thread Patrick M. Hausen
Hi!

On Mon, Mar 24, 2008 at 04:00:58PM -0500, Oscar Ricardo Silva wrote:
> Eric Schnoebelen wrote:
>> Oscar Ricardo Silva writes:
>> - I'm attempting to compile the client version of amanda on a Dell
>> - PowerEdge server running FreeBSD 6.3 but keep running into an
>> - ssh related error.  I use the following configure statement:
>> 
>> Use the port from /usr/ports.. It has patches to fix both of the
>> errors.

Then have a look at the port's patches to see, what you need
to change on FreeBSD.

Or cd to the port directory and "make extract patch". Then make
your local adjustments and aftewards "make install".

Kind regards,

Patrick M. Hausen
Leiter Netzwerke und Sicherheit
-- 
punkt.de GmbH * Vorholzstr. 25 * 76137 Karlsruhe
Tel. 0721 9109 0 * Fax 0721 9109 100
[EMAIL PROTECTED]   http://www.punkt.de
Gf: Jürgen Egeling  AG Mannheim 108285


Re: error compiling amanda on FreeBSD 6.3 x86_64

2008-03-24 Thread Oscar Ricardo Silva

Eric Schnoebelen wrote:

Oscar Ricardo Silva writes:
- I'm attempting to compile the client version of amanda on a Dell
- PowerEdge server running FreeBSD 6.3 but keep running into an
- ssh related error.  I use the following configure statement:

Use the port from /usr/ports.. It has patches to fix both of the
errors.

--
Eric Schnoebelen[EMAIL PROTECTED]   
http://www.cirr.com
"I'm going to a commune in Vermont and will deal with no unit of time
shorter than a season" -- Josh Rosen in _The Soul of a New Machine_



I thought about it but there are more configure switches I want to use than are 
available through the port.  The current port doesn't allow for ssh 
authentication, # of debug days to keep, specify a specific version of tar (so 
as to point to wrapper script and do encryption).




Oscar



Re: error compiling amanda on FreeBSD 6.3 x86_64

2008-03-22 Thread Patrick M. Hausen
Oscar Ricardo Silva wrote at 18:33 -0500 on Mar 21, 2008:
> I'm attempting to compile the client version of amanda on a
> Dell PowerEdge server running FreeBSD 6.3 but keep running
> into an ssh related error.

Use the port, Luke.

# cd /usr/ports/misc/amanda-client
# make install clean

Kind regards,

Patrick M. Hausen
Leiter Netzwerke und Sicherheit
-- 
punkt.de GmbH * Vorholzstr. 25 * 76137 Karlsruhe
Tel. 0721 9109 0 * Fax 0721 9109 100
[EMAIL PROTECTED]   http://www.punkt.de
Gf: Jürgen Egeling  AG Mannheim 108285


Re: error compiling amanda on FreeBSD 6.3 x86_64

2008-03-22 Thread John E Hein
Oscar Ricardo Silva wrote at 18:33 -0500 on Mar 21, 2008:
 > I'm attempting to compile the client version of amanda on a Dell PowerEdge 
 > server running FreeBSD 6.3 but keep running into an ssh related error.  I 
 > use 
 > the following configure statement:
 > 
 > ./configure --prefix=/usr/local/amanda25 --infodir=/usr/share/info 
 > --mandir=/usr/share/man --with-user=amanda --with-group=operator 
 > --with-config=daily --with-gnutar=/usr/local/bin/amgtar 
 > --with-gnutar-listdir=/usr/local/amanda25/gnutar-lists --with-debugging 
 > --with-debug-days=21 --with-fqdn --with-ssh-security --with-buffered-dump 
 > --with-dump-honor-nodump --without-server 
 > --with-tape-server=amandaserver.utexas.edu --with-tmpdir=/tmp/amanda 
 > --with-index-server=amandaserver.utexas.edu
 > 
 > but eventually I get this error:
 > 
 > checking build system type... x86_64-unknown-freebsd6.3
 > checking host system type... x86_64-unknown-freebsd6.3
 > checking target system type... x86_64-unknown-freebsd6.3
 > checking for a BSD-compatible install... /usr/bin/install -c
 > checking whether build environment is sane... yes
 > ..
 > checking for egrep... /usr/bin/egrep
 > checking for lint... /usr/bin/lint
 > lint: illegal option -- f
 > usage: lint [-abceghprvwxzHF] [-s|-t] [-i|-nu] [-Dname[=def]] [-Uname] [-X 
 > [,]...
 >[-Idirectory] [-Ldirectory] [-llibrary] [-ooutputfile] file...
 > lint [-abceghprvwzHF] [-s|-t] -Clibrary [-Dname[=def]]
 >   [-X [,]...
 >[-Idirectory] [-Uname] [-Bpath] file ...
 > checking for raw ftape device... /dev/null
 > checking for Kerberos and Amanda kerberos4 bits... no
 > checking for ssh... /usr/bin/ssh
 > checking SSH options... ./configure.lineno: ${i/...}: Bad substitution
 > 
 > 
 > (ignore the lint related error)  If I take out the "--with-ssh-security", 
 > amanda 
 > configures without a problem.  Here's some of the output from  
 > /var/run/dmesg.boot:

What version of amanda?
config.log will give more details about the error.


Re: error compiling amanda on FreeBSD 6.3 x86_64

2008-03-22 Thread Eric Schnoebelen

Oscar Ricardo Silva writes:
- I'm attempting to compile the client version of amanda on a Dell
- PowerEdge server running FreeBSD 6.3 but keep running into an
- ssh related error.  I use the following configure statement:

Use the port from /usr/ports.. It has patches to fix both of the
errors.

--
Eric Schnoebelen[EMAIL PROTECTED]   
http://www.cirr.com
"I'm going to a commune in Vermont and will deal with no unit of time
shorter than a season" -- Josh Rosen in _The Soul of a New Machine_


error compiling amanda on FreeBSD 6.3 x86_64

2008-03-21 Thread Oscar Ricardo Silva
I'm attempting to compile the client version of amanda on a Dell PowerEdge 
server running FreeBSD 6.3 but keep running into an ssh related error.  I use 
the following configure statement:


./configure --prefix=/usr/local/amanda25 --infodir=/usr/share/info 
--mandir=/usr/share/man --with-user=amanda --with-group=operator 
--with-config=daily --with-gnutar=/usr/local/bin/amgtar 
--with-gnutar-listdir=/usr/local/amanda25/gnutar-lists --with-debugging 
--with-debug-days=21 --with-fqdn --with-ssh-security --with-buffered-dump 
--with-dump-honor-nodump --without-server 
--with-tape-server=amandaserver.utexas.edu --with-tmpdir=/tmp/amanda 
--with-index-server=amandaserver.utexas.edu


but eventually I get this error:

checking build system type... x86_64-unknown-freebsd6.3
checking host system type... x86_64-unknown-freebsd6.3
checking target system type... x86_64-unknown-freebsd6.3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
..
checking for egrep... /usr/bin/egrep
checking for lint... /usr/bin/lint
lint: illegal option -- f
usage: lint [-abceghprvwxzHF] [-s|-t] [-i|-nu] [-Dname[=def]] [-Uname] [-X 
[,]...

  [-Idirectory] [-Ldirectory] [-llibrary] [-ooutputfile] file...
   lint [-abceghprvwzHF] [-s|-t] -Clibrary [-Dname[=def]]
 [-X [,]...
  [-Idirectory] [-Uname] [-Bpath] file ...
checking for raw ftape device... /dev/null
checking for Kerberos and Amanda kerberos4 bits... no
checking for ssh... /usr/bin/ssh
checking SSH options... ./configure.lineno: ${i/...}: Bad substitution


(ignore the lint related error)  If I take out the "--with-ssh-security", amanda 
configures without a problem.  Here's some of the output from  /var/run/dmesg.boot:


Copyright (c) 1992-2008 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.3-RELEASE #0: Wed Jan 16 01:43:02 UTC 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP
ACPI APIC Table: 
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(R) CPU   X5355  @ 2.66GHz (2662.67-MHz K8-class CPU)
  Origin = "GenuineIntel"  Id = 0x6f7  Stepping = 7

Features=0xbfebfbff
  Features2=0x4e3bd
  AMD Features=0x20100800
  AMD Features2=0x1
  Cores per package: 4
real memory  = 9395240960 (8960 MB)
avail memory = 8290398208 (7906 MB)
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs



Any thoughts/suggestions?



Oscar