Thanks, fixed and updated.
Search Criteria
Package Details: bareos-bconsole 23.0.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/bareos.git (read-only, click to copy) |
---|---|
Package Base: | bareos |
Description: | Bareos - Backup Archiving Recovery Open Sourced - Admin Tool (CLI) |
Upstream URL: | http://www.bareos.org |
Keywords: | Backup bacula bareos |
Licenses: | AGPL3 |
Groups: | bareos, bareos-client |
Submitter: | AlD |
Maintainer: | None |
Last Packager: | khvalera |
Votes: | 23 |
Popularity: | 0.000063 |
First Submitted: | 2014-07-23 09:45 (UTC) |
Last Updated: | 2024-02-20 22:01 (UTC) |
Dependencies (16)
- bareos-commonAUR
- jansson (jansson-gitAUR)
- readline (readline-gitAUR)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glusterfs (make)
- jansson (jansson-gitAUR) (make)
- libmariadbclient (libmysqlclient55AUR, libmysqlclient56AUR, mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient57AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-libs, mariadb-lts-libs) (make)
- lsb-release (make)
- pam_wrapper (make)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
- rpcsvc-proto (make)
Required by (0)
Sources (5)
Latest Comments
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 Next › Last »
AlD commented on 2014-07-23 09:47 (UTC)
MagnusW commented on 2014-07-22 21:47 (UTC)
Not sure if you still are interrested in this, but it seems that the names of the files in the "install"-portion of this PKGBUILD has changed. I changed:
<code>
install -D ${_instdir}/usr/lib/libbac-${pkgver}.so ${pkgdir}/usr/lib/libbac-${pkgver}.so
install -D ${_instdir}/usr/lib/libbaccfg-${pkgver}.so ${pkgdir}/usr/lib/libbaccfg-${pkgver}.so
install -D ${_instdir}/usr/lib/libbacfind-${pkgver}.so ${pkgdir}/usr/lib/libbacfind-${pkgver}.so
install -D ${_instdir}/usr/lib/libbacpy-${pkgver}.so ${pkgdir}/usr/lib/libbacpy-${pkgver}.so
install -D ${_instdir}/etc/bareos/scripts/btraceback.gdb ${pkgdir}/etc/bareos/scripts/btraceback.gdb
install -D ${_instdir}/usr/bin/btraceback ${pkgdir}/usr/btraceback
</code>
to:
<code>
install -D ${_instdir}/usr/lib/libbareos-${pkgver}.so ${pkgdir}/usr/lib/libbareos-${pkgver}.so
install -D ${_instdir}/usr/lib/libbareoscfg-${pkgver}.so ${pkgdir}/usr/lib/libbareoscfg-${pkgver}.so
install -D ${_instdir}/usr/lib/libbareosfind-${pkgver}.so ${pkgdir}/usr/lib/libbareosfind-${pkgver}.so
install -D ${_instdir}/usr/lib/python-fd.so ${pkgdir}/usr/lib/python-fd.so
install -D ${_instdir}/etc/bareos/scripts/btraceback.gdb ${pkgdir}/etc/bareos/scripts/btraceback.gdb
install -D ${_instdir}/usr/bin/btraceback ${pkgdir}/usr/btraceback
</code>
mgisbers commented on 2014-04-15 09:40 (UTC)
Package doesn't build. While install() copying of libraries fails.
webdawg commented on 2014-04-07 17:48 (UTC)
I will have to look at it if I get a chance. I was getting srcdir errors but the software worked fine.
I tried looking into the srcdir stuff...do you think it worked on my system because I still had the orig srcdir left over from build?
Lastebil commented on 2014-03-31 12:12 (UTC)
At this time, various references to $srcdir cause the package to fail at execution time.
It appears the 'bat' script is copied with references to the actual files in $srcdir - i.e. hardcoded paths.
I fixed the issue here by doing make destdir= things, but then there are some file permission problems and such when running as a standard user (I'm not running this on the server - server has no X, it's a server, not a desktop.) As you're doing some things to move only the proper files, maybe patching the bat script to remove the hardcoded ${srcdir} files via sed is a better solution for your PKGBUILD.
Not really sure whether to mark this out of date, as it's not really out of date.
webdawg commented on 2014-03-14 18:25 (UTC)
Package updated...let me know if you want another version. The PKGBUILD should work for a few versions....just need to edit it.
webdawg commented on 2014-02-28 01:09 (UTC)
Just adopted package. I will try and get a working pkg build up soon.
webdawg commented on 2014-02-18 19:58 (UTC)
Also the rest of the lines with 'bareos' in them to Branch-13.2 as this is the dir that it is now cloned into.
Pinned Comments