Subject: | Album fails to recover from not being able to hard link a file |
Album fails to recover from copying across filesystems. It attempts to revert to copying a file in stead of linking it, but this fails. See output from dummy run below:
---=== *** ===---
twan@arequipa.roto.loc75 mount
/dev/hda2 on / type ext3 (rw)
none on /proc type proc (rw)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
/dev/hda1 on /boot type ext3 (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
none on /dev/shm type tmpfs (rw)
/dev/hdb1 on /home type ext3 (rw)
/dev/hdc1 on /export/holdingdisk type ext3 (rw)
twan@arequipa.roto.loc76 cd /export/holdingdisk/Fotos/
/export/holdingdisk/Fotos
twan@arequipa.roto.loc77 mkdir large
twan@arequipa.roto.loc78 touch info.dat
twan@arequipa.roto.loc79 album -v --exif --medium --title "Dummy Test Run" --imp
ort /home/twan/Camera/DCIM/101KCBOX
No info.dat, adding images from large and /home/twan/Camera/DCIM/101KCBOX
Updating info.dat
Number of entries = 387 (387 added)
mkdir thumbnails
mkdir icons
mkdir css
mkdir medium
Creating icons: index.png medium.png first.png first-gr.png last.png last-gr.png
next.png next-gr.png prev.png prev-gr.png journal.png sound.png movie.jpg Creat
ing style sheets: common.css index.css large.css medium.css journal.css
200502050131211334.JPG: link Attempt to use reference as lvalue in substr at /us
r/bin/album line 1141, <DATA> line 267.
Can't use string ("CODE(0x84ecopy ") as a subroutine ref while "strict refs" in
use at /usr/bin/album line 1170, <DATA> line 267.
twan@arequipa.roto.loc80
---=== *** ===---