pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

anita cannot install on amd64



I just updated one of my host systems to NetBSD amd64-6.99.17 (current as of 2013-02-22 at 20:08:51), and then re-installed all of my packages. In particular, qemu was updated from 1.2.0nb2 to 1.3.0, and py-anita was updated from 1.27 to 1.29. (Numerous other packages were also updated, and all packages were cleanly rebuilt from pkgsrc as of 2013-02-27 at 04:03:43 UTC.)

Using the exact same commands [see below], the older system loads and executes the qemu environment just fine.

However, the new/updated machine hangs at

        Option 1 will be chosen in 0 seconds.
        |

(Note that the | is the very first one displayed; it never starts to "spin"!)

Typing a couple of Control-C at this point gives

^CTraceback (most recent call last):
  File "/usr/pkg/bin/anita", line 106, in <module>
    status = main()
  File "/usr/pkg/bin/anita", line 88, in main
    a.install()
  File "/usr/pkg/lib/python2.7/site-packages/anita.py", line 1115, in install
    self._install()
  File "/usr/pkg/lib/python2.7/site-packages/anita.py", line 750, in _install
    "(a: Installation messages in English)")
  File "/usr/pkg/lib/python2.7/site-packages/pexpect.py", line 1311, in expect
    return self.expect_list(compiled_pattern_list, timeout, searchwindowsize)
  File "/usr/pkg/lib/python2.7/site-packages/pexpect.py", line 1325, in 
expect_list
    return self.expect_loop(searcher_re(pattern_list), timeout, 
searchwindowsize)
  File "/usr/pkg/lib/python2.7/site-packages/pexpect.py", line 1378, in 
expect_loop
    c = self.read_nonblocking (self.maxread, timeout)
  File "/usr/pkg/lib/python2.7/site-packages/pexpect.py", line 815, in 
read_nonblocking
    r,w,e = self.__select([self.child_fd], [], [], timeout)
  File "/usr/pkg/lib/python2.7/site-packages/pexpect.py", line 1549, in __select
    return select.select (iwtd, owtd, ewtd, timeout)
KeyboardInterrupt
^C
#


Any and all clues greatly appreciated!




This is my invocation of anita:

# qemu-img create ./work/atf-results.img 10M
# anita --workdir ./work \
  --vmm-args "-drive 
file=./work/atf-results.img,index=1,media=disk,snapshot=off" \
  --disk-size 2048M --memory-size 256M \
  --sets kern-GENERIC,modules,base,comp,etc,misc,text,games,tests \
  install /build/netbsd-local/release/amd64/



-------------------------------------------------------------------------
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:       |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com    |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |                          | pgoyette at netbsd.org  |
-------------------------------------------------------------------------


Home | Main Index | Thread Index | Old Index