Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 344)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#41 fixed Missing packages for building kLibC bird
Description

Wish list for kLibC.

#43 fixed Can't upgrade libc-devel to 0.6.5 after binutils-devel 2.21 Lewis Rosenthal
Description

I suspect this is a repository issue and not a yum or rpm thing. Please bear with me, as I spend much more time with zypper than I do with yum. :-)

Attempting the above brings me:

Transaction Check Error:

file /@unixroot/usr/include/ansidecl.h from install of libc-devel-0.6.5-14.oc0

0.i386 conflicts with file from package binutils-devel-2.21-1.oc00.i386

file /@unixroot/usr/include/bfd.h from install of libc-devel-0.6.5-14.oc00.i38

6 conflicts with file from package binutils-devel-2.21-1.oc00.i386

file /@unixroot/usr/include/bfdlink.h from install of libc-devel-0.6.5-14.oc00

.i386 conflicts with file from package binutils-devel-2.21-1.oc00.i386

file /@unixroot/usr/include/dis-asm.h from install of libc-devel-0.6.5-14.oc00

.i386 conflicts with file from package binutils-devel-2.21-1.oc00.i386

file /@unixroot/usr/include/symcat.h from install of libc-devel-0.6.5-14.oc00.

i386 conflicts with file from package binutils-devel-2.21-1.oc00.i386

Please let me know what else I might be able to do short of uninstalling binutils-devel (which I really don't want to do) and then installing libc-devel.

yum is 3.2.27 rpm is 4.8.1

#46 invalid installation script of cups-base-1_4_8.wpi uses wrong LIBPATH Elmar Stellnberger
Description

cups-base-1_4_8.wpi always tries to search for dlls in the first line of config.sys that contains the word LIBPATH= even if it is a line commented out with rem. I have corrected the issue by adding the following line 2 to the installation script:

1: DO i = 1 TO match.0 2: IF left(strip(match.i),length('LIBPATH='))=='LIBPATH=' THEN DO 3: PARSE UPPER VAR match.i 'LIBPATH=' _lpath 4: IF _lpath <> THEN LEAVE 5: END 6: END

Futhermore I had to crop the optional package dependency with no 99 (error message: invalid package dep. no or similar)

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.