From: "Philip Ong Jr." <pongjr@gmail.com>
To: autofs@linux.kernel.org
Subject: make errors for autofs 5.0.4/5.0.5
Date: Mon, 31 Jan 2011 16:39:49 -0800 [thread overview]
Message-ID: <4D475655.3070002@gmail.com> (raw)
I've applied all the patches for both trees, but i'm getting these errors.
I'm running a kernel.org kernel 2.6.29.4 64bit RHEL4u5. Are there any
specific software requirements for compiling?
make[1]: Leaving directory `/usr/src/autofs-5.0.4/lib'
make[1]: Entering directory `/usr/src/autofs-5.0.4/daemon'
gcc -O2 -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -rdynamic -fPIE
-D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\"
-DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/sysconfig\"
-DAUTOFS_FIFO_DIR=\"/var/run\" -DAUTOFS_FLAG_DIR=\"/var/run\"
-DVERSION_STRING=\"5.0.4\" -c automount.c
automount.c:43:27: libxml/parser.h: No such file or directory
automount.c: In function `main':
automount.c:2118: warning: implicit declaration of function `xmlInitParser'
automount.c:2163: warning: implicit declaration of function
`xmlCleanupParser'
make[1]: *** [automount.o] Error 1
make[1]: Leaving directory `/usr/src/autofs-5.0.4/daemon'
make: *** [daemon] Error 2
gcc -O2 -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -rdynamic -fPIE
-D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\"
-DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/sysconfig\"
-DAUTOFS_FIFO_DIR=\"/var/run\" -DAUTOFS_FLAG_DIR=\"/var/run\"
-DVERSION_STRING=\"5.0.5\" -c flag.c
gcc -s -lpthread -rdynamic -pie -o automount automount.o indirect.o
direct.o spawn.o module.o mount.o lookup.o state.o flag.o
../lib/autofs.a -ldl
strip --strip-debug automount
make[1]: Leaving directory `/usr/src/autofs-5.0.5/daemon'
make[1]: Entering directory `/usr/src/autofs-5.0.5/modules'
Makefile:75: Extraneous text after `else' directive
Makefile:80: Extraneous text after `else' directive
Makefile:80: *** only one `else' per conditional. Stop.
make[1]: Leaving directory `/usr/src/autofs-5.0.5/modules'
make: *** [daemon] Error 2
next reply other threads:[~2011-02-01 0:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-01 0:39 Philip Ong Jr. [this message]
2011-02-02 21:11 ` make errors for autofs 5.0.4/5.0.5 Ryan Go
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D475655.3070002@gmail.com \
--to=pongjr@gmail.com \
--cc=autofs@linux.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.