Git Product home page Git Product logo

Comments (3)

bazaah avatar bazaah commented on August 12, 2024

Port of context from aur.archlinux.org:

Just as information:

ceph-authtool and probably some other tools are broken because Arch updated to fmt-10.0.0-1 on 2023-07-20:

# ceph-authtool --create-keyring /tmp/ceph.mon.keyring --gen-key -n mon. --cap mon 'allow *'
ceph-authtool: error while loading shared libraries: libfmt.so.9: cannot open shared object file: No such file or directory

# pacman -F libfmt.so
extra/fmt 10.0.0-1 [installed]
    usr/lib/libfmt.so
# pacman -F libfmt.so.9
(no output)

Creating a symlink /usr/lib/libfmt.so.9 -> /usr/lib/libfmt.so.10.0.0 does not help.

link

Thanks, I'll start a rebuild

EDIT: actually it seems v10 finally removed -DFMT_DEPRECATED_OSTREAM, which makes things harder. There is unfortunately no single fix to this, (though it is fixed in v18, which is releasing soon) so I'll have to collect and backport patches

think I have a fix for this

so I have found a way to avoid the libfmt issues, because I don't see the point in fixing them (as they're fixed in v18, which will be releasing the next few months).

However, I've now stumbled into a cython v3.0.0 mess around fptr typedefs that I'm unscrewing.

link
link
link

from aur-ceph.

bazaah avatar bazaah commented on August 12, 2024

I got a successful build overnight, doing a proper one this morning, all goes well with tests, and I'll release it today.

from aur-ceph.

bazaah avatar bazaah commented on August 12, 2024

fixed in 6f19d40

from aur-ceph.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.