svn commit: r319694 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/encoder/cbor contrib/libxo/encoder/test contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved cont...

Glen Barber gjb at FreeBSD.org
Thu Jun 8 17:56:25 UTC 2017


On Thu, Jun 08, 2017 at 07:06:15AM -0700, Cy Schubert wrote:
> In message <201706081304.v58D41Ce086153 at repo.freebsd.org>, Phil Shafer 
> writes:
> > Author: phil
> > Date: Thu Jun  8 13:04:01 2017
> > New Revision: 319694
> > URL: https://svnweb.freebsd.org/changeset/base/319694
> > 
> > Log:
> >   Import libxo-0.8.0:
> >    - addition of --libxo colors=xxxxx color map (so I never see "blue")
> >    - fix bugs from -fsanitize=address and =undefined
> >    - utf-8 changes (remove support fore 6 byte utf-8 values, which are "histo
> > rical")
> >    - add comments
> >    - fix man pages
> >    - update test cases
> >   
> >   Submitted by:	phil
> >   Reviewed by:	sjg
> >   Approved by:	sjg (mentor)
> > 
> > Modified:
> >   head/contrib/libxo/Makefile.am
> >   head/contrib/libxo/configure.ac
> >   head/contrib/libxo/doc/libxo-manual.html
> >   head/contrib/libxo/doc/libxo.txt
> >   head/contrib/libxo/encoder/cbor/enc_cbor.c
> >   head/contrib/libxo/encoder/test/enc_test.c
> >   head/contrib/libxo/libxo/libxo.c
> >   head/contrib/libxo/libxo/xo.h
> >   head/contrib/libxo/libxo/xo_buf.h
> >   head/contrib/libxo/libxo/xo_encoder.c
> >   head/contrib/libxo/libxo/xo_encoder.h
> >   head/contrib/libxo/libxo/xo_syslog.c
> >   head/contrib/libxo/tests/core/Makefile.am
> >   head/contrib/libxo/tests/core/saved/test_01.E.out
> >   head/contrib/libxo/tests/core/saved/test_02.E.out
> >   head/contrib/libxo/tests/core/saved/test_03.E.out
> >   head/contrib/libxo/tests/core/saved/test_04.E.out
> >   head/contrib/libxo/tests/core/saved/test_05.E.out
> >   head/contrib/libxo/tests/core/saved/test_06.E.out
> >   head/contrib/libxo/tests/core/saved/test_07.E.out
> >   head/contrib/libxo/tests/core/saved/test_08.E.out
> >   head/contrib/libxo/tests/core/saved/test_09.E.out
> >   head/contrib/libxo/tests/core/saved/test_10.E.out
> >   head/contrib/libxo/tests/core/saved/test_11.E.out
> >   head/contrib/libxo/tests/core/saved/test_11.HIPx.out
> >   head/contrib/libxo/tests/core/saved/test_12.E.out
> >   head/contrib/libxo/tests/core/saved/test_12.H.out
> >   head/contrib/libxo/tests/core/saved/test_12.HIPx.out
> >   head/contrib/libxo/tests/core/saved/test_12.HP.out
> >   head/contrib/libxo/tests/core/saved/test_12.J.out
> >   head/contrib/libxo/tests/core/saved/test_12.JP.out
> >   head/contrib/libxo/tests/core/saved/test_12.T.out
> >   head/contrib/libxo/tests/core/saved/test_12.X.out
> >   head/contrib/libxo/tests/core/saved/test_12.XP.out
> >   head/contrib/libxo/tests/core/test_12.c
> >   head/contrib/libxo/tests/gettext/Makefile.am
> >   head/contrib/libxo/tests/xo/Makefile.am
> >   head/contrib/libxo/xo/xo.1
> >   head/contrib/libxo/xohtml/xohtml.1
> >   head/contrib/libxo/xopo/xopo.1
> >   head/contrib/libxo/xopo/xopo.c
> >   head/lib/libxo/add.man
> >   head/lib/libxo/xo_config.h
> > Directory Properties:
> >   head/contrib/libxo/   (props changed)
> > 
> 
> 
> Hi Phil,
> 
> This commit breaks at the below:
> 
> ===> lib/libxo (all)
> /home/cy/current/contrib/libxo/libxo/libxo.c:242:17: error: redefinition of 
> type
> def 'xo_color_t' is a C11 feature [-Werror,-Wtypedef-redefinition]
> typedef uint8_t xo_color_t;
>                 ^
> /home/cy/current/contrib/libxo/libxo/libxo.c:206:17: note: previous 
> definition i
> s here
> typedef uint8_t xo_color_t;
>                 ^
> 1 error generated.
> --- libxo.o ---
> *** [libxo.o] Error code 1
> 

I believe this is fixed by r319709.

Glen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20170608/0d1fe7bf/attachment.sig>


More information about the svn-src-all mailing list