저도 오늘바로 srpm을 받아서 빌드했는데 xfsprogs만 man페이지관련해서
에러가 나더군요.
그리고 이전에 받아서 설치한 버전들이 더 최근버전이더군요.
확인이 필요할것같습니다. 릴리즈 1.2디렉토리아래의 파일들이
버전이 조금더 낮더군요.. 다운그레이드를 하라는건지
;
: 이유는 모르겠지만 몇가지 툴 중에서 xfsprogs만이 스펙파일에 변화가 생겨서 빌드가 제
대로 안되더군요. : 다음과 같이 이전 스펙파일로 돌려놓으면 빌드됩니다;
:
: # diff -Nur xfsprogs.spec.orig xfsprogs.spec
:
: --- xfsprogs.spec.orig Tue Feb 11 02:31:11 2003
: +++ xfsprogs.spec Wed Feb 12 18:47:49 2003
: @@ -67,15 +67,15 @@
: {
: sort | uniq | awk '
: $1 == "d" { printf ("%%%%dir %%%%attr(%s,%s,%s) %s", $2, $3, $4, $5);
: }
: -$1 == "f" { if (match ($6, "/usr/local/man") || match ($6,
: "/usr/local/share/doc/xfsprogs"))
: +$1 == "f" { if (match ($6, "/usr/share/man") || match ($6,
: "/usr/share/doc/xfsprogs"))
: printf ("%%%%doc ");
: - if (match ($6, "/usr/local/man"))
: + if (match ($6, "/usr/share/man"))
: printf ("%%%%attr(%s,%s,%s) %s*", $2, $3, $4, $6);
: else
: printf ("%%%%attr(%s,%s,%s) %s", $2, $3, $4, $6); }
: -$1 == "l" { if (match ($3, "/usr/local/man") || match ($3,
: "/usr/local/share/doc/xfsprogs"))
: +$1 == "l" { if (match ($3, "/usr/share/man") || match ($3,
: "/usr/share/doc/xfsprogs"))
: printf ("%%%%doc ");
: - if (match ($3, "/usr/local/man"))
: + if (match ($3, "/usr/share/man"))
: printf ("%attr(0777,root,root) %s*", $3);
: else
: printf ("%attr(0777,root,root) %s", $3); }'
:
: --
: Linux on Steroids--<b><font color="white">Ecus</font><font color="red">E</font></b>