Changes between Initial Version and Version 1 of Ticket #22961


Ignore:
Timestamp:
Dec 21, 2009, 2:05:03 AM (14 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22961

    • Property Summary changed from winetricks should not pass -q to cabextract to winetricks should mkdir ~/.wine/drive_c/windows/Fonts
  • Ticket #22961 – Description

    initial v1  
    1 See #22960
     1{{{
     2$ rm -rf ~/.wine
     3$ winetricks allfonts
     4wine: created the configuration directory '/Users/jeremy/.wine'
     5Executing cabextract -q --directory=/Users/jeremy/.wine/drive_c/winetrickstmp /Users/jeremy/.winetrickscache/arial32.exe
     6/Users/jeremy/.winetrickscache/arial32.exe: library not compiled to support large files.
     7Executing cp -f /Users/jeremy/.wine/drive_c/winetrickstmp/Arial.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Arialbd.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Arialbi.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Ariali.TTF /Users/jeremy/.wine/drive_c/windows/Fonts
     8usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file
     9       cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory
     10Note: command 'cp -f /Users/jeremy/.wine/drive_c/winetrickstmp/Arial.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Arialbd.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Arialbi.TTF /Users/jeremy/.wine/drive_c/winetrickstmp/Ariali.TTF /Users/jeremy/.wine/drive_c/windows/Fonts' returned status 64.  Aborting.
     11
     12}}}