Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 344)

Ticket Resolution Summary Owner Reporter
#178 fixed YUM Update libvncserver fails Yuri Dario David McKenna
Description

Tried to do the listed command from both ANPM and the command line and get:

Transaction Summary ================================================================================

Upgrade 1 Package

Total size: 256 k Is this ok [y/N]: y Downloading Packages: Running Transaction Check Running Transaction Test Transaction Test Succeeded Running Transaction Warning: RPMDB altered outside of yum.

Killed by SIGSEGV pid=0x0079 ppid=0x0078 tid=0x0001 slot=0x00c7 pri=0x0200 mc=0x0001 ps=0x0010 C:\USR\BIN\PYTHON2.7.EXE LIBC066 0:0000f62c cs:eip=005b:1e76f62c ss:esp=0053:0012f108 ebp=0012f138

ds=0053 es=0053 fs=150b gs=0000 efl=00210246

eax=00000000 ebx=200341dc ecx=ffffffff edx=2003013c edi=00000000 esi=200341d0 Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.

No problem with other packages (tried gsoap immediately after - both install and uninstall worked fine)

#133 fixed /@unixroot/usr/include/paths.h is wrong dmik
Description

It turns out that the /@unixroot/usr/include/paths.h header installed by libc-devel contains incorrect _PATH_* definitions (added there by Knut). It assumes that essential system tools are installed in /@unixroot/bin while Yuri decided to drop this dir in favor of /@unixroot/usr/bin (which in fact contains all these tools).

Now we need to either get /@unixroot/bin back (e.g. as a symlink pointing to /@unixroot/usr/bin) or fix the paths.h definitions in our libc-devel.

#134 fixed spec: Standardize debug package creation dmik
Description

There are some programs that provide debug packages (those ending with -debug). These packages are meant to contain .dbg files for each .exe and .dll` file which are the extraction of the HLL debug info from the executable.

The current scheme of creating these packages is inconsistent: on one hand it implicitly creates .dbg files for each .exe/.dll of each RPM that is built, on the other hand the package maintainer needs to manually add the respective sub-pkckage directives to the .spec file.

This needs to be sorted out and automated as much as possible.

Note: See TracQuery for help on using queries.