gitをインストールして次世代unionfs aufsのmakeにチャレンジしたけど
[root@fedora15 ~]# yum install git
インストールしています:
git i686 1.7.6.5-1.fc15 updates 2.9 M
依存性関連でのインストールをします。:
perl-Error noarch 1:0.17016-5.fc15 fedora 30 k
perl-Git noarch 1.7.6.5-1.fc15 updates 40 k
完了しました!
[root@fedora15 ~]# mkdir pepogit
[root@fedora15 src]# cd pepogit/
[root@fedora15 pepogit]# git clone git://aufs.git.sourceforge.net/gitroot/aufs/aufs3-standalone.git aufs3-standalone.git
[root@fedora15 pepogit]# ls
aufs3-standalone.git
[root@fedora15 pepogit]# cd aufs3-standalone.git/
[root@fedora15 aufs3-standalone.git]# ls
README
[root@fedora15 aufs3-standalone.git]# git checkout origin/aufs3.0
[root@fedora15 pepogit]# ls
aufs3-standalone.git
[root@fedora15 pepogit]# cd aufs3-standalone.git/
[root@fedora15 aufs3-standalone.git]# ls
README
[root@fedora15 aufs3-standalone.git]# git checkout origin/aufs3.0
[root@fedora15 aufs3-standalone.git]# ls
COPYING README aufs3-loopback.patch config.mk
Documentation aufs3-base.patch aufs3-proc_map.patch fs
Makefile aufs3-kbuild.patch aufs3-standalone.patch include
[root@fedora15 aufs3-standalone.git]# cp *.patch /usr/src/pepolinux/root/usr/src/linux-2.6.41.pepo/
[root@fedora15 aufs3-standalone.git]# cp -ap fs/aufs /usr/src/pepolinux/root/usr/src/linux-2.6.41.pepo/fs/
[root@fedora15 aufs3-standalone.git]# cp -ap fs/aufs /usr/src/[root@fedora15 linux-2.6.41.pepo]# patch -p1
[root@fedora15 linux-2.6.41.pepo]# patch -p1
[root@fedora15 linux-2.6.41.pepo]# patch -p1
[root@fedora15 linux-2.6.41.pepo]# patch -p1
[root@fedora15 linux-2.6.41.pepo]# make menuconfig
[root@fedora15 linux-2.6.41.pepo]# make
CC [M] fs/aufs/vfsub.o
fs/aufs/vfsub.c: 関数 ‘vfsub_splice_to’ 内:
fs/aufs/vfsub.c:556:2: エラー: 関数 ‘do_splice_to’ の暗黙的な宣言です [-Werror=implicit-function-declaration]
fs/aufs/vfsub.c: 関数 ‘vfsub_splice_from’ 内:
fs/aufs/vfsub.c:570:2: エラー: 関数 ‘do_splice_from’ の暗黙的な宣言です [-Werror=implicit-function-declaration]
cc1: いくつかの警告はエラーとして取り扱われます
make[2]: *** [fs/aufs/vfsub.o] エラー 1
make[1]: *** [fs/aufs] エラー 2
make: *** [fs] エラー 2
[root@fedora15 linux-2.6.41.pepo]#
でも導入あかんわエラーでおちるわ
やっぱり、git嫌いプロ向きやな
pepoと