New issue
Advanced search Search tips

Issue 855940 link

Starred by 1 user

Issue metadata

Status: Unconfirmed
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

./testing/gtest/include/gtest/gtest_prod.h:10:76: fatal error: "third_party/googletest/src/googletest/include/gtest/gtest_prod.h" not found (building /net/tools/quic/quic_simple_client_bin.cc)

Reported by tobefrei...@gmail.com, Jun 24 2018

Issue description

UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0

Steps to reproduce the problem:
Try to build /net/tools/quic/quic_simple_client_bin.cc

What is the expected behavior?
Build should work.

What went wrong?
Build doesn't work. ;)

g++ -I. -Wall ./net/tools/quic/quic_simple_client_bin.cc -o simple_client_bin.bin
In file included from ./base/gtest_prod_util.h:8:0,
                 from ./base/message_loop/message_loop.h:14,
                 from ./net/tools/quic/quic_simple_client_bin.cc:46:
./testing/gtest/include/gtest/gtest_prod.h:10:76: fatal error: third_party/googletest/src/googletest/include/gtest/gtest_prod.h: Datei oder Verzeichnis nicht gefunden
 #include "third_party/googletest/src/googletest/include/gtest/gtest_prod.h"
                                                                            ^
compilation terminated.

Did this work before? Yes Unknown, but this has very likely worked before. Someone broke it afterwards.

Chrome version: trunk  Channel: stable
OS Version: Debian
Flash Version: 

I'm trying to build the quic_simple_client_bin.cc, but this does not work because of a broken .h redirect file.

Possible issue with same underlying reason, but different bug description and different reason for occurence: #745149
 
"Datei oder Verzeichnis nicht gefunden" = "File or directory not found"
Components: Build
Labels: Needs-Milestone
Labels: Triaged-ET TE-NeedsTriageHelp
tobefreiwuppertal@ Thanks for the issue.

As this issue is out of scope of triaging at TE end, requesting 'Build' team to look into the issue and help in further triaging.
Hence adding 'TE-NeedsTriageHelp' label.

Thanks..

Sign in to add a comment