Re: sorta newb help compiling samba

2009-04-11 Thread Karl Vogel
On Fri, 10 Apr 2009 14:31:06 -0500, Adam Vandemore amvandem...@gmail.com said: A How do you handle major builds that use FBSD specific patches A asterisk for example? Fortunately I haven't had to build asterisk or anything else that large. If I did, I'd probably try building under

Re: sorta newb help compiling samba

2009-04-11 Thread Karl Vogel
On Fri, 10 Apr 2009 21:44:14 +0200, Polytropon free...@edvax.de said: P Why don't you use echo -n which suppresses the newline instead of involving P another program to do something that echo can do on its own? This is how P FreeBSD does it in its system scripts. Some of my scripts date

Re: sorta newb help compiling samba

2009-04-11 Thread Chris Rees
2009/4/9 Gary Gatten ggat...@waddell.com: Yup - tried samba3 and a couple others.  None of them liked a function about current_time in krb5. What's up with the top posting thing?  You don't like the most recent stuff at the top? No, top posting is horrible! And frowned upon in this

Re: sorta newb help compiling samba

2009-04-11 Thread Adam Vande More
Karl Vogel wrote: On Fri, 10 Apr 2009 14:31:06 -0500, Adam Vandemore amvandem...@gmail.com said: A How do you handle major builds that use FBSD specific patches A asterisk for example? Fortunately I haven't had to build asterisk or anything else that large. If I did, I'd

Re: sorta newb help compiling samba

2009-04-11 Thread Warren Block
On Fri, 10 Apr 2009, Karl Vogel wrote: On Fri, 10 Apr 2009 21:44:14 +0200, Polytropon free...@edvax.de said: P Why don't you use echo -n which suppresses the newline instead of involving P another program to do something that echo can do on its own? This is how P FreeBSD does it in its

Re: sorta newb help compiling samba

2009-04-11 Thread Karl Vogel
On Sat, 11 Apr 2009 19:49:31 -0500, Adam Vande More amvandem...@gmail.com said: A A shot in dark at the problem is upgrading firefox also upgraded perl A from 5.8.8 to 5.8.9(possibility w/ threaded perl). No, I installed perl-5.8.8 by hand back when the ports version was somewhere

Re: sorta newb help compiling samba

2009-04-10 Thread Karl Vogel
On Wed, 8 Apr 2009 13:21:17 -0500, Gary Gatten ggat...@waddell.com said: G I've been playing with various flavors of *nix off and on for almost twenty G years, but not doing much development the make process often causes me G issues - as is the case with samba. This is why I only use the

Re: sorta newb help compiling samba

2009-04-10 Thread Adam Vandemore
Karl Vogel wrote: On Wed, 8 Apr 2009 13:21:17 -0500, Gary Gatten ggat...@waddell.com said: G I've been playing with various flavors of *nix off and on for almost twenty G years, but not doing much development the make process often causes me G issues - as is the case with samba.

Re: sorta newb help compiling samba

2009-04-10 Thread Polytropon
Just a small sidenote according to your shell script: You're defining # echo without newline necho () { echo $* | tr -d '\012' } Why don't you use echo -n which suppresses the newline instead of involving another program to do something that echo can do

Re: sorta newb help compiling samba

2009-04-08 Thread Vasadi I. Claudiu Florin
On Wed, 08 Apr 2009 23:39:55 +0300, Gary Gatten ggat...@waddell.com wrote: I found a 3.3.1 package - if my current attempts at the port upgrades fails I'll try this route. Thanks again! Gary Hey, If I were you, first of all, I would try the make clean; make distclean;make rmconfig;

RE: sorta newb help compiling samba

2009-04-08 Thread Gary Gatten
-questions@freebsd.org Subject: Re: sorta newb help compiling samba On Wed, 08 Apr 2009 23:39:55 +0300, Gary Gatten ggat...@waddell.com wrote: I found a 3.3.1 package - if my current attempts at the port upgrades fails I'll try this route. Thanks again! Gary Hey, If I were you, first

RE: sorta newb help compiling samba

2009-04-08 Thread Gary Gatten
Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Gary Gatten Sent: Wednesday, April 08, 2009 5:08 PM To: Vasadi I. Claudiu Florin Cc: freebsd-questions@freebsd.org Subject: RE: sorta newb help compiling samba Latest error below. Going