Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2022 20:37:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 268250] audio/pulseaudio: fix build with clang 15
Message-ID:  <bug-268250-39348-KqkLErzXKK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268250-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268250-39348@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268250

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch 2022Q4 references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D55f0944dd76f358ca1ca8c9aa1bc0b4=
f6e53c34f

commit 55f0944dd76f358ca1ca8c9aa1bc0b4f6e53c34f
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2022-12-08 17:00:36 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-10 20:36:48 +0000

    audio/pulseaudio: unbreak build with clang 15

    checking whether C compiler accepts -std=3Dgnu11... no
    configure: error: *** Compiler does not support -std=3Dgnu11
    [...]
    configure:9379: cc -c -O2 -pipe  -DLIBICONV_PLUG -fstack-protector-stro=
ng
-isystem /usr/local/include -fno-strict-aliasing  -pedantic -Werror -std=3D=
gnu11
-DLIBICONV_PLUG -isystem /usr/local/include conftest.c >&5
    conftest.c:33:6: error: a function declaration without a prototype is
deprecated in all versions of C [-Werror,-Wstrict-prototypes]
    main ()
         ^
          void

    https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/1afd23363=
018
=20=20=20
https://git.savannah.gnu.org/gitweb/?p=3Dautoconf.git;a=3Dcommitdiff;h=3D17=
17921aa6c1

    PR:             268250
    Reported by:    antoine (via bug 265425 exp-run)

    (cherry picked from commit a968b5fd5ef3b5a20c5d507697e354cfa5d07743)

 audio/pulseaudio/Makefile | 1 +
 1 file changed, 1 insertion(+)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268250-39348-KqkLErzXKK>