|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
|||||||||||||||||||||||||||||||||||||||||||||||||
2016年04月22日(金) 旧暦 [n年日記] [更新:"2016/04/22 15:08:37"]#1 [pkgsrc] glib2-2.48.0 make test fails 6ERROR: fileutils - too few tests run (expected 15, got 5) ERROR: fileutils - exited with status 134 (terminated by signal 6?) ERROR: mappedfile - too few tests run (expected 7, got 2) ERROR: mappedfile - exited with status 134 (terminated by signal 6?) ERROR: utils - too few tests run (expected 25, got 16) ERROR: utils - exited with status 134 (terminated by signal 6?) # ERROR: 6 ( つっこみ )
2016年04月21日(木) 旧暦 [n年日記] [更新:"2016/04/21 13:14:28"]#1 pango 1.40.1 make test fails/usr/pkg/bin/gmake check-TESTS gmake[2]: Entering directory '/export/WRKOBJDIR/devel/pango/work/pango-1.40.1/tests' gmake[3]: Entering directory '/export/WRKOBJDIR/devel/pango/work/pango-1.40.1/tests' PASS: testboundaries PASS: testboundaries_ucd PASS: testcolor PASS: testscript PASS: markup-parse [1] Abort trap (core dumped) "${@}" >${log_fi... FAIL: test-layout PASS: test-font PASS: testattributes PASS: testiter PASS: test-pangocairo-threads PASS: test-ot-tags PASS: cxx-test ============================================================================ Testsuite summary for pango 1.40.1 ============================================================================ # TOTAL: 12 # PASS: 11 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=pango ============================================================================ Makefile:1066: recipe for target 'test-suite.log' failed (gdb) bt #0 0x00007f7ff0d0e01a in _lwp_kill () from /usr/lib/libc.so.12 #1 0x00007f7ff0d0dca5 in abort () from /usr/lib/libc.so.12 #2 0x00007f7ff2063701 in g_test_log () from /export/WRKOBJDIR/devel/pango/work/.buildlink/lib/libglib-2.0.so.0 #3 0x00007f7ff2064946 in g_test_run_suite_internal () from /export/WRKOBJDIR/devel/pango/work/.buildlink/lib/libglib-2.0.so.0 #4 0x00007f7ff2064a2f in g_test_run_suite_internal () from /export/WRKOBJDIR/devel/pango/work/.buildlink/lib/libglib-2.0.so.0 #5 0x00007f7ff2064d94 in g_test_run_suite () from /export/WRKOBJDIR/devel/pango/work/.buildlink/lib/libglib-2.0.so.0 #6 0x00007f7ff2064dc1 in g_test_run () from /export/WRKOBJDIR/devel/pango/work/.buildlink/lib/libglib-2.0.so.0 #7 0x0000000000403700 in main () (gdb) ( つっこみ )
2016年04月20日(水) 旧暦 [n年日記] [更新:"2016/04/21 13:41:56"]#1 [pkgsrc] make test for perl-5.22.1 failslib/vmsish .................................................... ok lib/warnings .................................................. ok Failed 5 tests out of 2293, 99.78% okay. ../ext/POSIX/t/wrappers.t ../lib/locale.t op/time.t porting/customized.t porting/regen.t ### Since not all tests were successful, you may want to run some of ### them individually and examine any diagnostic messages they produce. ### See the INSTALL document's section on "make test". ### You have a good chance to get more information by running ### ./perl harness ### in the 't' directory since most (>=80%) of the tests succeeded. ### You may have to set your dynamic library search path, ### LD_LIBRARY_PATH, to point to the build directory: ### setenv LD_LIBRARY_PATH `pwd`:$LD_LIBRARY_PATH; cd t; ./perl harness ### LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd t; ./perl harness ### export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH; cd t; ./perl harness ### for csh-style shells, like tcsh; or for traditional/modern ### Bourne-style shells, like bash, ksh, and zsh, respectively. Elapsed: 1000 sec u=9.04 s=1.85 cu=633.88 cs=56.28 scripts=2293 tests=718581 *** Error code 1 @ op/time.t:not ok 7 - changes to $ENV{TZ} respected # Failed test 7 - changes to $ENV{TZ} respected at op/time.t line 62 @ porting/customized.t:not ok 26 - SHA for cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm matches stashed SHA # Failed test 26 - SHA for cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm matches stashed SHA at porting/customized.t line 105 # got "5891f833c74b7afff1df76b003f9e8f2e92b7696" # expected "8cef99a9bd370ecfd07ddb0efbdcbb4101255e45" not ok 48 - SHA for cpan/version/lib/version.pm matches stashed SHA # Failed test 48 - SHA for cpan/version/lib/version.pm matches stashed SHA at porting/customized.t line 105 # got "e27f5037ae7e95be512dbee795dfc56e7e4f7a08" # expected "d0923b895d57f1d669ae36fcf85c87b16db341d1"these are simply the issue of SHA1 hash to be modified. ( つっこみ )
2016年04月17日(日) 旧暦 [n年日記] [更新:"2016/04/18 13:01:20"]#1 [pkgsrc] make test fails with libtool-base
make test fails at #102 and #115
If you look at the file after the test devel/libtool-base/work/ libtool-2.4.2/tests/testsuite.dir/115/tests/testsuite.dir/102/testsuite.logFollowing line may be the point of failure lib2/.libs/libb.so: undefined reference to `a2(char)'The related file, or origin of the test may be found at: devel/libtool-base/work/libtool-2.4.2/tests/template.at 144 AT_DATA(src/lib/a.hh, 145 [[template <class T> 146 unsigned int a(const T&); 147 148 template <class T> 149 unsigned int a(const T& t) 150 { 151 return sizeof t; 152 } 153 154 extern int a2(char t); 155 156 inline int a3(const double* t) 157 { 158 return a(t); 159 } 160 ]]) 161 162 AT_DATA(src/lib/a.cpp, 163 [[#include "a.hh" 164 165 int a2(char t) 166 { 167 return a(t); 168 } 169 ]]) 170 171 AT_DATA(src/lib2/b.hh, 172 [[#include "a.hh" 173 174 template <class T> 175 unsigned int b(T& t) 176 { 177 return a(t); 178 } 179 extern int b2(char* t); 180 struct bs { int bi; }; 181 extern int b3(bs t); 182 ]]) 183 184 AT_DATA(src/lib2/b.cpp, 185 [[#include "b.hh" 186 187 int b2(char* t) 188 { 189 return a2(t[0]); 190 }#102 and #115 appears in testsuite.log as following context C++ template tests. 101: simple template test ok 102: template test with subdirs FAILED (template.at:230) Detecting identical deplibs. 109: build tree relpaths UNEXPECTED PASS Libtool stress test. 114: Link option thorough search test ok 115: Run tests with low max_cmd_len FAILED (cmdline_wrap.at:43) 116: override pic_flag at configure time skipped (pic_flag.at:47) ( つっこみ )
2016年04月16日(土) 旧暦 [n年日記] [更新:"2016/04/17 02:37:41"]#1 [本] 小僧の神様
小僧の神様を旧仮名づかいで読んだ。
「外濠に乗って」の意味は、次に同じことが電車付で 出て来て、初めて分った。
さて、
小説家の才能の、一番大切なところは、
話の筋を創ることだとしみじみ思う。
( つっこみ )
|
最近の日記 2025年02月13日 ・dvipdfmx ICC profile format spec. version 4.3.0 2025年01月29日 ・ham/wsjtx 2025年01月27日 ・wip/wsjtx 5.4.2 2025年01月25日 ・ham/wsjtx 2025年01月15日 ・今更 advent calendar | ||