All of lore.kernel.org
 help / color / mirror / Atom feed
From: "James J." <jjohnson@eclipse.ncsc.mil>
To: selinux@tycho.nsa.gov
Subject: compiling LSM/SELinux fileutils
Date: Fri, 21 Sep 2001 08:46:26 -0400 (EDT)	[thread overview]
Message-ID: <200109211246.IAA15519@eclipse.ncsc.mil> (raw)


If this is not the proper list for a SELinux compile question please 
direct me to a better list.

I'm trying to compile the "Option 3 - Everything but Kernel Source" code 
and am running into trouble compiling in utils/fileutils-4.0.  I'm 
following the steps in the README file.  All goes well until step 6 
(Build and install the modified applications.)

I have made one deviation from the steps in the README.  The system is 
very stripped down, so logrotate, openssh, stat, and vixie-cron are not 
on the system.  I have eliminated these programs from the SUBDIRS line 
in the Makefile.
  
The first problem is that "make" fails because code in 
fileutils-4.0/aclocal.m4 is duplicated in fileutils-4.0/m4/isc-posix.m4. 
 Inserting "dnl " in front of lines 519-527 of aclocal.m4 (i.e. 
commenting out the duplicated lines) appears to fix this problem.  Is 
there a better solution?

The second problem is that "make" fails while running autoheader.  Here 
is the error message:

make[1]: Entering directory '/usr/src/selinux/utils/fileutils-4.0'
cd . && autoheader
autoheader: No template for symbol 'const'
autoheader: No template for symbol 'mode_t'
autoheader: No template for symbol 'off_t'
autoheader: No template for symbol 'size_t'
make[1]: *** [stamp-h.in] Error 1
make[1]: Leaving directory '/usr/src/selinux/utils/fileutils-4.0'
make: *** [all] Error 1

I'm not familiar with autoheader, so I'm having some difficulty 
diagnosing this problem.  Any ideas?

James



--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

             reply	other threads:[~2001-09-21 12:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-21 12:46 James J. [this message]
2001-09-21 17:33 ` SELinux on embedded devices? Devon Hubbard
2001-09-25 12:59   ` Stephen Smalley
2001-09-25 12:49 ` compiling LSM/SELinux fileutils Stephen Smalley

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=200109211246.IAA15519@eclipse.ncsc.mil \
    --to=jjohnson@eclipse.ncsc.mil \
    --cc=selinux@tycho.nsa.gov \
    /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.