Source: dpkg Version: 1.16.3 I'm not sure if this counts as dpkg bug, or is the behavior exactly correct (for your upstream dpkg), but reporting just for you to consider.
I'm using dpkg in building OpenEmbedded image. So I'm unpacking packets not to host system, but under custom prefix. Some packets fail to unpack. They abort when lutimes() in tarobject_set_mtime() fails for some symbolic link. Most of the time problem is that symbolic link being unpacked has absolute path, and host system does not have such a file (ENOENT) but I've also seen it to complain about permissions (EACCES). >From "man lutimes" I find it surprising that lutimes() cares about file being linked to at all. It should operate on link only, so this might actually count as lutimes() bug. - ML -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

