]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/yaml:xs_codependency_not_listed.mdwn
I would recommend using HTML here
[ikiwiki.git] / doc / bugs / yaml:xs_codependency_not_listed.mdwn
1 YAML:XS is not listed as a dep in the spec file which results in
2
3 ```
4 HOME=/home/me /usr/bin/perl -Iblib/lib   ikiwiki.in -dumpsetup ikiwiki.setup
5 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.
6 BEGIN failed--compilation aborted at (eval 39) line 2.
7 make: *** [ikiwiki.setup] Error 2
8 error: Bad exit status from /var/tmp/rpm-tmp.Sgq2QK (%build)
9 ```
10
11 when trying to build
12
13 > Ok, added. [[done]] --[[Joey]] 
14 >> Appears to be missing in 'Makefile.PL' also.  -- [[ttw]]
15
16 >>> Added --[[Joey]]