Thomas, First, it seems that you're actually trying to install different revisions of the same package. You had libc-bin (2.19-18+deb8u9) in your first email, and libc-bin (2.19-18+deb8u10) in your second. While this is a minor difference, I've seen it cause issues. I spun a test Debian Wheezy system in VirtualBox and then upgraded to Devuan Jessie. I could not recreate the problem. Do you think you may have a corrupted package? Did you try removing the libc-bin package, then running a fresh update and reinstalling?
rm /var/cache/archives/libc-bin_2.19-18+deb8u10_amd64.deb AND/OR rm /var/cache/archives/libc-bin_2.19-18+deb8u9_amd64.deb apt-get update apt-get install --reinstall libc-bin Just a thought. HTH, Linux O'Beardly @LinuxOBeardly http://o.beard.ly [email protected] On Tue, Oct 24, 2017 at 3:27 AM, Thomas Besser <[email protected]> wrote: > Hi all, > > meanwhile I upgraded the next server from debian wheezy to devuan jessie. > > With the same result on upgrading packages, like today: > > Trigger für libc-bin (2.19-18+deb8u10) werden verarbeitet ... > syntax error at (eval 6) line 91, near ") {" > Can't use global $/ in "my" at (eval 6) line 94, near ", $/" > Global symbol "$fn" requires explicit package name at (eval 6) line 94. > syntax error at (eval 6) line 96, near "; > > No one else has this problem on upgrading from debian wheezy to devuan > jessie? > > Where can I find those 'trigger' scripts in Debian/Devuan? > https://wiki.debian.org/DpkgTriggers says nothing about that. > > Purging package 'libc-bin' and reinstalling seems not to be a really > good idea on a productive system ;-) > > Any hints how to solve this issue? > > Thanks in advance... > Thomas > > Am 16.06.2017 um 08:45 schrieb Thomas Besser: > > Hi, > > > > upgraded two file server last week from debian wheezy to devuan jessie. > > Nearly everthing worked smooth on upgrading. > > > > Something is wrong with 'libc-bin'. On each operation with apt-get I'm > > getting following error: > > > > The following packages will be upgraded: > > libgcrypt20 > > 1 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. > > Need to get 0 B/393 kB of archives. After unpacking 0 B will be used. > > (Reading database ... 49511 files and directories currently installed.) > > Preparing to unpack .../libgcrypt20_1.6.3-2+deb8u3_amd64.deb ... > > Unpacking libgcrypt20:amd64 (1.6.3-2+deb8u3) over (1.6.3-2+deb8u2) ... > > Setting up libgcrypt20:amd64 (1.6.3-2+deb8u3) ... > > Processing triggers for libc-bin (2.19-18+deb8u9) ... > > syntax error at (eval 6) line 91, near ") {" > > Can't use global $/ in "my" at (eval 6) line 94, near ", $/" > > Global symbol "$fn" requires explicit package name at (eval 6) line 94. > > syntax error at (eval 6) line 96, near "; > > }" > > > > Any hints to solve this issue? > > > > Tried "apt-get install --reinstall libc-bin" without success. > > > > Regards > > Thomas > > > > P.S.: Same error occurs on both machines. > > > > _______________________________________________ > > Dng mailing list > > [email protected] > > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng > > > > _______________________________________________ > Dng mailing list > [email protected] > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng >
_______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
