Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2019 15:36:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238780] converters/pdf2djvu: fix build with GCC-based architectures
Message-ID:  <bug-238780-7788-JggxK7Wykg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238780-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238780-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=3D238780

--- Comment #22 from commit-hook@freebsd.org ---
A commit references this bug:

Author: pkubaj
Date: Wed Oct 16 15:35:58 UTC 2019
New revision: 514602
URL: https://svnweb.freebsd.org/changeset/ports/514602

Log:
  converters/pdf2djvu: fix build on GCC architectures

  When compiling with GCC, as used on GCC architectures, it errors with:
  sys-uuid.cc:96:12: error: 'strlen' was not declared in this scope

  assert(strlen(s) =3D=3D 36U);
         ^~~~~~

  sys-uuid.cc:96:12: note: 'strlen' is defined in header '<cstring>'; did y=
ou
forget to '#include <cstring>'?

  PR:           238780
  Approved by:  samy.mahmoudi@gmail.com (maintainer timeout), tcberner (men=
tor)
  Differential Revision:        https://reviews.freebsd.org/D22025

Changes:
  head/converters/pdf2djvu/files/patch-sys-uuid.cc

--=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-238780-7788-JggxK7Wykg>