Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Sep 2022 11:44:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253506] [PATCH] textproc/refdb: ld: error: duplicate symbol: thecommandlist
Message-ID:  <bug-253506-7788-hb2g5wSzH6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253506-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253506-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=3D253506

O. Hartmann <ohartmann@walstatt.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #223663|0                           |1
        is obsolete|                            |

--- Comment #6 from O. Hartmann <ohartmann@walstatt.org> ---
Created attachment 236330
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D236330&action=
=3Dedit
Solving the -fno-common issue with llvm > 10

Shifting PORTREVISION=3D11 to PORTREVISION=3D12 by solving an issue introdu=
ced with
LLVM/CKANG > 10 (setting -fno-common by default, which results in an error
while compiling as described).

The problem occured in src/readln.h, the problem has been solved by upstrea=
m by
erasing the useless COMMON *thecommandlist declaration.

The issue with the "patch" offered prior to this correction was: I forgot to
send the patch for src/readln.h due to being new to git that time. The Make=
file
itself was useless.

Since 1.0.3 is out and waiting for commitment, this patch for the patch is =
for
the sake of correctnes.

--=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-253506-7788-hb2g5wSzH6>