Re: [PING from 2013][PATCH] fixincludes: handle symlinks with multiple slashes

2017-10-13 Thread Jeff Law
On 08/17/2017 02:31 PM, Sergei Trofimovich wrote: > Looks like the following patch falled through the cracks > https://gcc.gnu.org/ml/gcc-patches/2012-12/msg01397.html > https://bugs.gentoo.org/show_bug.cgi?id=434180#c16 Yea. Looks like it did fall through the cracks. I've updated Mike's

[PING from 2013][PATCH] fixincludes: handle symlinks with multiple slashes

2017-08-17 Thread Sergei Trofimovich
Looks like the following patch falled through the cracks https://gcc.gnu.org/ml/gcc-patches/2012-12/msg01397.html https://bugs.gentoo.org/show_bug.cgi?id=434180#c16 Thanks! -- Sergei pgpUpEUwrmHQi.pgp Description: Цифровая подпись OpenPGP

[PATCH] fixincludes: handle symlinks with multiple slashes

2012-12-25 Thread Mike Frysinger
If you have a symlink in /usr/include like so: /usr/include/oracle/10.2.0.3/client -> //usr/lib64/oracle/10.2.0.3/client/include The fixincludes script gets confused and tries to write to /usr/include. This is because the logic to walk the path names strips just one slash. Tweak the sed s