|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re: mkdir vs. GPLEric Blake wrote:
> [moving to bug-coreutils] > > According to Eric Blake on 10/30/2009 5:51 AM: >> Actually, I thought of one other solution, after sleeping on the problem. >> Any client (like coreutils) that wants to continue using gnulib-tool >> --avoid=canonicalize-lgpl merely needs to also provide a gnulib override >> for modules/rename-tests.diff that re-adds the @LIBINTL@ designation to >> LDADD for that test to resume linking on cygwin 1.5. I'll post a patch to >> coreutils soon. > > With this patch, and a bump to the latest gnulib[*], I can (once again) > compile coreutils on cygwin 1.5 with --enable-gcc-warnings. Does it look > okay to commit, once gnulib falls into place? This looks fine. Test writers will thank you. Push at will. > [*] Well, technically, this patch assumed that my proposed patch for > vasnprintf variable shadowing will be picked up; I'm still waiting for > Bruno on that one. ... > Subject: [PATCH] build: avoid some warnings > > * gl/lib/mbsalign.c (mbsalign): Mark unused parameter. > * bootstrap.conf (gnulib_modules): Remove obsolete > rename-dest-slash. > * gnulib-tests/Makefile.am (AM_CFLAGS): Reduce set of warnings for > gnulib tests. > * gl/modules/rename-tests.diff (Makefile.am): New file, to add > LIBINTL to LDADD, since we avoid canonicalize-lgpl module. > * gl/lib/regcomp.c.diff (regerror, calc_next) > (build_collating_symbol, parse_bracket_element, build_equiv_class) > (free_tree): Mark unused parameters. > * gl/lib/regex_internal.h.diff (re_string_elem_size_at): New file, > to mark unused parameters. > * .gitignore: Ignore temporary build artifacts. |
|
|
Re: mkdir vs. GPL-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 According to Jim Meyering on 10/31/2009 1:57 AM: >> With this patch, and a bump to the latest gnulib[*], I can (once again) >> compile coreutils on cygwin 1.5 with --enable-gcc-warnings. Does it look >> okay to commit, once gnulib falls into place? > > This looks fine. Test writers will thank you. > Push at will. I would, except: > ... > gl/lib/vasnprintf.c.diff:120: space before tab in indent. > + } > error: hooks/update exited with error code 2 > error: hook declined to update refs/heads/master > To ericb@...:/srv/git/coreutils.git > ! [remote rejected] master -> master (hook declined) Any way we can relax the server hook for gl/*/*.diff, to match the fact that .gitattributes already marks those files as non-whitespace? - -- Don't work too hard, make some time for fun as well! Eric Blake ebb9@... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkrvptYACgkQ84KuGfSFAYCtkACfXmowPG3F+T1iYg19Z9nbQT8M SxAAoMkqvQxxc9DHOXn/19pkz+tdw2ZH =oJyK -----END PGP SIGNATURE----- |
|
|
Re: mkdir vs. GPLEric Blake wrote:
> According to Jim Meyering on 10/31/2009 1:57 AM: >>> With this patch, and a bump to the latest gnulib[*], I can (once again) >>> compile coreutils on cygwin 1.5 with --enable-gcc-warnings. Does it look >>> okay to commit, once gnulib falls into place? >> >> This looks fine. Test writers will thank you. >> Push at will. > > I would, except: > >> ... >> gl/lib/vasnprintf.c.diff:120: space before tab in indent. >> + } >> error: hooks/update exited with error code 2 >> error: hook declined to update refs/heads/master >> To ericb@...:/srv/git/coreutils.git >> ! [remote rejected] master -> master (hook declined) > > Any way we can relax the server hook for gl/*/*.diff, to match the fact > that .gitattributes already marks those files as non-whitespace? I've just created this on the server: $ cat /vservers/vcs-noshell/srv/git/coreutils.git/info/attributes *.diff -whitespace |
| Free embeddable forum powered by Nabble | Forum Help |