All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Sandeen <sandeen@sandeen.net>
To: Miakell Figueredo <figueredom@scoregroup.com>
Cc: 'Justin Piszcz' <jpiszcz@lucidpixels.com>, xfs@oss.sgi.com
Subject: Re: XFS on Red Hat EL5
Date: Mon, 25 Feb 2008 11:03:43 -0600	[thread overview]
Message-ID: <47C2F4EF.4020008@sandeen.net> (raw)
In-Reply-To: <000601c877c5$d33297b0$8e0010ac@sg.lcl>

Miakell Figueredo wrote:
> Hi Eric:
> 
>  
> 
> I'm getting the following when rebuilding
> "kernel-module-xfs-2.6.17-1.2519.4.21.el5-0.2-1.src.rpm": (Any Ideas?)
> 

how did you invoke the build, and did you have a matching kernel and
kernel-devel rpm installed?

-Eric

> 
> + STATUS=0
> 
> + '[' 0 -ne 0 ']'
> 
> + cd xfs
> 
> ++ /usr/bin/id -u
> 
> + '[' 0 = 0 ']'
> 
> + /bin/chown -Rhf root .
> 
> ++ /usr/bin/id -u
> 
> + '[' 0 = 0 ']'
> 
> + /bin/chgrp -Rhf root .
> 
> + /bin/chmod -Rf a+rX,u+w,g-w,o-w .
> 
> + echo 'Patch #0 (xfs-ootbuild.patch):'
> 
> Patch #0 (xfs-ootbuild.patch):
> 
> + patch -p1 -s
> 
> + echo 'Patch #1 (xfs-kernel-has-roundup.patch):'
> 
> Patch #1 (xfs-kernel-has-roundup.patch):
> 
> + patch -p1 -s
> 
> + echo 'Patch #2 (xfs-fix-mrinit.patch):'
> 
> Patch #2 (xfs-fix-mrinit.patch):
> 
> + patch -p1 -s
> 
> + echo 'Patch #3 (xfs-vfs-interface-fixes.patch):'
> 
> Patch #3 (xfs-vfs-interface-fixes.patch):
> 
> + patch -p1 -s
> 
> + echo 'Patch #4 (xfs-no-i_blksize.patch):'
> 
> Patch #4 (xfs-no-i_blksize.patch):
> 
> + patch -p1 -s
> 
> + echo 'Patch #5 (xfs-fail_migrate_page-header.patch):'
> 
> Patch #5 (xfs-fail_migrate_page-header.patch):
> 
> + patch -p1 -s
> 
> + cp /usr/src/redhat/SOURCES/config.xfs .
> 
> + exit 0
> 
> Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.15200
> 
> + umask 022
> 
> + cd /usr/src/redhat/BUILD
> 
> + cd xfs
> 
> + LANG=C
> 
> + export LANG
> 
> + unset DISPLAY
> 
> + make 'TOPDIR=%{kernel_topdir}' modules
> 
> make -C %{kernel_topdir} OOT_BUILD=y SUBDIRS=/usr/src/redhat/BUILD/xfs
> modules
> 
> make: *** %{kernel_topdir}: No such file or directory.  Stop.
> 
> make: *** [modules] Error 2
> 
> error: Bad exit status from /var/tmp/rpm-tmp.15200 (%build)
> 
>  
> 
>  
> 
> RPM build errors:
> 
>     user sandeen does not exist - using root
> 
>     group sandeen does not exist - using root
> 
>     user sandeen does not exist - using root
> 
>     group sandeen does not exist - using root
> 
>     user sandeen does not exist - using root
> 
>     group sandeen does not exist - using root
> 
>     user sandeen does not exist - using root
> 
>     group sandeen does not exist - using root
> 
>     user sandeen does not exist - using root
> 
>     group sandeen does not exist - using root
> 
>     user sandeen does not exist - using root
> 
>     group sandeen does not exist - using root
> 
>     user sandeen does not exist - using root
> 
>     group sandeen does not exist - using root
> 
>     user sandeen does not exist - using root
> 
>     group sandeen does not exist - using root
> 
>     user sandeen does not exist - using root
> 
>     group sandeen does not exist - using root
> 
>     Bad exit status from /var/tmp/rpm-tmp.15200 (%build)
> 
>  
> 
> -----Original Message-----
> From: Eric Sandeen [mailto:sandeen@sandeen.net]
> Sent: Thursday, February 21, 2008 2:40 PM
> To: Justin Piszcz
> Cc: Miakell Figueredo; xfs@oss.sgi.com
> Subject: Re: XFS on Red Hat EL5
> 
>  
> 
> Justin Piszcz wrote:
> 
>> Eric makes some RPMs for them..
> 
>  
> 
> Yep, take a look at http://sandeen.net/rhel5_xfs
> 
>  
> 
> They're a bit outdated at this point, though I'm not aware of any
> 
> significant bugs.
> 
>  
> 
> Or, the centos distro has similar (if not the same) rpms.
> 
>  
> 
> RHEL does not support xfs, so using xfs may change whatever support
> 
> agreements you have in place.
> 
>  
> 
> -Eric (speaking only for himself)
> 
>  
> 
>> On Thu, 21 Feb 2008, Miakell Figueredo wrote:
> 
>>
> 
>>> Hello:
> 
>>> 
> 
>>> 
> 
>>> 
> 
>>> Is there an RPM for XFS on Red Hat? Currently we are running
> 
>>> "2.6.18-53.1.13.el5xen #1 SMP Mon Feb 11 13:41:50 EST 2008 x86_64 x86_64
> 
>>> x86_64 GNU/Linux" and installed "xfsprogs.i386-2.9.5-1.fc9" and I cannot
> 
>>> mount the volume.
> 
>  
> 

  reply	other threads:[~2008-02-25 17:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-21 18:10 XFS on Red Hat EL5 Miakell Figueredo
2008-02-21 19:02 ` Justin Piszcz
2008-02-21 19:40   ` Eric Sandeen
2008-02-21 19:43     ` Miakell Figueredo
2008-02-25 15:48     ` Miakell Figueredo
2008-02-25 17:03       ` Eric Sandeen [this message]
2008-02-25 17:55         ` Miakell Figueredo
2008-02-25 18:13           ` Eric Sandeen

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=47C2F4EF.4020008@sandeen.net \
    --to=sandeen@sandeen.net \
    --cc=figueredom@scoregroup.com \
    --cc=jpiszcz@lucidpixels.com \
    --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 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.