Package Details: standardese-git 0.5.2.r9.gefbc112-4

Git Clone URL: https://aur.archlinux.org/standardese-git.git (read-only, click to copy)
Package Base: standardese-git
Description: A (work-in-progress) nextgen Doxygen for C++
Upstream URL: https://github.com/standardese/standardese
Licenses: MIT
Conflicts: standardese
Provides: standardese
Submitter: verri
Maintainer: mallchad (verri)
Last Packager: mallchad
Votes: 0
Popularity: 0.000000
First Submitted: 2016-11-29 19:08 (UTC)
Last Updated: 2021-10-11 19:57 (UTC)

Latest Comments

mallchad commented on 2023-12-20 07:45 (UTC)

@cadihac you'll have to be more specific because my Arch installs are very old and I can't get any error to occur either. The issue you reference is like 9 months old and is already fixed so I don't understand the relevance.

Please provide an error message or something

cadilhac commented on 2023-12-19 15:29 (UTC)

Compilation currently fails because of this: https://github.com/foonathan/cppast/issues/165

mallchad commented on 2021-10-11 20:36 (UTC)

Sorted basically all of the comments, no more libstandardese.so or libccapst.so, its statically linked.

Cleaned up some stuff like removing unused external files

ainola commented on 2021-10-08 06:24 (UTC)

I went ahead and went through with the orphan because it's been a while since this last interaction.

mallchad commented on 2021-09-24 11:27 (UTC) (edited on 2021-09-24 19:47 (UTC) by mallchad)

Alright, cool, no problem, spam filters can be pesky sometimes :P
verri had a few fixes if you check in the Flagged out of Date Section,
I had a few of my own... Before I realized verri had some better solutions and amended my changes, now what I'm left with is these series of patches.
http://ix.io/3zOT

The TL;DR
- Tweak cmake to build statically, no headers are provided
so following upstream to make shared options is pointless.
- Update the source/url to go to the new home (GitHub has been silently
redirecting for the time being, as it does).
- Move cmark to a build only dependency, its built and use statically
as far as I can tell
- Remove spdlog providing, it never provides such a thing, its a header-only
logging utility (maybe) used in the project
- Update '.SRCINFO' and bump 'pkgrel/pkgver'

CvR_XX commented on 2021-09-24 09:30 (UTC)

Sorry, sorry, sorry. My spam filter was picking out the status emails. Lets fix this!

pluc commented on 2020-12-20 09:16 (UTC)

Hello, it seems the package is missing a shared library :

$ standardese --help
standardese: error while loading shared libraries: libstandardese.so: cannot open shared object file: No such file or directory

$ ldd (which standardese)
        linux-vdso.so.1 (0x00007ffc85b4e000)
        libstandardese.so => not found
        libboost_program_options.so.1.75.0 => /usr/lib/libboost_program_options.so.1.75.0 (0x00007f2cccebf000)
        libboost_filesystem.so.1.75.0 => /usr/lib/libboost_filesystem.so.1.75.0 (0x00007f2ccce9d000)
        libcppast.so => not found
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f2ccccc0000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f2cccca6000)
        libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f2cccc82000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007f2cccab9000)
        librt.so.1 => /usr/lib/librt.so.1 (0x00007f2cccaae000)
        libm.so.6 => /usr/lib/libm.so.6 (0x00007f2ccc968000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f2cccfde000)

$ paru -Ql standardese-git
standardese-git /usr/
standardese-git /usr/bin/
standardese-git /usr/bin/standardese
standardese-git /usr/share/
standardese-git /usr/share/licenses/
standardese-git /usr/share/licenses/standardese-git/
standardese-git /usr/share/licenses/standardese-git/LICENSE

CvR_XX commented on 2020-07-06 12:31 (UTC)

Added llvm to dependencies so it should work again!

felixthecat commented on 2020-02-03 16:19 (UTC) (edited on 2020-02-03 16:20 (UTC) by felixthecat)

Standardese needs "llvm" package as a needed dependency, can be installed with "sudo pacman -S llvm".