vala 0.15.0 설치 시 문제 Gobobject를 찾을 수 없습니다.

vala 0.15.0 설치 시 문제 Gobobject를 찾을 수 없습니다.
/gir/bug651773: FAIL
error: Package `GLib-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `GObject-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories
Generation failed: 2 error(s), 0 warning(s)
1 of 145 tests failed
make[4]: *** [check-TESTS] Error 1
make[4]: Leaving directory `/home/suman/Downloads/vala-0.15.0/tests'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/home/suman/Downloads/vala-0.15.0/tests'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/home/suman/Downloads/vala-0.15.0/tests'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/suman/Downloads/vala-0.15.0'
make: *** [check] Error 2 

답변1

0.15.0은 단지 오래된 것이 아니라 불안정한 개발 릴리스입니다. 누군가가 그것을 사용할 이유가 없습니다. 0.22.0이 출시되었으며 문제를 일으킬 수 있는 최신 소프트웨어에 대한 종속성이 없습니다(IIRC의 유일한 실제 종속성은 glib >= 2.18에 있으며 이는 vala-0.15와 다르지 않다고 생각합니다). 아마도 그것을 사용해야 할 것입니다.

어떤 이유로든 이전 버전의 Vala가 필요한 경우 안정적인 릴리스를 사용해야 합니다. 빌드할 수 없는 경우 전체 로그를 게시하세요. 또한 단위 테스트 실행은 설치 요구 사항이 아닙니다. 단위 테스트를 실행하려고 할 때만 문제가 나타나면 단위 테스트를 실행하지 마세요. 아무도 수정 사항을 0.15나 0.16으로 백포트하는 것을 귀찮게 하지 않을 것이므로 실제로는 별 의미가 없습니다.

관련 정보