Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 344)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#341 no change needed _datadir macro unsuitable for use with os2_langdir, os2_bookdir, os2_helpdir Lewis Rosenthal
Description

os2_langdir, os2_bookdir, and os2_helpdir (and possibly more) macros rely on _datadir to provide the first portion of their paths. Unfortunately, _datadir points to:

%{_prefix}/share (i.e., /@unixroot/usr/share)

which is not very useful when attempting to install something in, say, %BOOKSHELF% (X:\OS2\BOOK) using the os2_bookdir macro.

I would suggest that once ticket #340 has been fully vetted, these macros be reviewed for accuracy, so that os2_helpdir, etc. start with os2_boot_drive, instead.

#340 fixed os2-base insists upon modifying C:\CONFIG.SYS rather than os2_boot_drive CONFIG.SYS Silvan Scherrer Lewis Rosenthal
Description

This is not a failure of getbootdrive.exe (as I originally thought). After reading ticket #339 and updating os2-rpm to 1-9, I can still reproduce the failure of the os2-base package to edit the correct CONFIG.SYS.

Example:

C:\CONFIG.SYS exists, but does not have any SHELL= statements in it.

U: is the current boot volume.

Reinstall, downgrade, or update os2-base on U:, and C:\CONFIG.SYS is edited to insert:

SET SHELL=U:/usr/bin/sh.exe SET EMXSHELL=U:/usr/bin/sh.exe SET CONFIG_SHELL=U:/usr/bin/sh.exe SET MAKESHELL=U:/usr/bin/sh.exe SET EXECSHELL=U:/usr/bin/sh.exe

U:\CONFIG.SYS is untouched (if entries are manually removed before reinstall/update, they are not added).

As getbootdrive.exe does return the correct drive, I'm not sure where else the os2_boot_drive or os2_config_sys macros could be failing. While this ticket is opened against os2-base, clearly the problem lies in an rpm macro which can potentially impact a number of other packages.

#339 fixed rpm: Is the '%os2_boot_drive' macro broken ? rousseau
Description

See the attached screenshot what I get with: rpm --eval %os2_boot_drive This is on ArcaOS v5.0.4

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