The officially official Devuan Forum!

You are not logged in.

#1 2018-01-21 09:36:03

onekk
Member
Registered: 2017-12-20
Posts: 10  

[Solved] [MiYoLinux] Error updating Ascii version: libeudev1 conflict

I have posted the relevant information also in

https://dev1galaxy.org/viewtopic.php?pid=7194#p7194

I will post the relevant code for the error.

Doing apt dist-upgrade

The following NEW packages will be installed:
  libeudev1
The following packages will be upgraded:
  colord libcolord2 libcolorhug2
....
Get:1 http://pkgmaster.devuan.org/merged ascii/main amd64 libeudev1 amd64 3.2.2-9 [92,3 kB]
Get:2 http://pkgmaster.devuan.org/merged ascii/main amd64 libcolord2 amd64 1.3.3-1+devuan1 [253 kB]
Get:3 http://pkgmaster.devuan.org/merged ascii/main amd64 libcolorhug2 amd64 1.3.3-1+devuan1 [184 kB]
Get:4 http://pkgmaster.devuan.org/merged ascii/main amd64 colord amd64 1.3.3-1+devuan1 [338 kB
....
Unpacking libeudev1:amd64 (3.2.2-9) ...
dpkg: error processing archive /var/cache/apt/archives/libeudev1_3.2.2-9_amd64.deb (--unpack):
 trying to overwrite '/lib/x86_64-linux-gnu/libudev.so.1.6.3', which is also in package libudev1:amd64 220:3.2.2-devuan2.3

It seems that libeudev1 have a conflicting file with libudev1.

Maybe there are some conflict in the package base.

apt-cache policy libudev1
libudev1:
  Installed: 220:3.2.2-devuan2.3
  Candidate: 220:3.2.2-devuan2.3
  Version table:
 *** 220:3.2.2-devuan2.3 100
        100 /var/lib/dpkg/status
     1:3.2.2+devuan2.10 500
        500 http://pkgmaster.devuan.org/merged ascii/main amd64 Packages
     236-3~bpo9+1 100
        100 http://pkgmaster.devuan.org/merged ascii-backports/main amd64 Packages

Hope it can help in solving the problem

Last edited by onekk (2018-01-21 19:57:26)

Offline

#2 2018-01-21 11:04:44

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

Re: [Solved] [MiYoLinux] Error updating Ascii version: libeudev1 conflict

apt-get install eudev=3.2.2-9 libeudev1=3.2.2-9

You may get a warning that you are downgrading. Proceed. You are "downgrading" to a newer version that has a smaller version number.

Offline

#3 2018-01-21 17:10:13

onekk
Member
Registered: 2017-12-20
Posts: 10  

Re: [Solved] [MiYoLinux] Error updating Ascii version: libeudev1 conflict

No luck

sudo apt-get install eudev=3.2.2-9 libeudev1=3.2.2-9
Reading package lists... Done
Building dependency tree       
Reading state information... Done
eudev is already the newest version (3.2.2-9).
The following package was automatically installed and is no longer required:
  python-collada
Use 'sudo apt autoremove' to remove it.
The following NEW packages will be installed:
  libeudev1
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
Need to get 0 B/92,3 kB of archives.
After this operation, 208 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
(Reading database ... 186955 files and directories currently installed.)
Preparing to unpack .../libeudev1_3.2.2-9_amd64.deb ...
Unpacking libeudev1:amd64 (3.2.2-9) ...
dpkg: error processing archive /var/cache/apt/archives/libeudev1_3.2.2-9_amd64.deb (--unpack):
 trying to overwrite '/lib/x86_64-linux-gnu/libudev.so.1.6.3', which is also in package libudev1:amd64 220:3.2.2-devuan2.3
dpkg-deb: error: subprocess paste was killed by signal (Pipe interrotta)
Errors were encountered while processing:
 /var/cache/apt/archives/libeudev1_3.2.2-9_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Offline

#4 2018-01-21 19:07:25

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

Re: [Solved] [MiYoLinux] Error updating Ascii version: libeudev1 conflict

With this in /etc/apt/sources.list

deb http://pkgmaster.devuan.org/merged ascii main
deb http://pkgmaster.devuan.org/merged ascii-security main
deb http://pkgmaster.devuan.org/merged ascii-updates main

I think this was missing, so you couldn't see the version. I had the same problem when I tried to download it today. I got it after updating the package cache.

apt-get update

