LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing program which bombs out with an error at 'YUM: running rpm_check_debug (https://www.linuxquestions.org/questions/linux-newbie-8/installing-program-which-bombs-out-with-an-error-at-yum-running-rpm_check_debug-898595/)

innovator_rfc 08-21-2011 05:49 AM

installing program which bombs out with an error at 'YUM: running rpm_check_debug
 
Hi,
I'm using YUM Extender to install some software on a Toshiba Satellite P30 Laptop, running Fedora 15 and Gnome 3. I tried to remove the offending packages using Remove on Pending Action. On Apply after removal, it still tries to install the removed packages. I don't want to have to go through the whole selection procedure again for the other packages. What can I do ?


18:16:20 : Downloaded : (9/27): EMBOSS-6.3.1-10.fc15.i686.rpm ( 7.9 M )
18:16:47 : Downloaded : (10/27): EMBOSS-devel-6.3.1-10.fc15.i686.rpm ( 175 k )
18:19:43 : Downloaded : (11/27): EMBOSS-libs-6.3.1-10.fc15.i686.rpm ( 1.1 M )
18:19:45 : Downloaded : (12/27): ftplib-3.1-7.fc15.i686.rpm ( 17 k )
18:26:41 : Downloaded : (13/27): kdebase-4.6.5-1.fc15.i686.rpm ( 2.9 M )
18:27:25 : Downloaded : (14/27): kdebase-libs-4.6.5-1.fc15.i686.rpm ( 285 k )
18:27:33 : Downloaded : (15/27): libXcursor-devel-1.1.11-3.fc15.i686.rpm ( 22 k )
18:27:46 : Downloaded : (16/27): libXi-devel-1.4.3-1.fc15.i686.rpm ( 98 k )
18:27:48 : Downloaded : (17/27): libXinerama-devel-1.1.1-2.fc15.i686.rpm ( 12 k )
18:27:51 : Downloaded : (18/27): libXrandr-devel-1.3.1-2.fc15.i686.rpm ( 19 k )
18:27:57 : Downloaded : (19/27): libXv-devel-1.0.6-2.fc15.i686.rpm ( 38 k )
18:28:17 : Downloaded : (20/27): libeplplot-6.3.1-10.fc15.i686.rpm ( 152 k )
18:28:23 : Downloaded : (21/27): libeplplot-devel-6.3.1-10.fc15.i686.rpm ( 54 k )
18:29:02 : Downloaded : (22/27): libharu-2.1.0-3.fc15.i686.rpm ( 319 k )
18:29:13 : Downloaded : (23/27): libmng-devel-1.0.10-5.fc15.i686.rpm ( 85 k )
18:29:24 : Downloaded : (24/27): mpfr-devel-3.0.0-4.fc15.i686.rpm ( 63 k )
18:51:24 : Downloaded : (25/27): qt-devel-4.7.3-8.fc15.i686.rpm ( 10 M )
19:09:47 : Downloaded : (26/27): qt3-devel-3.3.8b-35.fc15.i686.rpm ( 8.7 M )
19:09:50 : Downloaded : (27/27): xbiso-0.6.1-6.fc15.i686.rpm ( 17 k )
19:09:50 : YUM: Running rpm_check_debug

19:11:11 : ERROR: Error in yum Transaction : Test Transaction Errors: file /usr/bin/remap from install of EMBOSS-6.3.1-10.fc15.i686 conflicts with file from package wcstools-3.8.1-2.fc15.i686

20:45:08 : YUM: Package matching BackupPC-3.1.0-17.fc15.i686 already installed. Checking for update.

20:45:38 : YUM: Running rpm_check_debug

20:45:39 : ERROR: Error in yum Transaction : [u'ERROR with rpm_check_debug vs depsolve:', 'file /usr/bin/remap from install of EMBOSS-6.3.1-10.fc15.i686 conflicts with file from package wcstools-3.8.1-2.fc15.i686', u'Please report this error at http://yum.baseurl.org/report']


Thank you for your time
Roderic


Part of my question is why didn't Yum Extender remove EMBOSS as I requested. I checked the package list after deleting, and EMBOSS was no longer on the list. I asked it to process the new list and it still tried to process EMBOSS. Why ?

unSpawn 08-21-2011 06:25 AM

If you don't need wcstools then remove it before continuing, elif you need wcstools then this conflict IMO can't be resolved without some CLI-fu. Download (as in 'yum --downloadonly') and query ('rpm -qpi /path/package|grep Reloc') the packages to see if they're relocatable. If they are both then decide which package has a higher priority for you then remove the lower priority one, elif only one of them is then that creates the decision for you ;-p Install as usual and then D/L the lower priority packages and install them using 'rpm' for example with the "--prefix" or "--relocate /usr=/usr/local --relocate /etc=/usr/local/etc" switches. Elif this isn't working for you search Fedoras bug tracker and file a report as both EMBOSS and wcstools are in the Applications/Engineering group and they should (have upstream) fix things.


All times are GMT -5. The time now is 07:06 PM.