Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2014 10:30:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195217] New: databases/mysql55-client: error: use of undeclared identifier       'base64_needed_encoded_length'
Message-ID:  <bug-195217-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 195217
           Summary: databases/mysql55-client: error: use of undeclared
                    identifier       'base64_needed_encoded_length'
           Product: Ports Tree
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ale@FreeBSD.org
          Reporter: ohartman@zedat.fu-berlin.de
          Assignee: ale@FreeBSD.org
             Flags: maintainer-feedback?(ale@FreeBSD.org)

Port fails to compile:

[...]

In file included from
/usr/ports/databases/mysql55-client/work/mysql-5.5.40/client/mysqlbinlog.cc:2225:
/usr/ports/databases/mysql55-client/work/mysql-5.5.40/sql/log_event.cc:2092:28:
error: use of undeclared identifier
      'base64_needed_encoded_length'
  size_t const tmp_str_sz= base64_needed_encoded_length((int) size);
                           ^
/usr/ports/databases/mysql55-client/work/mysql-5.5.40/sql/log_event.cc:2100:7:
error: no matching function for call to 'base64_encode'
  if (base64_encode(ptr, (size_t) size, tmp_str))
      ^~~~~~~~~~~~~

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer ale@FreeBSD.org

-- 
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-195217-13>