You might be able to install them with apt-get. If not, download the packages and install with dpkg --force-downgrade -i *.deb.

apt-cache policy libeudev1 libudev1
libeudev1:
  Installed: 3.2.2-9
  Candidate: 3.2.2-9
  Version table:
 *** 3.2.2-9 500
        500 http://pkgmaster.devuan.org/merged ascii/main amd64 Packages
        100 /var/lib/dpkg/status
libudev1:
  Installed: 1:3.2.2+devuan2.10
  Candidate: 1:3.2.2+devuan2.10
  Version table:
 *** 1:3.2.2+devuan2.10 500
        500 http://pkgmaster.devuan.org/merged ascii/main amd64 Packages
        100 /var/lib/dpkg/status
     215-17+deb8u7 500
        500 http://pkgmaster.devuan.org/merged jessie/main amd64 Packages
user@snapshot-ascii:~$ apt-get download libeudev1 libudev1
Get:1 http://pkgmaster.devuan.org/merged ascii/main amd64 libeudev1 amd64 3.2.2-9 [92.3 kB]
Get:2 http://pkgmaster.devuan.org/merged ascii/main amd64 libudev1 amd64 1:3.2.2+devuan2.10 [2,092 B]
Fetched 94.4 kB in 0s (110 kB/s)
user@snapshot-ascii:~$ ls lib*
libeudev1_3.2.2-9_amd64.deb  libudev1_1%3a3.2.2+devuan2.10_amd64.deb

Offline

#5 2018-01-21 20:00:20

onekk
Member
Registered: 2017-12-20
Posts: 10  

Re: [Solved] [MiYoLinux] Error updating Ascii version: libeudev1 conflict

It was an error of conflicting libraries, solved

1) comment out ascii-backports
2) reinstalling the libraries

3)with this little workaround for eudev (Some bug was filed so maybe it will be not necessary in the near future).

cd /etc/init.d
ln -s eudev udev

Last edited by onekk (2018-01-21 20:04:29)

Offline

#6 2018-01-21 20:10:03

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

Re: [Solved] [MiYoLinux] Error updating Ascii version: libeudev1 conflict

@miyolinux

The Miyo-XTRA-ascii isos from October have an older version of eudev which has a higher epoch number than the current version. This causes problems on upgrade. You should make new isos when you get a chance.

Offline

#7 2018-01-22 15:34:34

MiyoLinux
Member
Registered: 2016-12-05
Posts: 1,323  

Re: [Solved] [MiYoLinux] Error updating Ascii version: libeudev1 conflict

I just saw this. My apologies for the problem. I didn't foresee there being this future conflict when I made the .isos.


I have been Devuanated, and my practice in the art of Devuanism shall continue until my Devuanization is complete. Until then, I will strive to continue in my understanding of Devuanchology, Devuanprocity, and Devuanivity.

Veni, vidi, vici vdevuaned. I came, I saw, I Devuaned. wink

Offline

#8 2018-01-23 14:15:51

fungus
Member
From: Any witch way
Registered: 2017-07-12
Posts: 497  
Website

Re: [Solved] [MiYoLinux] Error updating Ascii version: libeudev1 conflict

 apt-get install eudev=3.2.2-9 libeudev1=3.2.2-9

Offline

#9 2018-01-24 23:43:49

MiyoLinux
Member
Registered: 2016-12-05
Posts: 1,323  

Re: [Solved] [MiYoLinux] Error updating Ascii version: libeudev1 conflict

fsmithred wrote:

@miyolinux

The Miyo-XTRA-ascii isos from October have an older version of eudev which has a higher epoch number than the current version. This causes problems on upgrade. You should make new isos when you get a chance.

Yea! I've been working on it, and I'm now writing this from the new 32 bit version of Miyo-XTRA Ascii. smile

I was VERY pleased to see that there was no pause during the boot process while it was searching to connect to a network...makes me want to hurry up and start on the 64 bit! LOLOL!!! Hopefully, that will start tomorrow or the day after...wish I could start right now.

Again, I apologize to anyone who tried the older Ascii .isos and ran into the eudev problem.


I have been Devuanated, and my practice in the art of Devuanism shall continue until my Devuanization is complete. Until then, I will strive to continue in my understanding of Devuanchology, Devuanprocity, and Devuanivity.

Veni, vidi, vici vdevuaned. I came, I saw, I Devuaned. wink

Offline

Board footer