Simon Josefsson wrote: > I can reproduce it locally using: > > [EMAIL PROTECTED]:~$ gnulib-tool --with-tests --test unictype/category-and > > but I don't understand why it is failing. Any ideas? Can others > reproduce this?
Sure I reproduce this. The link errors come from missing dependencies. This fixes it. 2008-01-08 Bruno Haible <[EMAIL PROTECTED]> * modules/unictype/category-of (Depends-on): Add unictype/category-none. * modules/unictype/category-and-tests (Depends-on): Add unictype/category-{L,N,Lu,Nd}. * modules/unictype/category-and-not-tests (Depends-on): Likewise. * modules/unictype/category-or-tests (Depends-on): Add unictype/category-{L,N}. * modules/unictype/category-name-tests (Depends-on): Add unictype/category-{Z,Nl}. Reported by Simon Josefsson. *** modules/unictype/category-and-not-tests.orig 2008-01-09 01:10:41.000000000 +0100 --- modules/unictype/category-and-not-tests 2008-01-09 00:52:53.000000000 +0100 *************** *** 4,9 **** --- 4,13 ---- Depends-on: unictype/category-or unictype/category-test + unictype/category-L + unictype/category-N + unictype/category-Lu + unictype/category-Nd configure.ac: *** modules/unictype/category-and-tests.orig 2008-01-09 01:10:41.000000000 +0100 --- modules/unictype/category-and-tests 2008-01-09 00:45:02.000000000 +0100 *************** *** 4,9 **** --- 4,13 ---- Depends-on: unictype/category-or unictype/category-test + unictype/category-L + unictype/category-Nd + unictype/category-Lu + unictype/category-N configure.ac: *** modules/unictype/category-name-tests.orig 2008-01-09 01:10:41.000000000 +0100 --- modules/unictype/category-name-tests 2008-01-09 00:58:34.000000000 +0100 *************** *** 3,8 **** --- 3,10 ---- Depends-on: unictype/category-or + unictype/category-Z + unictype/category-Nl configure.ac: *** modules/unictype/category-of.orig 2008-01-09 01:10:41.000000000 +0100 --- modules/unictype/category-of 2008-01-09 00:59:12.000000000 +0100 *************** *** 7,12 **** --- 7,13 ---- Depends-on: unictype/base + unictype/category-none inline configure.ac: *** modules/unictype/category-or-tests.orig 2008-01-09 01:10:41.000000000 +0100 --- modules/unictype/category-or-tests 2008-01-09 01:02:40.000000000 +0100 *************** *** 3,8 **** --- 3,10 ---- Depends-on: unictype/category-test + unictype/category-L + unictype/category-N configure.ac: