Bugs item #3034730, was opened at 2010-07-26 18:02 Message generated for change (Comment added) made by mzabaluev You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=756076&aid=3034730&group_id=143636
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: build system Group: None Status: Open Resolution: Works For Me Priority: 5 Private: No Submitted By: Pacho Ramos (pacho2) Assigned to: Nobody/Anonymous (nobody) Summary: torture_url test fail to pass Initial Comment: This has been noticed downstream: http://bugs.gentoo.org/show_bug.cgi?id=328733#c2 PASS: run_test_sdp ================== All 2 tests passed ================== make[4]: Leaving directory `/var/tmp/portage/net-libs/sofia-sip-1.12.10/work/sofia-sip-1.12.10/libsofia-sip-ua/sdp' make[3]: Leaving directory `/var/tmp/portage/net-libs/sofia-sip-1.12.10/work/sofia-sip-1.12.10/libsofia-sip-ua/sdp' make[2]: Leaving directory `/var/tmp/portage/net-libs/sofia-sip-1.12.10/work/sofia-sip-1.12.10/libsofia-sip-ua/sdp' Making check in url make[2]: Entering directory `/var/tmp/portage/net-libs/sofia-sip-1.12.10/work/sofia-sip-1.12.10/libsofia-sip-ua/url' make check-am make[3]: Entering directory `/var/tmp/portage/net-libs/sofia-sip-1.12.10/work/sofia-sip-1.12.10/libsofia-sip-ua/url' make torture_url make[4]: Entering directory `/var/tmp/portage/net-libs/sofia-sip-1.12.10/work/sofia-sip-1.12.10/libsofia-sip-ua/url' if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsofia-sip-ua/su/sofia-sip -I./../bnf -I../bnf -I./../ipt -I../ipt -I./../su -I../su -Wall -O2 -march=native -pipe -fomit-frame-pointer -ggdb -MT torture_url.o -MD -MP -MF ".deps/torture_url.Tpo" -c -o torture_url.o torture_url.c; \ then mv -f ".deps/torture_url.Tpo" ".deps/torture_url.Po"; else rm -f ".deps/torture_url.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -Wall -O2 -march=native -pipe -fomit-frame-pointer -ggdb -Wl,-O1 -Wl,--as-needed -o torture_url torture_url.o liburl.la ../bnf/libbnf.la ../ipt/libipt.la ../su/libsu.la -lssl -lcrypto -lrt -lpthread i686-pc-linux-gnu-gcc -Wall -O2 -march=native -pipe -fomit-frame-pointer -ggdb -Wl,-O1 -Wl,--as-needed -o torture_url torture_url.o ./.libs/liburl.a ../bnf/.libs/libbnf.a ../ipt/.libs/libipt.a ../su/.libs/libsu.a -lssl -lcrypto -lrt -lpthread make[4]: Leaving directory `/var/tmp/portage/net-libs/sofia-sip-1.12.10/work/sofia-sip-1.12.10/libsofia-sip-ua/url' make check-TESTS make[4]: Entering directory `/var/tmp/portage/net-libs/sofia-sip-1.12.10/work/sofia-sip-1.12.10/libsofia-sip-ua/url' torture_url.c:279: torture_url test_sip() FAILED: url_query_as_header_string(home, url->url_headers) != "\n\nCANNED MSG" or NULL != " CANNED MSG" FAIL: torture_url =================== 1 of 1 tests failed =================== make[4]: *** [check-TESTS] Error 1 make[4]: Leaving directory `/var/tmp/portage/net-libs/sofia-sip-1.12.10/work/sofia-sip-1.12.10/libsofia-sip-ua/url' make[3]: *** [check-am] Error 2 make[3]: Leaving directory `/var/tmp/portage/net-libs/sofia-sip-1.12.10/work/sofia-sip-1.12.10/libsofia-sip-ua/url' make[2]: *** [check] Error 2 make[2]: Leaving directory `/var/tmp/portage/net-libs/sofia-sip-1.12.10/work/sofia-sip-1.12.10/libsofia-sip-ua/url' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/net-libs/sofia-sip-1.12.10/work/sofia-sip-1.12.10/libsofia-sip-ua' make: *** [check-recursive] Error 1 And there is a possible fix in http://bugs.gentoo.org/show_bug.cgi?id=328733#c6 Thanks a lot for solving this ---------------------------------------------------------------------- Comment By: Mikhail Zabaluev (mzabaluev) Date: 2011-01-05 18:41 Message: The fix is merged into master. ---------------------------------------------------------------------- Comment By: Mikhail Zabaluev (mzabaluev) Date: 2010-12-29 20:12 Message: A fix is available for review: http://gitorious.org/sofia-sip/sofia-sip/merge_requests/3 ---------------------------------------------------------------------- Comment By: Pacho Ramos (pacho2) Date: 2010-09-03 13:24 Message: Yes, of course $ gcc -v Using built-in specs. Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.4.3-r2/work/gcc-4.4.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-nls --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/python --enable-java-awt=gtk --enable-languages=c,c++,java,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.3-r2 p1.2' Thread model: posix gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2) $ cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 47 model name : AMD Athlon(tm) 64 Processor 3200+ stepping : 0 cpu MHz : 2000.000 cache size : 512 KB fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow rep_good pni lahf_lm bogomips : 4085.79 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: ts fid vid ttp tm stc ---------------------------------------------------------------------- Comment By: Pekka Pessi (ppessi) Date: 2010-08-04 17:47 Message: Which compiler is used there? Can you get gcc -v and cat /proc/cpuinfo from those who are bitten by this bug? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=756076&aid=3034730&group_id=143636 ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Sofia-sip-devel mailing list Sofia-sip-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel