@CarstenF: Thanks for the possible solutions, this is very helpful and I will add one of those in the build.
libbareosndmp: I fixed this dependency in the latest pkgbuild. Did you try version version 16.2.5-2?
All config files have a backup entry: You can see them listed here: https://aur.archlinux.org/cgit/aur.git/tree/.SRCINFO?h=bareos
What version did you upgrade from? I added backup entrys on 2015-11-20. If you installed or upgraded after that you shouldn't have backup entries. Did you see pacnew files or is it fixable with pacdiff?
Search Criteria
Package Details: bareos-webui-nginx 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 - Webui nginx |
Upstream URL: | http://www.bareos.org |
Keywords: | Backup bacula bareos |
Licenses: | AGPL3 |
Groups: | bareos |
Submitter: | AlD |
Maintainer: | None |
Last Packager: | khvalera |
Votes: | 23 |
Popularity: | 0.000066 |
First Submitted: | 2014-07-23 09:45 (UTC) |
Last Updated: | 2024-02-20 22:01 (UTC) |
Dependencies (17)
- nginx (nginx-nchan-gitAUR, nginx-rtmp-sergey-gitAUR, nginx-mainline-boringsslAUR, nginx-quic-openssl-hgAUR, nginx-mainline-pushstreamAUR, tengineAUR, tengine-extraAUR, freenginx-mainline-hgAUR, freenginx-mainlineAUR, angieAUR, nginx-quic-libresslAUR, nginx-mainline)
- php
- php-fpm
- php-pgsql
- 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 .. 6 7 8 9 10 11 12 13 14 15 16 .. 18 Next › Last »
spradlim commented on 2017-05-09 22:32 (UTC) (edited on 2017-05-09 22:35 (UTC) by spradlim)
CarstenF commented on 2017-05-09 20:19 (UTC)
@spradlim: I have found a solution.
Change the optdepend.
optdepends=('openssl-1.0: network encryption between daemons')
and add this two build lines to the build part.
build() {
export CFLAGS="${CFLAGS} -L /usr/include/openssl-1.0"
export LIBS="${LIBS} -I /usr/include/openssl-1.0"
another solution is to fix the configure script. Which denys the Path in --with-openssl=/usr/include/openssl-1.0
The following file is missing in the install dir. But not available in the system.
/usr/lib/bareos/libbareosndmp-16.2.5.so
I hope this is fixable.
And Please add for all Config Files in /etc/bareos a backup entry.
Because after an Update the Config files changes and I need to fix wrong keys and so on.
Thanks for your work to get bareos working.
freaknils commented on 2017-05-09 13:04 (UTC)
@spradlim: Big thanks for your work! I thought something like this.
I hope they will fix it soon!
spradlim commented on 2017-05-09 12:40 (UTC)
@freaknils
I see the message now. I was building on a different box and hadn't updated to openssl 1.1. Someone mentioned a openssl 1.1 compatibility problem and I think they are correct. Unfortunately this is related to the bareos project itself and this doesn't have anything to do with the package. I am submitting a ticket upstream.
freaknils commented on 2017-05-09 12:10 (UTC)
@spradlim: I think so: https://pastebin.com/PWy9GZDM
spradlim commented on 2017-05-09 12:01 (UTC)
Do you have openssl installed? I wonder if this is a required dependency. Can you try it with openssl installed if you don't have it installed.
freaknils commented on 2017-05-08 19:26 (UTC) (edited on 2017-05-09 09:52 (UTC) by freaknils)
Building bareos-common.
This is the output of the build: https://pastebin.com/z8qUJcQt
If I do it in a fresh VM I get the same error.
spradlim commented on 2017-05-08 17:08 (UTC)
@freaknils: What package are you trying to install filedaemon?
I am not seeing this error so am having trouble debugging it.
freaknils commented on 2017-05-07 12:34 (UTC)
Same error still here:
cp: the call from stat for 'usr/lib/bareos/libbareos-[0-9]*.so' is not possible: File or folder not found
Pinned Comments