Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2011 21:55:54 +0400
From:      Sergey Kandaurov <pluknet@gmail.com>
To:        Poul-Henning Kamp <phk@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r222033 - head/lib/libsbuf
Message-ID:  <BANLkTikQe599sEeez4Rq7Hp3%2BktqvhMN-A@mail.gmail.com>
In-Reply-To: <201105171737.p4HHbwHF040698@svn.freebsd.org>
References:  <201105171737.p4HHbwHF040698@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 17 May 2011 21:37, Poul-Henning Kamp <phk@freebsd.org> wrote:
> Author: phk
> Date: Tue May 17 17:37:58 2011
> New Revision: 222033
> URL: http://svn.freebsd.org/changeset/base/222033
>
> Log:
>  Bump shlib version
>  Instigate symbol versioning
>  Pray that I don't break the build.

File /usr/src/lib/libsbuf/Version.def: Unknown directive: `/*'.
File /usr/src/lib/libsbuf/Version.def: Unknown directive: `* $FreeBSD$'.
File /usr/src/lib/libsbuf/Version.def: Unknown directive: `*/'.

It seems it doesn't like C-style comments, but shell-style ones.

Index: Version.def
===================================================================
--- Version.def (revision 222033)
+++ Version.def (working copy)
@@ -1,6 +1,4 @@
-/*
- * $FreeBSD$
- */
+# $FreeBSD$

 FBSD_1.2 {
 };


>
> Added:
>  head/lib/libsbuf/Symbol.map   (contents, props changed)
>  head/lib/libsbuf/Version.def   (contents, props changed)
> Modified:
>  head/lib/libsbuf/Makefile
[...]
>
> Added: head/lib/libsbuf/Version.def
> ==============================================================================
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/lib/libsbuf/Version.def        Tue May 17 17:37:58 2011        (r222033)
> @@ -0,0 +1,6 @@
> +/*
> + * $FreeBSD$
> + */
> +
> +FBSD_1.2 {
> +};

-- 
wbr,
pluknet



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTikQe599sEeez4Rq7Hp3%2BktqvhMN-A>