Hi Everyone,
I am attempting to install D. J. Bernstein's daemontools-0.76 and I am getting errors. I think the problem may be related to not having the proper deve libraries install however gcc and its' derivatives are all installed (I saw someone in a previous thread solved their installation issue by including gcc; however mine was already installed via Yast). I have tried to find a resolution to this on SuSE forums, Googling (including Translating German Text) and queried past threads in this forumn, but I have not yet been able to fix this errror.
I get the following error attempting to use the installation instructions on D. J. Bernstein's site; also, if I attempt to patch the file I get an error that is included below in the following output:
Code:
foozle:/package/admin/daemontools-0.76/src # cd /package
foozle:/package # gunzip daemontools-0.76.tar
foozle:/package # tar -xpf daemontools-0.76.tar
Here is the error if attempting to patch:
Code:
foozle:/package/admin/daemontools-0.76/src # patch < /usr/local/src/netqmail-1.05/other-patches/daemontools-0.76.errno.patch
patching file error.h
Hunk #1 FAILED at 3.
1 out of 1 hunk FAILED -- saving rejects to file error.h.rej
foozle:/package # rm daemontools-0.76.tar
foozle:/package # cd admin/daemontools-0.76
foozle:/package/admin/daemontools-0.76 # package/install
Linking ./src/* into ./compile...
Compiling everything in ./compile...
./load envdir unix.a byte.a
envdir.o(.text+0xd5): In function `main':
: undefined reference to `errno'
Here is the error if attempting to patch:
Code:
foozle:/package/admin/daemontools-0.76/src # patch < /usr/local/src/netqmail-1.05/other-patches/daemontools-0.76.errno.patch
patching file error.h
Hunk #1 FAILED at 3.
1 out of 1 hunk FAILED -- saving rejects to file error.h.rej
envdir.o(.text+0x1b0): In function `main':t
Here is the error if attempting to patch:
Code:
foozle:/package/admin/daemontools-0.76/src # patch < /usr/local/src/netqmail-1.05/other-patches/daemontools-0.76.errno.patch
patching file error.h
Hunk #1 FAILED at 3.
1 out of 1 hunk FAILED -- saving rejects to file error.h.rej
he following
: undefined reference to `errno'
envdir.o(.text+0x1ca): In function `main':replace it with
: undefined reference to `errno'
unix.a(openreadclose.o)(.text+0x1e): In function `openreadclose':
: undefined reference to `errno'
unix.a(pathexec_run.o)(.text+0xf6): In function `pathexec_run':
: undefined reference to `errno'
unix.a(pathexec_run.o)(.text+0x167): more undefined references to `errno' follow
collect2: ld returned 1 exit status
make: *** [envdir] Error 1
Copying commands into ./command...
cp: cannot stat `compile/svscan': No such file or directory
foozle:/package/admin/daemontools-0.76 #
Here is the error if attempting to patch:
Code:
foozle:/package/admin/daemontools-0.76/src # patch < /usr/local/src/netqmail-1.05/other-patches/daemontools-0.76.errno.patch
patching file error.h
Hunk #1 FAILED at 3.
1 out of 1 hunk FAILED -- saving rejects to file error.h.rej
Here is the error if attempting to patch:
Code:
foozle:/package/admin/daemontools-0.76/src # patch < /usr/local/src/netqmail-1.05/other-patches/daemontools-0.76.errno.patch
patching file error.h
Hunk #1 FAILED at 3.
1 out of 1 hunk FAILED -- saving rejects to file error.h.rej
I made sure that I edited Edit error.h and removed the line 'extern int errno;' and replaced it with #include <errno.h>.
I would appreciate your help in getting this installed.