Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2023 06:56:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 271060] databases/mariadb106-server does not build with ROCKSDB=on
Message-ID:  <bug-271060-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 271060
           Summary: databases/mariadb106-server does not build with
                    ROCKSDB=3Don
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brnrd@freebsd.org
          Reporter: 000.fbsd@quip.cz
             Flags: maintainer-feedback?(brnrd@freebsd.org)
          Assignee: brnrd@freebsd.org

We are building all our packages in Poudriere for a years. Today I was tryi=
ng
to rebuild all packages with new FreeBSD version 13.2 and quarterly branch
2023Q2 where MariaDB failed with the following error:

/wrkdirs/usr/ports/databases/mariadb106-server/work/mariadb-10.6.12/storage=
/rocksdb/./ut0counter.h:64:10:
error: incompatible pointer to integer conversion assigning to 'size_t' (aka
'unsigned long') from 'pthread_t' (aka 'pthread *')
                        cpu =3D get_curr_thread_id();
                              ^~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/databases/mariadb106-server/work/mariadb-10.6.12/storage=
/rocksdb/./ut0counter.h:34:30:
note: expanded from macro 'get_curr_thread_id'
#define get_curr_thread_id() pthread_self()
                             ^~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
*** Error code 1

Building of 10.6.12 on 12.x and previous quarterly 2023Q1 was OK so this is
some regression on 13.2 or 2023Q2

We have non-default options:

---Begin OPTIONS List---
=3D=3D=3D> The following configuration options are available for
mariadb106-server-10.6.12:
     CONNECT_EXTRA=3Doff: Enable ODBC and XML in CONNECT engine
     DOCS=3Doff: Build and/or install documentation
     WSREP=3Don: Build wsrep clustering
=3D=3D=3D=3D> Optional page compression
     LZ4=3Don: LZ4 compression support
     LZO=3Don: LZO compression support
     SNAPPY=3Doff: Snappy compression library support
=3D=3D=3D=3D> Optional MariaDB storage engines
     COLUMNSTORE=3Doff: Columnar storage egine (BETA)
     INNOBASE=3Don: InnoDB default engine
     MROONGA=3Doff: Mroonga Full Text Search engine
     OQGRAPH=3Doff: Open Query Graph Computation engine
     ROCKSDB=3Don: RocksDB LSM engine
     S3=3Doff: S3 storage engine (Alpha)
     SPHINX=3Don: SphinxSE engine
     SPIDER=3Don: Partitioning and XA-transactions engine
=3D=3D=3D=3D> Optional Mroonga features
     ZMQ=3Doff: ZeroMQ support
     MSGPACK=3Doff: MsgPack support
=3D=3D=3D=3D> GSSAPI Security API support: you have to select exactly one o=
f them
     GSSAPI_BASE=3Doff: GSSAPI support via base system (needs Kerberos)
     GSSAPI_HEIMDAL=3Doff: GSSAPI support via security/heimdal
     GSSAPI_MIT=3Doff: GSSAPI support via security/krb5
     GSSAPI_NONE=3Don: Disable GSSAPI support
=3D=3D=3D> Use 'make config' to modify these settings
---End OPTIONS List---

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