[SOLVED] syslinux, syslinux-common: unmet dependencies

Forum rules
We don't support installations in VirtualBox, VMWare, qemu or others. We ignore posts about WINE, PlayOnLinux, Steam and Skype. We don't support btrfs, lvm, UEFI, side-by-side installations with GPT or dualboot with anything newer than Windows XP.
Google your problem first. Check the Wiki. Read the existing threads. It's okay to "hijack" an existing thread, yes! If your problem is not yet covered, open a new thread. To get the quickest possible help, mention the exact release codename in your post (uname -a is a good idea, too). Due to the lack of crystal balls, attach the output of lspci -nnk if you encounter hardware problems.
User avatar
GekkoP
Emacs Sancho Panza
Posts: 5878
Joined: Tue Sep 03, 2013 7:05 am

[SOLVED] syslinux, syslinux-common: unmet dependencies

Unread post by GekkoP » Sat May 16, 2015 10:00 am

It's been a couple of days now I've not been able to d-u.

This is the result of 'apt-get dist-upgrade':

Code: Select all

The following packages have unmet dependencies:
 extlinux : Breaks: syslinux (< 4:4.05+dfsg-6+deb8u1.3) but 4:4.05+dfsg-6+deb8u1.2 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
This is what happens when I follow the suggestion and use 'apt-get -f install':

Code: Select all

~ % sudo apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  syslinux syslinux-common
Suggested packages:
  os-prober
Recommended packages:
  libcrypt-passwdmd5-perl
The following packages will be upgraded:
  syslinux syslinux-common
2 upgraded, 0 newly installed, 0 to remove and 85 not upgraded.
Need to get 1,400 kB of archives.
After this operation, 4,096 B disk space will be freed.
Do you want to continue? [Y/n] 
Get:1 ftp://ftp.spline.de/pub/siduction/base/ unstable/main syslinux-common all 4:4.05+dfsg-6+deb8u1.3 [1,304 kB]
Get:2 ftp://ftp.spline.de/pub/siduction/base/ unstable/main syslinux i386 4:4.05+dfsg-6+deb8u1.3 [95.9 kB]                                                    
Fetched 1,400 kB in 24s (56.1 kB/s)                                                                                                                           
dpkg: considering deconfiguration of syslinux-common, which would be broken by installation of syslinux ...
dpkg: yes, will deconfigure syslinux-common (broken by syslinux)
(Reading database ... 176113 files and directories currently installed.)
Preparing to unpack .../syslinux_4%3a4.05+dfsg-6+deb8u1.3_i386.deb ...
De-configuring syslinux-common (4:4.05+dfsg-6+deb8u1.2) ...
Unpacking syslinux (4:4.05+dfsg-6+deb8u1.3) over (4:4.05+dfsg-6+deb8u1.2) ...
dpkg: error processing archive /var/cache/apt/archives/syslinux_4%3a4.05+dfsg-6+deb8u1.3_i386.deb (--unpack):
 trying to overwrite '/usr/share/man/man1/memdiskfind.1.gz', which is also in package syslinux-utils 3:6.03+dfsg-7
dpkg: considering deconfiguration of syslinux, which would be broken by installation of syslinux-common ...
dpkg: yes, will deconfigure syslinux (broken by syslinux-common)
Preparing to unpack .../syslinux-common_4%3a4.05+dfsg-6+deb8u1.3_all.deb ...
De-configuring syslinux (4:4.05+dfsg-6+deb8u1.2) ...
Unpacking syslinux-common (4:4.05+dfsg-6+deb8u1.3) over (4:4.05+dfsg-6+deb8u1.2) ...
dpkg: error processing archive /var/cache/apt/archives/syslinux-common_4%3a4.05+dfsg-6+deb8u1.3_all.deb (--unpack):
 trying to overwrite '/usr/share/man/man1/sha1pass.1.gz', which is also in package syslinux-utils 3:6.03+dfsg-7
Processing triggers for man-db (2.7.0.2-5) ...
Errors were encountered while processing:
 /var/cache/apt/archives/syslinux_4%3a4.05+dfsg-6+deb8u1.3_i386.deb
 /var/cache/apt/archives/syslinux-common_4%3a4.05+dfsg-6+deb8u1.3_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Suggestions? Do I simply have to wait for the right packages to come in the repos?

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: syslinux, syslinux-common: unmet dependencies

Unread post by dkeg » Sat May 16, 2015 12:53 pm

I had that a few days ago. I waited, but heard nothing and could find nothing, so felt it only lied with me.

My solution

Code: Select all

purge syslinux syslinux-common extlinux
From what I could gather, they were not need, e.g. we use grub over syslinux. From there all was well. It quite possibly could be those packages are needed for [x] situation, but I have not been effected at all.

Work hard; Complain less

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5878
Joined: Tue Sep 03, 2013 7:05 am

Re: [SOLVED] syslinux, syslinux-common: unmet dependencies

Unread post by GekkoP » Sat May 16, 2015 1:53 pm

^ That fixed it for me too, thank you.

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: [SOLVED] syslinux, syslinux-common: unmet dependencies

Unread post by machinebacon » Sat May 16, 2015 3:38 pm

Right, you don't need these packages - they came from experimental, so your other solution would be do force the version from unstable:

sudo apt-get install packagename=version
..gnutella..

Post Reply