Re: errno-patch (Re: Email servers)

Toni Mueller <[email protected]> Fri, 9 Jan 2004 23:34:20 +0100
Newsgroups gmane.mail.qmail.dist
Message-ID <[email protected]>

On Fri, 09.01.2004 at 17:15:04 -0500, Paul Jarc <[email protected]> wrote:
> Toni Mueller <[email protected]> wrote:
> > On Fri, 09.01.2004 at 15:53:09 -0500, Paul Jarc <[email protected]> wrote:
> >> files under /var/qmail (specifically, an empty set, since compilation
> >> fails) than what you get if you download, fix the errno problem,
> > Well, to be sure: This package compiles nicely as-is, and produces a
> > number of binaries like qmail-send, maildirmake, and what else you
> > expect.
> Not for me:

But for me:

$ make setup
... lots of stuff omitted, and then:
nroff -man envelopes.5 > envelopes.0
nroff -man forgeries.7 > forgeries.0
./install
ld.so: Incorrectly built binary which accesses errno or h_errno
directly.
ld.so: See /usr/share/doc/libc6/FAQ.gz.
install: fatal: unable to chown /tmp/qmail: permission denied
make: *** [setup] Error 111
$


I wasn't root, so the chown would not work. But you see that it builds
the programs and tries to run them. I tried again as root:

# /usr/bin/make setup
./install
ld.so: Incorrectly built binary which accesses errno or h_errno
directly.
ld.so: See /usr/share/doc/libc6/FAQ.gz.
# /usr/bin/make setup check
./install
ld.so: Incorrectly built binary which accesses errno or h_errno
directly.
ld.so: See /usr/share/doc/libc6/FAQ.gz.
./instcheck
ld.so: Incorrectly built binary which accesses errno or h_errno
directly.
ld.so: See /usr/share/doc/libc6/FAQ.gz.
# /bin/ls -al /tmp/qmail/
total 40
drwxr-xr-x   10 root     qmail        4096 Jan  9 23:32 .
drwxrwxrwt    8 root     root         4096 Jan  9 23:29 ..
drwxr-sr-x    2 alias    qmail        4096 Jan  9 23:32 alias
drwxr-xr-x    2 root     qmail        4096 Jan  9 23:32 bin
drwxr-xr-x    2 root     qmail        4096 Jan  9 23:32 boot
drwxr-xr-x    2 root     qmail        4096 Jan  9 23:32 control
drwxr-xr-x    2 root     qmail        4096 Jan  9 23:32 doc
drwxr-xr-x   10 root     qmail        4096 Jan  9 23:32 man
drwxr-x---   11 qmailq   qmail        4096 Jan  9 23:32 queue
drwxr-xr-x    2 root     qmail        4096 Jan  9 23:32 users
# 


(I changed conf-qmail for the sake of argument before compiling).

I'm on Debian unstable, dist-upgraded earlier today... what have you?



Best,
--Toni++