The officially official Devuan Forum!

You are not logged in.

#1 2020-12-10 13:48:17

slashmais
Member
Registered: 2018-05-10
Posts: 9  

beowulf repositry update problem [SOLVED]

The following happens:

sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  fonts-freefont-ttf libaribb24-0 libbasicusageenvironment1 libcddb2 libdouble-conversion1
  libdvbpsi10 libebml4v5 libgles2 libgroupsock8 libixml10 liblivemedia64 liblua5.2-0 libmad0
  libmatroska6v5 libpcre2-16-0 libplacebo7 libprotobuf-lite17 libqt5core5a libqt5dbus5 libqt5gui5
  libqt5network5 libqt5svg5 libqt5widgets5 libqt5x11extras5 libresid-builder0c2a libsdl-image1.2
  libsidplay2 libspatialaudio0 libupnp13 libusageenvironment3 libva-wayland2 libxcb-icccm4
  libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xkb1
  libxcb-xv0 libxkbcommon-x11-0 qt5-gtk-platformtheme qttranslations5-l10n
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  linux-libc-dev
The following NEW packages will be installed:
  linux-libc-dev
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
Need to get 1,353 kB of archives.
After this operation, 5,262 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Err:1 http://deb.devuan.org/merged beowulf/main amd64 linux-libc-dev amd64 4.19.118-2
  404  Not Found [IP: 131.188.12.211 80]
E: Failed to fetch http://deb.devuan.org/merged/pool/DEBIAN/main/l/linux/linux-libc-dev_4.19.118-2_amd64.deb  404  Not Found [IP: 131.188.12.211 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

and the man-page is no help

I did
    'apt-get install devuan-keyring'
and is told already latest

what do I need to do to fix this?
thx

My sources.list:

deb http://deb.devuan.org/merged/ beowulf main 
deb-src http://deb.devuan.org/merged/ beowulf main 
deb http://deb.devuan.org/merged/ beowulf-updates main 
deb-src http://deb.devuan.org/merged/ beowulf-updates main 
deb http://deb.devuan.org/merged/ beowulf-security main 
deb-src http://deb.devuan.org/merged/ beowulf-security main 

Last edited by slashmais (2020-12-10 14:27:17)

Offline

#2 2020-12-10 14:06:29

dice
Member
Registered: 2020-11-22
Posts: 559  
Website

Re: beowulf repositry update problem [SOLVED]

Possible mirror outage during update.

Wait awhile and do what apt says. Use apt-get. This happened to me when i upgraded from beowulf to chimaera.

maybe run apt-get update or try with --fix-missing?

Last edited by dice (2020-12-10 14:10:11)

Offline

#3 2020-12-10 14:18:13

slashmais
Member
Registered: 2018-05-10
Posts: 9  

Re: beowulf repositry update problem [SOLVED]

@dice:
now getting:

The following packages have unmet dependencies:
 libc6-dev : Depends: linux-libc-dev but it is not installed

tried installing the packages and still get the error

Offline

#4 2020-12-10 14:20:43

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: beowulf repositry update problem [SOLVED]

4.19.118-2

That version is no longer in the repo. Run apt update to update your package cache and try again. You should see linux-libc-dev_4.19.160-2

Offline

#5 2020-12-10 14:22:21

dice
Member
Registered: 2020-11-22
Posts: 559  
Website

Re: beowulf repositry update problem [SOLVED]

what fsmithred said. Its just a matter of getting the update to work properly i think?

Offline

#6 2020-12-10 14:26:30

slashmais
Member
Registered: 2018-05-10
Posts: 9  

Re: beowulf repositry update problem [SOLVED]

@fsmithred:
THANKYOU!
that worked, got a bunch of  [y/N]'s to accept the changed repos
and is now updating properly

Offline

Board footer