Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (151 - 153 of 344)

Ticket Resolution Summary Owner Reporter
#219 no change needed YUM fails after update to Libcx 0.4.1 David McKenna
Description

After updating libcx to 0.4.1 (using ANPM), YUM often (but not always) fails like this:

[C:\]yum update Assertion failed: arc == NO_ERROR, file D:/Users/dmik/rpmbuild/BUILD/libcx-0.4.1 /src/shared.c, line 169

Killed by SIGABRT pid=0x00fa ppid=0x00f9 tid=0x0001 slot=0x00cb pri=0x0200 mc=0x0001 ps=0x0010 C:\USR\BIN\PYTHON2.7.EXE Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.

ANPM shows empty repository lists (presumably because YUM LIST fails).

#221 fixed Add yum-plugin-replace to available yum plugins Lewis Rosenthal
Description

yum-plugin-replace provides for swapping conflicting packages, either different ones or the same, but for different arches. Thus, it is possible to:

yum replace mysql --replace-with mysql51

without uninstalling the first package and then installing the replacement. This also works for packages which are "locked" by dependencies.

Source: https://github.com/iuscommunity/yum-plugin-replace

Presently, the only alternative to this is to use the yum shell to uninstall and then install, and even that is not as robust as yum-plugin-replace.

#222 invalid libtool packaging and dependencies ak120
Description

It's not possible to install only libtool runtime. By launching "yum install libtool" there are 11 other required packages offered: autoconf automake binutils gcc info libc-devel libmpc3 libsupc++6 m4 mpfr tar It would be sane for "yum install libtool-devel" to have 67 MB of devtools downloaded and installed.

Note: See TracQuery for help on using queries.