ikiwiki/doc/bugs/yaml:xs_codependency_not_li...

15 lines
637 B
Plaintext
Raw Normal View History

2012-12-06 15:07:34 +01:00
YAML:XS is not listed as a dep in the spec file which results in
```
HOME=/home/me /usr/bin/perl -Iblib/lib ikiwiki.in -dumpsetup ikiwiki.setup
Can't locate YAML/XS.pm in @INC (@INC contains: . blib/lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at (eval 39) line 2.
BEGIN failed--compilation aborted at (eval 39) line 2.
make: *** [ikiwiki.setup] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.Sgq2QK (%build)
```
when trying to build
2012-12-06 15:47:45 +01:00
> Ok, added. [[done]] --[[Joey]]
2013-12-03 16:12:22 +01:00
>> Appears to be missing in 'Makefile.PL' also. -- [[ttw]]