-
```
I don't know why, but on some ubuntu releases
ttf-dejavu-core points to fonts-dejavu-core
ll /usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-Bold.ttf
lrwxrwxrwx 1 root root 33 mag 21 2013
/u…
-
This tools is fantastic-- but it seems crash on broken symlinks. Telling it to ignore 0 byte files doesn't solve it, since the symlinks are not 0 bytes. Maybe I'm missing something...
www/boi-cms.o…
-
```
What seems to be the problem?
Under modern Windows NT, a symbolic link causes baksmali to stop processing,
because a system provided file enumeration routine provides size equal to zero
for symb…
-
Original [issue 154](https://code.google.com/p/smali/issues/detail?id=154) created by JesusFreke on 2012-11-17T16:13:57.000Z:
What seems to be the problem?
Under modern Windows NT, a symbolic link ca…
-
```
I don't know why, but on some ubuntu releases
ttf-dejavu-core points to fonts-dejavu-core
ll /usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-Bold.ttf
lrwxrwxrwx 1 root root 33 mag 21 2013
/u…
-
```
When trying to listFiles on a directory containing symlinks, the plugin
crashes. (linux)
```
Original issue reported on code.google.com by `capt.n3m0` on 8 May 2012 at 2:05
-
I had a symlink directory in my project folder and packrat was getting all packages that were in the symlink. Not necessarily an issue but maybe (if possible) adding a warning before proceeding may be…
-
Just for completeness...
`rsync` suffers the same issue described for `tar` in #1216.
If `bar` is an empty directory and `foo` contains _symlinks_ then
`rsync -av foo/ bar/`
produces error…
-
Please consider following shell testcase:
```shell
touch empty.c
clang empty.c -shared -o empty.so.1
ln -sf empty.so.1 empty.so
strip --strip-unneeded empty.so
[ -L empty.so ] || echo "KO1"
l…
-
## Describe the issue
In FAT or exFAT, hardlink is not supported, as a result, `msys/git` cannot properly installed in those filesystem.
If the packages which contain hardlink can be replaced by s…