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
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
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