my_init() was removed from mysql 8.0.2, but dbd/apr_dbd_mysql.c calls
my_init() if MYSQL_VERSION_ID < 100000. This patch fixes this problem,
allowing Apache mod_authn_dbd.so to work properly on mysql >= 8.0.2.
There is an open bug upstream, but it has not been patched yet.
Upstream PR: https://bz.apache.org/bugzilla/show_bug.cgi?id=62631
PR: 274134
Approved by: brnrd (with apache hat)
error: hiding a lifetime that's elided elsewhere is confusing
--> rust-sshkeys-d736693769b9c4abebad8050fba92271f3c50226/src/reader.rs:24:48
|
24 | pub fn new<T: ?Sized + AsRef<[u8]>>(inner: &T) -> Reader {
| ^^ ------ the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
PR: 288923
Approved by: portmgr (build fix blanket)
n file included from /wrkdirs/usr/ports/java/openjdk24/work/openjdk-jdk-24.0.2-ga-freebsd-1/src/hotspot/share/precompiled/precompiled.hpp:45:
In file included from /wrkdirs/usr/ports/java/openjdk24/work/openjdk-jdk-24.0.2-ga-freebsd-1/src/hotspot/share/nmt/memTracker.hpp:30:
In file included from /wrkdirs/usr/ports/java/openjdk24/work/openjdk-jdk-24.0.2-ga-freebsd-1/src/hotspot/share/nmt/memoryFileTracker.hpp:34:
In file included from /wrkdirs/usr/ports/java/openjdk24/work/openjdk-jdk-24.0.2-ga-freebsd-1/src/hotspot/share/runtime/os.inline.hpp:31:
/wrkdirs/usr/ports/java/openjdk24/work/openjdk-jdk-24.0.2-ga-freebsd-1/src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.inline.hpp:35:10: error: no member named 'resolve_function_descriptor' in 'os::Bsd'; did you mean simply 'resolve_function_descriptor'?
35 | return os::Bsd::resolve_function_descriptor(p);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| resolve_function_descriptor
/wrkdirs/usr/ports/java/openjdk24/work/openjdk-jdk-24.0.2-ga-freebsd-1/src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.inline.hpp:34:18: note: 'resolve_function_descriptor' declared here
34 | inline void* os::resolve_function_descriptor(void* p) {
| ^
1 error generated.
A fast, customizable application launcher built with GTK4 and Rust,
designed for Linux desktop environments. Walker provides a clean,
modern interface for launching applications, running commands,
performing calculations, and more.
WWW: https://github.com/abenz1267/walker
Elephant - cuz it's phat - is a powerful data provider service and
backend for building custom application launchers and desktop
utilities. It provides various data sources and actions through a
plugin-based architecture, communicating via Unix sockets and Protocol
Buffers.
Elephant acts as a unified backend service that aggregates data from
various sources (desktop applications, files, clipboard history, etc.)
and provides a consistent interface for frontend applications like
custom launchers, productivity tools, or desktop widgets.
WWW: https://github.com/abenz1267/elephant
Add PY_SETUPTOOLS as dependency to fix:
Traceback (most recent call last):
File "/usr/local/bin/odoo", line 5, in <module>
import odoo
File "/usr/local/lib/python3.11/site-packages/odoo/__init__.py", line 115, in <module>
from . import modules
File "/usr/local/lib/python3.11/site-packages/odoo/modules/__init__.py", line 8, in <module>
from . import db, graph, loading, migration, module, registry, neutralize
File "/usr/local/lib/python3.11/site-packages/odoo/modules/graph.py", line 11, in <module>
import odoo.tools as tools
File "/usr/local/lib/python3.11/site-packages/odoo/tools/__init__.py", line 31, in <module>
from .convert import *
File "/usr/local/lib/python3.11/site-packages/odoo/tools/convert.py", line 33, in <module>
from odoo import SUPERUSER_ID, api
File "/usr/local/lib/python3.11/site-packages/odoo/api.py", line 1386, in <module>
from odoo.modules.registry import Registry
File "/usr/local/lib/python3.11/site-packages/odoo/modules/registry.py", line 24, in <module>
from odoo.osv.expression import get_unaccent_wrapper
File "/usr/local/lib/python3.11/site-packages/odoo/osv/expression.py", line 127, in <module>
from odoo.models import BaseModel, check_property_field_value_name
File "/usr/local/lib/python3.11/site-packages/odoo/models.py", line 7315, in <module>
from . import fields
File "/usr/local/lib/python3.11/site-packages/odoo/fields.py", line 31, in <module>
from .netsvc import ColoredFormatter, GREEN, RED, DEFAULT, COLOR_PATTERN
File "/usr/local/lib/python3.11/site-packages/odoo/netsvc.py", line 21, in <module>
from .modules import module
File "/usr/local/lib/python3.11/site-packages/odoo/modules/module.py", line 11, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
Approved by: acm@