Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2019 19:26:10 +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@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 238780
           Summary: converters/pdf2djvu: fix build with GCC-based
                    architectures
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org
                CC: samy.mahmoudi@gmail.com
             Flags: maintainer-feedback?(samy.mahmoudi@gmail.com)
                CC: samy.mahmoudi@gmail.com

Created attachment 205301
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205301&action=
=3Dedit
patch

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 you
forget to '#include <cstring>'?

--=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>