cicku / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
1 stars 0 forks source link

url-test test fails on s390 and sparc #199

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

On the debian build-machines, libproxy FTBFS because the url-test is failing on 
both s390 and sparc:

make[1]: Entering directory `/«PKGBUILDDIR»/obj-sparc-linux-gnu'
Running tests...
/usr/bin/ctest --force-new-ctest-process -j1
Test project /«PKGBUILDDIR»/obj-sparc-linux-gnu
    Start 1: condition
1/9 Test #1: condition ........................   Passed    0.01 sec
    Start 2: singleton
2/9 Test #2: singleton ........................   Passed    0.01 sec
    Start 3: sorted
3/9 Test #3: sorted ...........................   Passed    0.01 sec
    Start 4: symbol
4/9 Test #4: symbol ...........................   Passed    0.01 sec
    Start 5: nosymbol
5/9 Test #5: nosymbol .........................   Passed    0.01 sec
    Start 6: nosymreq
6/9 Test #6: nosymreq .........................   Passed    0.01 sec
    Start 7: builtin
7/9 Test #7: builtin ..........................   Passed    0.01 sec
    Start 8: url-test
8/9 Test #8: url-test .........................***Failed    0.01 sec
Port in URL http://test.com is 0 instead of 80
Port in URL http://test.com/ is 0 instead of 80
Port in URL http://test.com# is 0 instead of 80
Port in URL http://test.com? is 0 instead of 80
Port in URL http://nicolas@test.com is 0 instead of 80
Port in URL http://nicolas:@test.com is 0 instead of 80
Port in URL http://nicolas:secret@test.com is 0 instead of 80
Port in URL http://:secret@test.com is 0 instead of 80
Port in URL http+ssh://:secret@test.com is 0 instead of 22
Port in URL HtTp://TeSt.CoM/ALLO is 0 instead of 80
Port in URL http:// is 0 instead of 80

    Start 9: url-encode
9/9 Test #9: url-encode .......................   Passed    0.01 sec
Errors while running CTest

89% tests passed, 1 tests failed out of 9

Total Test time (real) =   0.10 sec

The following tests FAILED:
      8 - url-test (Failed)

Original issue reported on code.google.com by l.bigonv...@gmail.com on 17 Sep 2013 at 11:53

GoogleCodeExporter commented 8 years ago
Can you please give a reference which source version you are building?
0.4.11 release? or svn head? or an older release?

Original comment by dominiqu...@gmail.com on 17 Sep 2013 at 6:47

GoogleCodeExporter commented 8 years ago
Hello,

Oups sorry, I'm trying to build 0.4.11

Original comment by l.bigonv...@gmail.com on 18 Sep 2013 at 8:19

GoogleCodeExporter commented 8 years ago
It's actually failing with the same error on kfreebsd-amd64 and kfreebsd-i386

Original comment by l.bigonv...@gmail.com on 18 Sep 2013 at 2:54

GoogleCodeExporter commented 8 years ago
Please find here the build logs: 
https://buildd.debian.org/status/package.php?p=libproxy&suite=experimental

Not all FTBFS are caused by the issue mentioned here, the other issues are 
already fixed locally.

Original comment by l.bigonv...@gmail.com on 23 Sep 2013 at 3:16

GoogleCodeExporter commented 8 years ago
Alright, it seems that this test is randomly failing (it's now failing on i386)

Does this check requires network access or something?

Original comment by l.bigonv...@gmail.com on 28 Sep 2013 at 12:50

GoogleCodeExporter commented 8 years ago
This looks like a BSP bug, do you have /etc/services installed ?

Original comment by nicolas.dufresne@gmail.com on 10 Oct 2013 at 12:51

GoogleCodeExporter commented 8 years ago
Good catch, this was due to missing /etc/services file

Original comment by l.bigonv...@gmail.com on 11 Oct 2013 at 5:46