wendellchao / opkg

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

symlinks to files greater than 100 chars are silently not created during installation #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Report and fix from "paradox.kahn" in a google code comment to r543.

What steps will reproduce the problem?
1. Create a package containing a symlink to a file with a long file name 
(longer than 100 characters)
2. Install the package

The attached .ipk contains a file with a long name and a symlink to that file.

What is the expected output? What do you see instead?
The symlink should be created and point to the appropriate file. Instead, the 
symlink is not created at all.

Original issue reported on code.google.com by graham.g...@gmail.com on 4 Aug 2010 at 12:34

Attachments:

GoogleCodeExporter commented 9 years ago
Fix confirmed, and applied as r544.

Original comment by graham.g...@gmail.com on 4 Aug 2010 at 12:47

GoogleCodeExporter commented 9 years ago

Original comment by graham.g...@gmail.com on 4 Aug 2010 at 12:47

GoogleCodeExporter commented 9 years ago
Looks like the patch was derived from this:
http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/ipkg/files/lonk-
link-name.patch

Original comment by graham.g...@gmail.com on 11 Nov 2010 at 1:33