Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Update issue] libffi install issue

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
kanyakumarirock
Posts: 7
Joined: 2023-11-27 12:54
Has thanked: 4 times

[Update issue] libffi install issue

#1 Post by kanyakumarirock »

Dear Team

Thanks for reading my problem. I have googled the problem and tried to find out solutions at various platforms. But, no concrete answer I could find that would resolve the issue and remove my confusion.

I am trying to install a fotware using spack on my Linux Debian cluster, which gave me error :

Code: Select all

 ModuleNotFoundError: No module named '_ctypes' 
Internet fix suggested installing
libffi-dev
While trying to do so I am encounetring following issue:

Code: Select all

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  libffi-dev
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 157 kB of archives.
After this operation, 314 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libffi-dev
Install these packages without verification? [y/N] y
Err http://deb.debian.org/debian/ jessie/main libffi-dev amd64 3.1-2+deb8u1
  404  Not Found [IP: 146.75.74.132 80]
Err http://security.debian.org/debian-security/ jessie/updates/main libffi-dev amd64 3.1-2+deb8u1
  404  Not Found [IP: 151.101.2.132 80]
E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/libf/libffi/libffi-dev_3.1-2+deb8u1_amd64.deb  404  Not Found [IP: 151.101.2.132 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
I am not sure how can I overcome the above problem?

My Linux cluster distribution is : Debian 8 (Jessie).

Please advise.

Thanks.

lindi
Debian Developer
Debian Developer
Posts: 452
Joined: 2022-07-12 14:10
Has thanked: 1 time
Been thanked: 88 times

Re: [Update issue] libffi install issue

#2 Post by lindi »

Debian 8 reached end of life in 2018.

kanyakumarirock
Posts: 7
Joined: 2023-11-27 12:54
Has thanked: 4 times

Re: [Update issue] libffi install issue

#3 Post by kanyakumarirock »

Thanks for your message.

But, we have many softwares installed on this machine. so, sudden update may disrupt the whole distribution balance. Could it be possible to suggest some alternative way to tackle this keeping the distribution version intact please?

thanks

Aki
Global Moderator
Global Moderator
Posts: 2979
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 75 times
Been thanked: 407 times

Re: [Update issue] libffi install issue

#4 Post by Aki »

kanyakumarirock wrote: 2024-03-20 13:58 Could it be possible to suggest some alternative way to tackle this keeping the distribution version intact please?
Debian 8 is nicknamed "jessie": You can try configuring /etc/apt/sources.list including:

Code: Select all

deb http://archive.debian.org/debian/ jessie main contrib non-free
As an example:

Code: Select all

$ rmadison --url archive libffi-dev
 libffi-dev | 3.0.7-1         | debian/lenny           | alpha, amd64, arm, armel, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc
 libffi-dev | 3.0.9-3         | debian/squeeze         | amd64, armel, i386, ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc
 libffi-dev | 3.0.10-3        | debian/wheezy          | amd64, armel, i386, ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc
 libffi-dev | 3.0.10-3+b1     | debian/wheezy          | armhf, s390x
 libffi-dev | 3.0.10-3+deb7u2 | debian/wheezy-security | amd64, armel, armhf, i386
 libffi-dev | 3.1-2+b2        | debian/jessie-kfreebsd | kfreebsd-amd64, kfreebsd-i386
 libffi-dev | 3.1-2+deb8u1    | debian/jessie          | amd64, arm64, armel, armhf, i386, mips, mipsel, powerpc, ppc64el, s390x
 libffi-dev | 3.1-2+deb8u1    | debian/jessie-security | amd64, armel, armhf, i386
 libffi-dev | 3.2.1-6         | debian/stretch         | amd64, arm64, armel, armhf, i386, mips, mips64el, mipsel, ppc64el, s390x
Hope this helps. Please let me know.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

Aki
Global Moderator
Global Moderator
Posts: 2979
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 75 times
Been thanked: 407 times

Re: [Update issue] libffi install issue

#5 Post by Aki »

Hello @kanyakumarirock,
Did you sort it out ?
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

Post Reply