Search Criteria
Package Details: createrepo_c 1.1.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/createrepo_c.git (read-only, click to copy) |
---|---|
Package Base: | createrepo_c |
Description: | A C implementation of createrepo, a tool to create yum repositories |
Upstream URL: | https://github.com/rpm-software-management/createrepo_c |
Licenses: | GPL-2.0-or-later |
Submitter: | pnorcks |
Maintainer: | larchunix |
Last Packager: | larchunix |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-01-15 01:17 (UTC) |
Last Updated: | 2024-08-16 20:15 (UTC) |
Dependencies (21)
- bzip2 (bzip2-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- drpmAUR
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- libmodulemd (libmodulemd-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- rpm-tools (rpm-tools-gitAUR)
- sqlite (sqlite-fossilAUR)
- xz (xz-gitAUR)
- zchunkAUR (zchunk-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- bash-completion (bash-completion-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- Show 1 more dependencies...
Required by (5)
- createrepo-agent
- dnf-plugins-core (optional)
- dnf5 (check)
- mock (optional)
- sailfish-sdk-setup
Latest Comments
direc85 commented on 2024-02-25 16:58 (UTC)
Okay, it ended up being
drpm
still requiringlibrpm*.so.9
files. Rebuilding that (without tests that now fail) fixed the docs issues, kinda.direc85 commented on 2024-02-25 16:21 (UTC)
I'm having a weird issue with building the package, or building its docs to be more precise:
The weirdest part is that when I downgrade to
rpm-tools 4.18.2
which provides the.so.9
files, it wants.so.10
files instead:Sure enough,
build/src/python/createrepo_c/_createrepo_c.so
links to bothlibrpm.so.9
andlibrpm.so.10
files, one of which exists normally. If I provide both files manually, the next error is defining some symbols twice (which is expcted).Any ideas?
Felixoid commented on 2022-11-30 10:21 (UTC)
Unfortunately, it doesn't build. See the issue in the upstream https://github.com/rpm-software-management/createrepo_c/issues/331
tbx commented on 2019-03-18 13:08 (UTC)
I confirm, the package builds now. Thank you, that was quick !
larchunix commented on 2019-03-18 11:03 (UTC)
@tbx: should be fixed now
tbx commented on 2019-03-18 09:53 (UTC)
Doesn't build :(
pnorcks commented on 2018-02-09 03:07 (UTC)
Can 'drpm' be made an optional dependency for this package? It's listed as an experimental feature in the createrepo_c README, and I also cannot build drpm anymore due to the upstream source tarball link not resolving.