Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 344)

Ticket Resolution Summary Owner Reporter
#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)

#47 invalid pdftops does not work: can not print pdfs Elmar Stellnberger
Description

Trying to print a rexx manual with cups I get the following error: job stopped: pdftops program could not be executed.

#48 invalid git pull can not find message file Elmar Stellnberger
Description

Trying to update my sucessfully downloaded Linux sources with a 'git pull' in the respective directory I get some strange errors, sed crashing with a segmentation error while not finding some message files:

[e:\sources\linux-kernel]git pull Message file not found. Message file not found. [1] Segmentation fault (core dumped) sed -e "/ not-fo... |

Done tr "
012" " "

Your configuration specifies to merge with the ref 'master' from the remote, but no such ref was fetched.

Note: See TracQuery for help on using queries.