unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
  • * bug#38447: Instructions to reproduce the issue
           [not found] <41265364-ABBC-438C-9BBA-9FBC3DB04B9D@gmail.com>
           [not found] ` <874kyiltop.fsf@gmail.com>
    @ 2019-12-11 17:09 ` Brice Waegeneire
      1 sibling, 0 replies; 7+ messages in thread
    From: Brice Waegeneire @ 2019-12-11 17:09 UTC (permalink / raw)
      To: 38447
    
    [-- Attachment #1: Type: text/plain, Size: 904 bytes --]
    
    I had the same issue on a Hystou P04 and managed to reproduce it several 
    times.
    Attached to this email is the dump of the installer.
    
    Start the installation process but try to make it fail,
    for example by removing the EFI partition during the guided partition,
    and when the "Installation failed" menu appear choose "Retrysystem 
    install",
    on the right. Then restart the installation process with the
    same choices and the installer will crash after selecting the keyboard 
    layout
    variant.
    
    Some time, if you wait for a few minutes before retrying the 
    installation, the
    crash won't be triggered but then the disk you partitioned during the 
    first
    installation process won't be available anymore in the disk selection 
    menu.
    
    The choices I entered in the installation wizard was:
    1. English
    2. United States
    3. Graphical install
    4. Europe
    5. Paris
    6. English (US)
    7. English (intl., with AltGr dead keys)
    
    [-- Attachment #2: last-installer-error-keymap --]
    [-- Type: text/plain, Size: 3040 bytes --]
    
    In ice-9/eval.scm:
        619:8 19 (_ #(#(#<directory (guile-user) 1558140> #<<installer> name: newt init: #<procedure init ()> exit: #<procedure exit ()> exit-error: #<procedure exit-error (file key args)> final-…>) #))
    In ice-9/boot-9.scm:
        829:9 18 (catch #t #<procedure 2ee4920 at ice-9/eval.scm:330:13 ()> #<procedure 2ee4880 at ice-9/boot-9.scm:1048:2 _> _)
    In ice-9/eval.scm:
        619:8 17 (_ #(#(#(#<directory (guile-user) 1558140> #<<installer> name: newt init: #<procedure init ()> exit: #<procedure exit ()> exit-error: #<procedure exit-error (file key args)> fi…> …)) …))
       626:19 16 (_ #(#(#(#<directory (guile-user) 1558140> #<<installer> name: newt init: #<procedure init ()> exit: #<procedure exit ()> exit-error: #<procedure exit-error (file key args)> fi…> …)) …))
    In ./gnu/installer/steps.scm:
        189:6 15 (run-installer-steps #:steps _ #:rewind-strategy _ #:menu-proc _)
    In ice-9/boot-9.scm:
        829:9 14 (catch srfi-34 #<procedure 2cf92c0 at ./gnu/installer/steps.scm:144:7 ()> #<procedure 33e2320 at ./gnu/installer/steps.scm:144:7 (key c)> _)
        829:9 13 (catch srfi-34 #<procedure 2cfb6c0 at ./gnu/installer/steps.scm:144:7 ()> #<procedure 33e2050 at ./gnu/installer/steps.scm:144:7 (key c)> _)
        829:9 12 (catch srfi-34 #<procedure 2cfb4c0 at ./gnu/installer/steps.scm:144:7 ()> #<procedure 33e2000 at ./gnu/installer/steps.scm:144:7 (key c)> _)
        829:9 11 (catch srfi-34 #<procedure 2cfb2c0 at ./gnu/installer/steps.scm:144:7 ()> #<procedure 2e65fa0 at ./gnu/installer/steps.scm:144:7 (key c)> _)
    In ./gnu/installer/steps.scm:
       182:21 10 (_)
    In ice-9/eval.scm:
        619:8  9 (_ #(#(#(#<directory (guile-user) 1558140>) #<<installer> name: newt init: #<procedure init ()> exit: #<procedure exit ()> exit-error: #<procedure exit-error (file key args)> fin…>) #))
    In ./gnu/installer/keymap.scm:
        163:7  8 (_ _)
    In unknown file:
               7 (scm-error misc-error #f "~A" ("Unable to locate keymap update file") #f)
    In ice-9/boot-9.scm:
       751:25  6 (dispatch-exception 4 misc-error (#f "~A" ("Unable to locate keymap update file") #f))
    In ice-9/eval.scm:
        619:8  5 (_ #(#(#<directory (guile-user) 1558140> #<<installer> name: newt init: #<procedure init ()> exit: #<procedure exit ()> exit-error: #<procedure exit-error (file key args)> final-…>) …))
        619:8  4 (_ #(#(#(#<directory (guile-user) 1558140> #<<installer> name: newt init: #<procedure init ()> exit: #<procedure exit ()> exit-error: #<procedure exit-error (file key args)> f…>) …) #))
    In ice-9/ports.scm:
       462:17  3 (call-with-output-file _ _ #:binary _ #:encoding _)
    In ice-9/eval.scm:
        619:8  2 (_ #(#(#<directory (guile-user) 1558140> misc-error (#f "~A" ("Unable to locate keymap update file") #f)) #<output: /tmp/last-installer-error 12>))
        159:9  1 (_ #(#(#<directory (guile-user) 1558140> misc-error (#f "~A" ("Unable to locate keymap update file") #f)) #<output: /tmp/last-installer-error 12>))
    In unknown file:
               0 (make-stack #t)
    ice-9/eval.scm:159:9: Unable to locate keymap update file
    
    ^ permalink raw reply	[flat|nested] 7+ messages in thread

  • end of thread, other threads:[~2019-12-19 16:21 UTC | newest]
    
    Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
         [not found] <41265364-ABBC-438C-9BBA-9FBC3DB04B9D@gmail.com>
         [not found] ` <874kyiltop.fsf@gmail.com>
         [not found]   ` <CAHWdhg8O6J9mF1LKwFgNgBOt_RtmWd3Mt5saXFkb6FfhCrR0iA@mail.gmail.com>
    2019-12-02 14:14     ` bug#38447: Guix Stand-alone OS installation Error - T410 - x86 - intel - lenova Mathieu Othacehe
    2019-12-02 14:18       ` Pon Arun Kumar R
    2019-12-11 16:08         ` Pon Arun Kumar R
    2019-12-13 16:47           ` Mathieu Othacehe
         [not found]             ` <023E12E8-B8A4-4421-8E58-2F3DEA15F84F@gmail.com>
    2019-12-14 14:13               ` Mathieu Othacehe
    2019-12-19 16:20                 ` Ludovic Courtès
    2019-12-11 17:09 ` bug#38447: Instructions to reproduce the issue Brice Waegeneire
    

    Code repositories for project(s) associated with this public inbox
    
    	https://git.savannah.gnu.org/cgit/guix.git
    
    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).