linux-audit.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Steve Grubb <sgrubb@redhat.com>
To: linux-audit@redhat.com
Subject: Re: [PATCH 1/5] Enable cross compiling
Date: Wed, 15 Jul 2015 16:38:07 -0400	[thread overview]
Message-ID: <1810330.TXo9gmCVWY@x2> (raw)
In-Reply-To: <1432818249-17692-2-git-send-email-clayton.shotwell@rockwellcollins.com>

On Thursday, May 28, 2015 08:04:05 AM Clayton Shotwell wrote:
> During the audit build, several lookup tables are generated as header
> files that are then linked in with the executables. This process is done
> by a C application that needs to be able to be run on the host. The
> current Makfile structure tries to build these executables for the
> target instead of the host where they cannot be executed. This patch
> reworks the Makefile structure to build for the correct platform.
> 
> This patch is a rework of a patch posted to the audit mailing list at
> the link below.
> https://www.redhat.com/archives/linux-audit/2012-November/msg00000.html
> 
> The ax_prog_cc_for_build.m4 file was obtained from GNU at the link
> below.
> http://www.gnu.org/software/autoconf-archive/ax_prog_cc_for_build.html
> 
> Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>

This patch causes a problem during a normal build:

Making all in lib
make[2]: Entering directory '/home/sgrubb/working/BUILD/audit-2.4.3/lib'
make[2]: *** No rule to make target 'gen_tables.c', needed by 
'gen_actiontabs_h'.  Stop.

-Steve

  reply	other threads:[~2015-07-15 20:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-28 13:04 [PATCH 0/5] Audit Cross Compile Fixes Clayton Shotwell
2015-05-28 13:04 ` [PATCH 1/5] Enable cross compiling Clayton Shotwell
2015-07-15 20:38   ` Steve Grubb [this message]
2015-07-16 13:12     ` Clayton Shotwell
2015-05-28 13:04 ` [PATCH 2/5] Make zos-remote plugin optional Clayton Shotwell
2015-05-28 13:04 ` [PATCH 3/5] Default ADDR_NO_RANDOMIZE if not found Clayton Shotwell
2015-05-28 13:04 ` [PATCH 4/5] Do not call posix_fallocate() if unavailable Clayton Shotwell
2015-05-28 13:04 ` [PATCH 5/5] Fix header detection when cross compiling Clayton Shotwell
2015-07-15 20:55 ` [PATCH 0/5] Audit Cross Compile Fixes Steve Grubb

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=1810330.TXo9gmCVWY@x2 \
    --to=sgrubb@redhat.com \
    --cc=linux-audit@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).