Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 625328 - =net-irc/znc-1.4-r1 fails tests and does network IO to googlecode.com ( fatal error: gtest/gtest.h: No such file or directory )
Summary: =net-irc/znc-1.4-r1 fails tests and does network IO to googlecode.com ( fatal...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Louis Sautier (sbraz)
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2017-07-16 22:44 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-07-17 10:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (znc-1.4-r1:20170716-221946.log,10.65 KB, text/plain)
2017-07-16 22:44 UTC, Kent Fredric (IRC: kent\n) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-07-16 22:44:51 UTC
Created attachment 485164 [details]
build.log

This bug was found while doing regression testing to see if Perl 5.26 broke any existing versions people might have pinned with masks.

Tests seem broken and do apparent network IO, and it might be good to:
- Patch the tests into working ( no rev bump required )
- Remove the affected version
- Disable the tests with RESTRICT=test

>>> Test phase: net-irc/znc-1.4-r1
make -j3   test
Downloading GoogleTest 1.7.0
Building test object StringTest...
Building test object ConfigTest...
--2017-07-16 22:21:31--  http://googletest.googlecode.com/files/gtest-1.7.0.zip
Resolving googletest.googlecode.com... test/ConfigTest.cpp:17:25: fatal error: gtest/gtest.h: No such file or directory
compilation terminated.
test/StringTest.cpp:17:25: fatal error: gtest/gtest.h: No such file or directory
compilation terminated.
make: *** [Makefile:115: test/ConfigTest.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Makefile:115: test/StringTest.o] Error 1
2404:6800:4008:c05::52, 108.177.97.82
Connecting to googletest.googlecode.com|2404:6800:4008:c05::52|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-07-16 22:21:32 ERROR 404: Not Found.

make: *** [Makefile:129: test/gtest.zip] Error 8
Comment 1 Louis Sautier (sbraz) gentoo-dev 2017-07-17 10:10:59 UTC
PR here https://github.com/gentoo/gentoo/pull/5116
Or someone can delete the old ebuild, I don't mind.
Comment 2 Aaron W. Swenson gentoo-dev 2017-07-17 10:21:12 UTC
commit 42cbfb83a2398a68684233e9608d3a4de6aed70b (HEAD -> master, origin/master, origin/HEAD)
Author: Louis Sautier <sautier.louis@gmail.com>
Date:   Mon Jul 17 00:55:09 2017 +0200

net-irc/znc: remove old

Bug: https://bugs.gentoo.org/show_bug.cgi?id=625328
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/5116

Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>