public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* Fatal Error doing make for xfsdump
@ 2012-02-18 21:46 rlinsurf
  2012-02-18 22:30 ` Dave Chinner
  0 siblings, 1 reply; 2+ messages in thread
From: rlinsurf @ 2012-02-18 21:46 UTC (permalink / raw)
  To: xfs


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.

This is ubuntu 10.11. What am I doing wrong?

Thanks.

Best,
Jeffrey 
-- 
View this message in context: http://old.nabble.com/Fatal-Error-doing-make-for-xfsdump-tp33349727p33349727.html
Sent from the Xfs - General mailing list archive at Nabble.com.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fatal Error doing make for xfsdump
  2012-02-18 21:46 Fatal Error doing make for xfsdump rlinsurf
@ 2012-02-18 22:30 ` Dave Chinner
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Chinner @ 2012-02-18 22:30 UTC (permalink / raw)
  To: rlinsurf; +Cc: xfs

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-18 22:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-18 21:46 Fatal Error doing make for xfsdump rlinsurf
2012-02-18 22:30 ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox