curl: (22) The requested URL returned error: 404 Not Found ==> FEHLER: Fehler beim Download von http://www.ecodms.de/ecodms_160964/xenial/./ecodmsclient-16.09-2-0_amd64.deb Breche ab...
Search Criteria
Package Details: ecodms-client 24.02-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ecodms-client.git (read-only, click to copy) |
---|---|
Package Base: | ecodms-client |
Description: | Document Management Software |
Upstream URL: | http://www.ecodms.de/index.php/de/ |
Licenses: | LicenseRef-ecodms |
Submitter: | cmuench |
Maintainer: | cmuench (tuxflo, torbennehmer) |
Last Packager: | torbennehmer |
Votes: | 13 |
Popularity: | 0.000002 |
First Submitted: | 2020-02-01 20:04 (UTC) |
Last Updated: | 2025-01-18 20:51 (UTC) |
Dependencies (23)
- apr
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-gitAUR, freetype2-qdoledAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libayatana-appindicator
- libidn (libidn-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libwebp (libwebp-gitAUR)
- libx11 (libx11-gitAUR)
- openjpeg2 (openjpeg-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-webchannel
- qt5-webengine
- qt5-x11extras
- Show 3 more dependencies...
Required by (0)
Sources (2)
renne commented on 2018-08-17 08:30 (UTC)
Drachenkatze commented on 2018-06-26 14:24 (UTC) (edited on 2018-06-26 14:57 (UTC) by Drachenkatze)
I have patched the ecodms client for the latest version. I also included sane in the deps as this is required.
For reference, until my patch is incorporated, here's the complete PKGBUILD:
# Maintainer: tuxflo
pkgname=ecodmsclient
pkgver=16.09.3
pkgrel=3
pkgdesc="Document Management Software"
arch=('x86_64')
url="http://www.ecodms.de/index.php/de/"
license=('custom')
depends=('bash' 'libappindicator-gtk2' 'qt5-svg' 'qt5-x11extras' 'libpng12' 'freeimage' 'libksane')
options=('!strip')
install=${pkgname}.install
source_x86_64=("ecodmsclient-${pkgver}_amd64.deb::http://www.ecodms.de/ecodms_160964/xenial/./ecodmsclient-16.09-3-0_amd64.deb")
md5sums_x86_64=('bd9e934952deec44caddcf3193fd7a17')
package() {
cd "${srcdir}"
tar -xf data.tar.xz
# Install
cp -dr --no-preserve=ownership etc opt usr "${pkgdir}"/
}
Also it's required to add a symlink to PCRE, here's the ecodmsclient.install file:
post_install() {
# Create symlink to the PCRE library which is required by ecodms
ln -s /usr/lib/libpcre.so /usr/lib/libpcre.so.3
echo "Execute /opt/ecodms/ecodmsclient/ecodmsconmgr.sh to connect to the server"
}
post_upgrade() {
post_install
}
post_remove() {
rm -rf /opt/ecodms/ecodmsclient
}
# vim: ts=2 sw=2 et:
Nolle commented on 2018-01-22 09:17 (UTC)
Ecodms released a new version.
That leads to "ERROR: Failure while downloading http://www.ecodms.de/ecodms_160964/xenial/./ecodmsclient-16.09-2-0_amd64.deb"
changing the PKGBUILD to
source_x86_64=("ecodmsclient-${pkgver}_amd64.deb::http://www.ecodms.de/ecodms_160964/xenial/./ecodmsclient-16.09-3-0_amd64.deb")
and correcting the md5sum got it to work
oozaru_hunter commented on 2017-08-12 22:54 (UTC)
It works now after linking
ln -s /usr/lib/libpcre.so.1.2.9 /usr/lib/libpcre.so.3
oozaru_hunter commented on 2017-08-12 21:54 (UTC)
The client fails to start with:
./ecodmsclient: error while loading shared libraries: libsane.so.1: cannot open shared object file: No such file or directory
-> I installed sane
Then it fails with:
./ecodmsclient: error while loading shared libraries: libpcre.so.3: cannot open shared object file: No such file or directory
-> However, pcre is already installed...
leachim.remlov commented on 2017-07-29 19:06 (UTC)
I would be hooked. I could keep it up.
tuxflo commented on 2017-05-17 10:57 (UTC)
I switched to an Ubuntu based distribution on most of my systems now. Somebody interested in maintaining this package?
Syon commented on 2017-05-13 12:19 (UTC) (edited on 2017-05-13 12:20 (UTC) by Syon)
You can fix this with the previous version of openssl.
Download openssl-1.0-1.0.2.k-2-x86_64.pkg.tar.xz and make a:
sudo pacman -U openssl-1.0-1.0.2.k-2-x86_64.pkg.tar.xz
But I also waits for a newer version....
Harvey commented on 2017-04-07 07:18 (UTC)
Stops working with the openssl rebuild in testing: /usr/lib/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found
tuxflo commented on 2017-02-07 14:14 (UTC)
@Harey no, I'm running the server on my NAS (using Docker). If you want to run the server on arch too, just use the official docker container: https://hub.docker.com/r/ecodms/allinone-16.09/
Pinned Comments
torbennehmer commented on 2025-01-18 20:55 (UTC)
Language detection
The PKGBUILD tries to infer the langauge from the LANG environment variable. If it starts with
de
, it will use German, otherwise English. This should be sane in most cases, as long as you build with your regular user account in the correct locale.To override this, export the environment variable ECODMS_LANG to select a non-default value prior to building the package. Supported languages by EcoDMS: en, de
This can always be changed after package installation by updating the symlink at
/opt/ecodms/ecodmsclient/language.qm
.