Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Jun 2017 07:06:15 -0700
From:      Cy Schubert <Cy.Schubert@komquats.com>
To:        Phil Shafer <phil@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: 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...
Message-ID:  <201706081406.v58E6Fok077647@slippy.cwsent.com>
In-Reply-To: Message from Phil Shafer <phil@FreeBSD.org> of "Thu, 08 Jun 2017 13:04:01 -0000." <201706081304.v58D41Ce086153@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message <201706081304.v58D41Ce086153@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


on universe12b.


-- 
Cheers,
Cy Schubert <Cy.Schubert@cschubert.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706081406.v58E6Fok077647>