Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201417 - net-misc/curl-7.17.1 fails multiple tests
Summary: net-misc/curl-7.17.1 fails multiple tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-05 21:10 UTC by Jakub Januszkiewicz
Modified: 2008-01-03 18:36 UTC (History)
0 users

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


Attachments
build.log (build.log,118.75 KB, text/plain)
2007-12-05 21:12 UTC, Jakub Januszkiewicz
Details
emerge --info (emerge.info,4.00 KB, text/plain)
2007-12-05 21:14 UTC, Jakub Januszkiewicz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Januszkiewicz 2007-12-05 21:10:49 UTC
net-misc/curl-7.17.1 fails make check:

TESTDONE: 2 tests out of 350 reported OK: 0%
TESTFAIL: These test cases failed: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 117 118 119 120 121 122 123 124 125 126 127 128 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 213 214 215 216 217 218 220 221 222 223 224 225 226 227 228 229 231 233 234 235 236 237 238 239 243 245 246 247 248 249 250 251 256 258 259 260 261 262 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 350 351 352 353 354 402 405 500 501 502 503 504 505 506 507 508 510 511 512 513 514 515 516 517 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 540 541 542 543 544 545 700 701 702 703 704 705 706 707 1000 1001 1002 1003 1005 1006 1007 1008 1009 1010 1011 1012 2000 2001 2002 2003
TESTDONE: 403 tests were considered during 872 seconds.
TESTINFO: 53 tests were skipped due to these restraints:
TESTINFO: "curl lacks any scp support" 4 times (601, 603, 605, 607)
TESTINFO: "no stunnel" 18 times (300, 301, 302, 303, 304, 305, 306, 307, 308, 400, 401, 403, 404, 406, 407, 408, 409, 509)
TESTINFO: "curl lacks any sftp support" 13 times (600, 602, 604, 606, 608, 609, 610, 611, 612, 613, 614, 615, 2004)
TESTINFO: "rlimit problem: fds needed 1050 > system limit 1024" 1 times (518)
TESTINFO: "curl lacks ipv6 support" 10 times (116, 212, 240, 241, 242, 252, 253, 254, 255, 263)
TESTINFO: "curl lacks idn support" 1 times (165)
TESTINFO: "curl lacks netrc_debug support" 6 times (130, 131, 132, 133, 134, 257)
make[1]: *** [quiet-test] Błąd 1
make[1]: Opuszczenie katalogu `/var/tmp/portage/net-misc/curl-7.17.1/work/curl-7.17.1/tests'
make: *** [test] Błąd 2
 *
 * ERROR: net-misc/curl-7.17.1 failed.
 * Call stack:
 *               ebuild.sh, line   46:  Called src_test
 *             environment, line 2379:  Called die
 * The specific snippet of code:
 *               hasq test $FEATURES && diefunc "$FUNCNAME" "$LINENO" "$?" "Make check failed. See above for details.";
 *  The die message:
 *   Make check failed. See above for details.
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/net-misc/curl-7.17.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-misc/curl-7.17.1/temp/environment'.
 *


Reproducible: Always

Steps to Reproduce:
1. emerge =net-misc/curl-7.17.1
2.
3.
Comment 1 Jakub Januszkiewicz 2007-12-05 21:12:20 UTC
Created attachment 137842 [details]
build.log
Comment 2 Jakub Januszkiewicz 2007-12-05 21:14:33 UTC
Created attachment 137845 [details]
emerge --info
Comment 3 Jakub Januszkiewicz 2008-01-03 18:36:16 UTC
I've been updating my system today and suddenly net-misc/curl-7.17.1 emerged and passed the tests just fine, so I suppose the previous failures were triggered by something else on my system. Closing, then.