Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2018 05:27:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230904] net-im/centerim: Fix build with Clang 6
Message-ID:  <bug-230904-7788-ym8bEZXjE2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230904-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230904-7788@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=3D230904

--- Comment #2 from Tobias Kortkamp <tobik@freebsd.org> ---
Comment on attachment 196552
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D196552
net-im__centerim.diff

The error from the log is trivially patched, but there are later problems
then:

msnhook.cc:950:50: error: invalid operands to binary expression ('__bind<in=
t &,
      sockaddr *, unsigned long>' and 'int')
    if(bind(s, (sockaddr *) &addr, sizeof(addr)) < 0 || listen(s, 1) < 0) {
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

I have given up afterwards.

It might be better to update CenterIM to the latest version instead.

--=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-230904-7788-ym8bEZXjE2>