reiserfs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* building reiserfsprogs, no asm/unaligned.h
@ 2007-11-30  6:15 Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2007-11-30  6:15 UTC (permalink / raw)
  To: reiserfs-devel

Hi,

I was just trying to build reiserfsprogs-3.6.19 (got tarball
from Debian mirror since namesys.com is offline).

include/reiserfs_fs.h #includes <asm/unaligned.h>, but I don't
have that file in /usr/include/asm-*.
Has anyone addressed this?

Thanks,
---
~Randy

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

* Re: building reiserfsprogs, no asm/unaligned.h
       [not found] <5c7c368b0711300402l2f740carb2ad852291610bd1@mail.gmail.com>
@ 2007-11-30 12:27 ` Edward Shishkin
  2007-11-30 16:26   ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Edward Shishkin @ 2007-11-30 12:27 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: ReiserFS Mailing List

[-- Attachment #1: Type: text/plain, Size: 661 bytes --]

Hmm.. Try this one:
http://chichkin_i.zelnet.ru/namesys/reiserfsprogs-3.6.19.tar.gz
This is a tarball from namesys.com
Make sure that installation process was okay.

The gpg-signature of this package is attached.
My public key can be found here:
http://marc.info/?l=reiserfs-devel&m=118505932502699&w=2

Thanks,
Edward.

Randy Dunlap <rdunlap () xenotime ! net> wrote:
> Hi,
>
> I was just trying to build reiserfsprogs-3.6.19 (got tarball
> from Debian mirror since namesys.com is offline).
>
> include/reiserfs_fs.h #includes <asm/unaligned.h>, but I don't
> have that file in /usr/include/asm-*.
> Has anyone addressed this?
>
> Thanks,
> ---
> ~Randy
> -
>

[-- Attachment #2: reiserfsprogs-3.6.19.tar.gz.asc --]
[-- Type: text/plain, Size: 189 bytes --]

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQBHT/037tCFoSvInRoRAjxrAJ4vuNm8uvuHOzd6jB7bT9mKRdIf1gCfV1hp
Qd0FQ1YTBy/pCLreA4ledGc=
=6SxU
-----END PGP SIGNATURE-----

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

* Re: building reiserfsprogs, no asm/unaligned.h
  2007-11-30 12:27 ` Edward Shishkin
@ 2007-11-30 16:26   ` Randy Dunlap
  2007-12-02 10:14     ` Domenico Andreoli
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2007-11-30 16:26 UTC (permalink / raw)
  To: Edward Shishkin; +Cc: ReiserFS Mailing List

On Fri, 30 Nov 2007 15:27:57 +0300 Edward Shishkin wrote:

> Hmm.. Try this one:
> http://chichkin_i.zelnet.ru/namesys/reiserfsprogs-3.6.19.tar.gz
> This is a tarball from namesys.com
> Make sure that installation process was okay.

That tarball matches the one that I downloaded from a Debian mirror:

$ ll reiser*
-rw-rw-r-- 1 rdunlap rdunlap 406895 Nov 30 03:54 reiserfsprogs-3.6.19.tar.gz
-rw-rw-r-- 1 rdunlap rdunlap 406895 Oct 15  2004 reiserfsprogs_3.6.19.orig.tar.gz
$ cmp reiser*
$

and hence contains the same #include line.

The problem is more likely to be that this distro does not ship
<asm/unaligned.h> ... so I copied /usr/include/asm-generic/unaligned.h
from another system to /usr/include/asm/unaligned.h and built
reiserfsprogs successfully.

I _guess_ that the problem is that unaligned.h is not one of the
header files that is exported by the kernel's recent headers_install
script(s).  Or just that some $distro(s) forgot to ship unaligned.h
in /usr/include.  Anyway, I have it building now.

Thanks for your help.

> The gpg-signature of this package is attached.
> My public key can be found here:
> http://marc.info/?l=reiserfs-devel&m=118505932502699&w=2
> 
> Thanks,
> Edward.
> 
> Randy Dunlap <rdunlap () xenotime ! net> wrote:
> > Hi,
> >
> > I was just trying to build reiserfsprogs-3.6.19 (got tarball
> > from Debian mirror since namesys.com is offline).
> >
> > include/reiserfs_fs.h #includes <asm/unaligned.h>, but I don't
> > have that file in /usr/include/asm-*.
> > Has anyone addressed this?

---
~Randy

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

* Re: building reiserfsprogs, no asm/unaligned.h
  2007-11-30 16:26   ` Randy Dunlap
@ 2007-12-02 10:14     ` Domenico Andreoli
  0 siblings, 0 replies; 4+ messages in thread
From: Domenico Andreoli @ 2007-12-02 10:14 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Edward Shishkin, ReiserFS Mailing List

hi,

On Fri, Nov 30, 2007 at 08:26:02AM -0800, Randy Dunlap wrote:
> 
> The problem is more likely to be that this distro does not ship
> <asm/unaligned.h> ... so I copied /usr/include/asm-generic/unaligned.h
> from another system to /usr/include/asm/unaligned.h and built
> reiserfsprogs successfully.
> 
> I _guess_ that the problem is that unaligned.h is not one of the
> header files that is exported by the kernel's recent headers_install
> script(s).  Or just that some $distro(s) forgot to ship unaligned.h
> in /usr/include.  Anyway, I have it building now.

exactly. see bug 429006 at http://bugs.debian.org/429006.

cheers,
Domenico

-----[ Domenico Andreoli, aka cavok
 --[ http://www.dandreoli.com/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50

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

end of thread, other threads:[~2007-12-02 10:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-30  6:15 building reiserfsprogs, no asm/unaligned.h Randy Dunlap
     [not found] <5c7c368b0711300402l2f740carb2ad852291610bd1@mail.gmail.com>
2007-11-30 12:27 ` Edward Shishkin
2007-11-30 16:26   ` Randy Dunlap
2007-12-02 10:14     ` Domenico Andreoli

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).