* [Buildroot] mkfs.xfs without xfs library - not possible to create xfsfs
@ 2010-07-11 19:45 Ossy
2010-07-13 20:43 ` Ossy
0 siblings, 1 reply; 3+ messages in thread
From: Ossy @ 2010-07-11 19:45 UTC (permalink / raw)
To: buildroot
Hi mailinglist,
I tried to create an xfs filesystem. Unfortunatly there is a library
missing. I looked around in the configuration menu, but all I found were
the xfsprogs. Under libraries/filesystem there is no xfslib either.
$ ./sbin/mkfs.xfs
./sbin/mkfs.xfs: can't load library 'libxfs.so.0'
Did I forget to include something?
Regards,
Marcus
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: buildroot-config
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100711/d599de17/attachment.ksh>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] mkfs.xfs without xfs library - not possible to create xfsfs
2010-07-11 19:45 [Buildroot] mkfs.xfs without xfs library - not possible to create xfsfs Ossy
@ 2010-07-13 20:43 ` Ossy
2010-07-15 19:20 ` Ossy
0 siblings, 1 reply; 3+ messages in thread
From: Ossy @ 2010-07-13 20:43 UTC (permalink / raw)
To: buildroot
Am 11.07.2010 21:45, schrieb Ossy:
> Hi mailinglist,
>
> I tried to create an xfs filesystem. Unfortunatly there is a library
> missing. I looked around in the configuration menu, but all I found were
> the xfsprogs. Under libraries/filesystem there is no xfslib either.
>
> $ ./sbin/mkfs.xfs
> ./sbin/mkfs.xfs: can't load library 'libxfs.so.0'
>
The config.log of xfsprogs-3.0.3 includes a link to some e2fs library path:
...
configure:2544: checking for C compiler default output file name
configure:2566:
/home/ossy/buildroot/buildroot-dev/output/staging/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc
--sysroot=/home/ossy/buildroot
/buildroot-dev/output/staging -Os -pipe -Os -mtune=arm926ej-s
-march=armv5te -mabi=aapcs-linux -msoft-float -D_LARGEFILE_SOURCE
-D_LARGEFIL
E64_SOURCE -D_FILE_OFFSET_BITS=64
-I/home/ossy/buildroot/buildroot-dev/output/staging/usr/include
-I/home/ossy/buildroot/buildroot-dev/outpu
t/staging/include
-I/home/ossy/buildroot/buildroot-dev/output/build/e2fsprogs-1.41.12/lib
-L/home/ossy/buildroot/buildroot-dev/output/build/
e2fsprogs-1.41.12/lib conftest.c >&5
...
I do not expect an e2fs-library path in xfsprogs.config. Maybe a
dependency to e2fs? Or is it just a bug?
I bumbed xfsprogs to 3.1.2 temporarily but this version failed to build.
Newer kernel versions and newer xfsprogs version fixes some issues for
using xfs on arm devices.
Regards,
Marcus
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] mkfs.xfs without xfs library - not possible to create xfsfs
2010-07-13 20:43 ` Ossy
@ 2010-07-15 19:20 ` Ossy
0 siblings, 0 replies; 3+ messages in thread
From: Ossy @ 2010-07-15 19:20 UTC (permalink / raw)
To: buildroot
Am 13.07.2010 22:43, schrieb Ossy:
> Am 11.07.2010 21:45, schrieb Ossy:
>> Hi mailinglist,
>>
>> I tried to create an xfs filesystem. Unfortunatly there is a library
>> missing. I looked around in the configuration menu, but all I found were
>> the xfsprogs. Under libraries/filesystem there is no xfslib either.
>>
>> $ ./sbin/mkfs.xfs
>> ./sbin/mkfs.xfs: can't load library 'libxfs.so.0'
>>
>
> I do not expect an e2fs-library path in xfsprogs.config. Maybe a
> dependency to e2fs? Or is it just a bug?
>
> I bumbed xfsprogs to 3.1.2 temporarily but this version failed to build.
The main problem remains. xfsprogs-3.0.3 does not build the libxfs.so.0.
I found a patch for xfsprogs-3.1 on gentoo. May be it would help to work
around the problem and may be it is possible to bump to the newer version.
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-fs/xfsprogs/
ebuild:
97 src_install() {
98 # TODO: there is a seldomly triggered parallel install problem where
99 # libxfs.so doesn't get installed before rdeps causing the relink to
fail
...
and:
xfsprogs-3.1.1-sharedlibs.patch
(Buildroot compiles the packages with a shared c-lib, too.)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-07-15 19:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-11 19:45 [Buildroot] mkfs.xfs without xfs library - not possible to create xfsfs Ossy
2010-07-13 20:43 ` Ossy
2010-07-15 19:20 ` Ossy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox