Closed JenKD closed 6 years ago
Hoi Johan,
Debian testing wordt niet ondersteund, omdat dat een development-versie van de distributie is. U hebt twee mogelijkheden:
compileer het pakket zelf:
apt-get -b source eid-mw
Hiervoor moet u wel eerst een deb-src
lijn aan het bestand /etc/sources.list.d
toevoegen (kopieer de bestaande deb
lijnen en verander ze naar een deb-src
variant)
gebruik de bestaande sid (unstable) repository:
deb https://files.eid.belgium.be/debian continuous/sid main
Let wel: deze repository bevat bètaversies van de eid-software en kan daarom van tijd tot tijd uitzonderlijk even niet functioneren.
Thanks Wouter, kan je ook een Release.gpg toevoegen aan de sid-repo?
W: GPG error: http://files2.eid.belgium.be/debian continuous/sid InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY xxxxx E: The repository 'http://files2.eid.belgium.be/debian continuous/sid InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. W: GPG error: http://files.eid.belgium.be/debian continuous/sid InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY xxxxxxxxxxx E: The repository 'http://files.eid.belgium.be/debian continuous/sid InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
TIA Johan
Die is er, maar met een andere key. Automatische builds tekenen we niet met de release key. Sorry, was ik vergeten te vermelden :-)
Als je die wijziging in /etc/apt/sources.list.d/eid.list
gemaakt hebt, dan wordt de key geactiveerd door eid-archive te herconfigureren:
dpkg-reconfigure eid-archive
Inderdaad, opgelost! Hartelijk dank.
Johan
Hi @yoe thank you for the tip of rebuilding from sources. I am using a mixed stretch/sid system and some packages required libcurl4.
Hi, eid-viewer in Debian testing heeft als vereiste libcurl3 (>= 7.16.2). In debian testing werd libcurl4 geïntroduceerd: hierdoor kan ik eid-viewer niet installeren. (versie 4.4.2v4.4.2 ).
libcurl4 is in strijd met libcurl3 cmake heeft als vereiste libcurl4 (>= 7.16.2) clamav heeft als vereiste libcurl4 (>= 7.16.2) apache2-bin heeft als vereiste libcurl4 (>= 7.16.2) curl heeft als vereiste libcurl4 (= 7.60.0-2)
ik gebruik deze repo: deb http://files.eid.belgium.be/debian stretch main deb http://files2.eid.belgium.be/debian stretch main
Johan