]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/internal_error:_smileys.mdwn_cannot_be_found.mdwn
web commit by tschwinge: Can't deplete page?
[ikiwiki.git] / doc / bugs / internal_error:_smileys.mdwn_cannot_be_found.mdwn
1 I've just backported your ikiwiki 1.43 and installed it, but now
2 I can't rebuild my all ikiwiki pages. When I run `ikiwiki --setup ikiwiki.setup`,
3 then I can see the following error:
4
5     internal error: smileys.mdwn cannot be found
6     BEGIN failed--compilation aborted at (eval 5) line 111.
7
8 I have smiley plugin enabled in my `ikiwiki.setup` file, but I've never
9 had `smileys.mdwn` page.
10
11 Probably the reason of the problem is that you've removed many pages
12 from `basewiki` directory and created symlinks for that pages, but there
13 don't exist in the last package:
14
15     $ LANG=C apt-cache policy ikiwiki
16     ikiwiki:
17       Installed: 1.43gpa1
18       Candidate: 1.43gpa1
19       Version Table:
20      *** 1.43gpa1 0
21             500 http://gpa.net.icm.edu.pl sarge/main Packages
22             100 /var/lib/dpkg/status
23
24     $ dpkg -L ikiwiki |grep smileys.mdwn
25
26 --[[Paweł|ptecza]]
27
28 This seems to be a bug in your 1.43gpal version, whatever that is.. In the package I built, I see:
29
30     joey@kodama:~>dpkg -L ikiwiki | grep smileys.mdwn
31     /usr/share/ikiwiki/basewiki/smileys.mdwn
32     joey@kodama:~>ls -l /usr/share/ikiwiki/basewiki/smileys.mdwn
33     -rw-r--r-- 1 root root 1643 Feb 13 18:03 /usr/share/ikiwiki/basewiki/smileys.mdwn
34
35 --[[Joey]]
36
37 > You're right. My backport was builded without all symlinks, because I store
38 > all rebuilded sources in CVS repo, but it seems that CVS doesn't support symlinks.
39 > Grrr... I need to switch to another repo now. --[[PaweÅ‚|ptecza]]
40
41 >> Ok, [[bugs/done]] then --[[Joey]]