diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlymp-smk1kFt2cOYLCPv6NcgvJkTnuo6Y <Christopher@web> | 2012-12-06 10:07:34 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-12-06 10:07:34 -0400 |
commit | 916f7b6c0a761d6d357e054d495e689ae9f46695 (patch) | |
tree | 82945f288b463da39bf74ee5b57c3b3d0cdbeb4c /doc/bugs | |
parent | 48d703bbaf21cfc541781810a8f8997deecb060e (diff) | |
download | ikiwiki-916f7b6c0a761d6d357e054d495e689ae9f46695.tar ikiwiki-916f7b6c0a761d6d357e054d495e689ae9f46695.tar.gz |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/yaml:xs_codependency_not_listed.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/yaml:xs_codependency_not_listed.mdwn b/doc/bugs/yaml:xs_codependency_not_listed.mdwn new file mode 100644 index 000000000..408a4fc4c --- /dev/null +++ b/doc/bugs/yaml:xs_codependency_not_listed.mdwn @@ -0,0 +1,11 @@ +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 |