[Bacula-users] Illegal byte sequence (on Mac OS X when running configure, doing make of dependencies)

2006-11-27 Thread Hydro Meteor

As an update to my push for getting Bacula into use on Mac OS X (in this
case the Intel iMac with Core 2 Duo), I was looking through my output in
more detail and trying to make some human sense parsing what I observed and
comparing to Ubuntu Linux (the comparison I believe is good because, if I
understand the history correctly, Kern created Bacula on Linux so naturally
there is going to be more knowledge and experience around Linux distros
running Bacula).

I found this output from ./configure on the Mac's command line but which was
missing from the command line output of configure (same version of Bacula
and nearly identical configure options presented to configure on both Mac
and Ubuntu):

cut: stdin: Illegal byte sequence

I am wondering if this Illegal byte sequence might come back to haunt me
later on when running one of the Bacula daemons in a critical situation
whether it be the Director, Storage, backing up, restoring, etc.? More
specifically, the Illegal byte sequence alert was output four times
sequentially on the command line (see larger excerpt below and comparative
larger excerpt from Ubuntu).

I didn't post this to the Bacula bugs mailing list because I don't really
know if this is a bug or not.

Best regards,




configure on Mac OS X 10.4.8 - Intel Core 2 Duo and on Mac OS X Server
10.4.8 - PowerPC G4 is the same (with cut error repeated four times):

Doing make of dependencies
==Entering directory /Users/hydro/Desktop/source/bacula- 1.38.11/src
make[1]: Nothing to be done for `depend'.
==Entering directory /Users/hydro/Desktop/source/bacula-1.38.11/scripts
make[1]: `depend' is up to date.
==Entering directory /Users/hydro/Desktop/source/bacula- 1.38.11/src/lib
==Entering directory /Users/hydro/Desktop/source/bacula-1.38.11/src/findlib
==Entering directory /Users/hydro/Desktop/source/bacula-1.38.11/src/filed
==Entering directory /Users/hydro/Desktop/source/bacula- 1.38.11
/src/console
==Entering directory /Users/hydro/Desktop/source/bacula-1.38.11
/src/tray-monitor
==Entering directory /Users/hydro/Desktop/source/bacula-1.38.11/src/cats
==Entering directory /Users/hydro/Desktop/source/bacula- 1.38.11/src/dird
==Entering directory /Users/hydro/Desktop/source/bacula-1.38.11/src/stored
==Entering directory /Users/hydro/Desktop/source/bacula-1.38.11/src/tools
cut: stdin: Illegal byte sequence
cut: stdin: Illegal byte sequence
cut: stdin: Illegal byte sequence
cut: stdin: Illegal byte sequence

Output on Ubuntu (Dapper Drake 6.06) on Intel (i386) running Centrino on a
laptop (no cut error):

Doing make of dependencies
==Entering directory /home/hydro/Desktop/bacula-1.38.11/src
make[1]: Entering directory `/home/hydro/Desktop/bacula-1.38.11/src'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/home/hydro/Desktop/bacula- 1.38.11/src'
==Entering directory /home/hydro/Desktop/bacula-1.38.11/scripts
make[1]: Entering directory `/home/hydro/Desktop/bacula-1.38.11/scripts'
make[1]: `depend' is up to date.
make[1]: Leaving directory `/home/hydro/Desktop/bacula- 1.38.11/scripts'
==Entering directory /home/hydro/Desktop/bacula-1.38.11/src/lib
make[1]: Entering directory `/home/hydro/Desktop/bacula-1.38.11/src/lib'
make[1]: Leaving directory `/home/hydro/Desktop/bacula- 1.38.11/src/lib'
==Entering directory /home/hydro/Desktop/bacula-1.38.11/src/findlib
make[1]: Entering directory `/home/hydro/Desktop/bacula-1.38.11/src/findlib'
make[1]: Leaving directory `/home/hydro/Desktop/bacula- 1.38.11/src/findlib'
==Entering directory /home/hydro/Desktop/bacula-1.38.11/src/filed
make[1]: Entering directory `/home/hydro/Desktop/bacula-1.38.11/src/filed'
make[1]: Leaving directory `/home/hydro/Desktop/bacula- 1.38.11/src/filed'
==Entering directory /home/hydro/Desktop/bacula-1.38.11/src/console
make[1]: Entering directory `/home/hydro/Desktop/bacula-1.38.11/src/console'
make[1]: Leaving directory `/home/hydro/Desktop/bacula- 1.38.11/src/console'
==Entering directory /home/hydro/Desktop/bacula-1.38.11/src/cats
make[1]: Entering directory `/home/hydro/Desktop/bacula-1.38.11/src/cats'
make[1]: Leaving directory `/home/hydro/Desktop/bacula- 1.38.11/src/cats'
==Entering directory /home/hydro/Desktop/bacula-1.38.11/src/dird
make[1]: Entering directory `/home/hydro/Desktop/bacula-1.38.11/src/dird'
make[1]: Leaving directory `/home/hydro/Desktop/bacula- 1.38.11/src/dird'
==Entering directory /home/hydro/Desktop/bacula-1.38.11/src/stored
make[1]: Entering directory `/home/hydro/Desktop/bacula-1.38.11/src/stored'
make[1]: Leaving directory `/home/hydro/Desktop/bacula- 1.38.11/src/stored'
==Entering directory /home/hydro/Desktop/bacula-1.38.11/src/tools
make[1]: Entering directory `/home/hydro/Desktop/bacula-1.38.11/src/tools'
make[1]: Leaving directory `/home/hydro/Desktop/bacula- 1.38.11/src/tools'
-
Take Surveys. Earn Cash. Influence the Future of 

Re: [Bacula-users] Illegal byte sequence (on Mac OS X when running configure, doing make of dependencies)

2006-11-27 Thread Martin Simmons
 On Mon, 27 Nov 2006 05:36:41 -1000, Hydro Meteor said:
 
 As an update to my push for getting Bacula into use on Mac OS X (in this
 case the Intel iMac with Core 2 Duo), I was looking through my output in
 more detail and trying to make some human sense parsing what I observed and
 comparing to Ubuntu Linux (the comparison I believe is good because, if I
 understand the history correctly, Kern created Bacula on Linux so naturally
 there is going to be more knowledge and experience around Linux distros
 running Bacula).
 
 I found this output from ./configure on the Mac's command line but which was
 missing from the command line output of configure (same version of Bacula
 and nearly identical configure options presented to configure on both Mac
 and Ubuntu):
 
 cut: stdin: Illegal byte sequence
 
 I am wondering if this Illegal byte sequence might come back to haunt me
 later on when running one of the Bacula daemons in a critical situation
 whether it be the Director, Storage, backing up, restoring, etc.? More
 specifically, the Illegal byte sequence alert was output four times
 sequentially on the command line (see larger excerpt below and comparative
 larger excerpt from Ubuntu).

Those 4 look benign in this case -- they just prevent configure from printing
the versions in the C Compiler and C++ Compiler lines of the output.

The problem appears to be that Apple's /usr/bin/cut doesn't like the last line
of the input to end without a newline.

__Martin

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users