public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Chinner <david@fromorbit.com>
To: rlinsurf <jellis@dhnet.us>
Cc: xfs@oss.sgi.com
Subject: Re: Fatal Error doing make for xfsdump
Date: Sun, 19 Feb 2012 09:30:54 +1100	[thread overview]
Message-ID: <20120218223054.GA5726@dastard> (raw)
In-Reply-To: <33349727.post@talk.nabble.com>

On Sat, Feb 18, 2012 at 01:46:08PM -0800, rlinsurf wrote:
> 
> I'm getting the following when I try to make:
> 
> FATAL ERROR: attributes.h does not exist.
> Install the extended attributes (attr) development package.
> Alternatively, run "make install-dev" from the attr source.
> make: *** [include/builddefs] Error 1
> 
> I can't figure out how to make this not happen. I've tried doing an apt-get
> install attr, and that succeeded, and doing the make install-dev from the
> attr source, and that succeeded, but the error doesn't go away.

The libattr1 package only contains the binaries, not the environment
for building code that links against the libraries. install the -dev
package as well.

$ apt-cache search libattr1
libattr1 - Extended attribute shared library
libattr1-dev - Extended attribute static libraries and headers
$

or:

$ apt-file search /usr/include/attr/attributes.h
libattr1-dev: /usr/include/attr/attributes.h
$

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

      reply	other threads:[~2012-02-18 22:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-18 21:46 Fatal Error doing make for xfsdump rlinsurf
2012-02-18 22:30 ` Dave Chinner [this message]

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=20120218223054.GA5726@dastard \
    --to=david@fromorbit.com \
    --cc=jellis@dhnet.us \
    --cc=xfs@oss.sgi.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