Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102599 - installer 20050814 frontend crash
Summary: installer 20050814 frontend crash
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Installer (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Installer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-15 05:23 UTC by Wernfried Haas (RETIRED)
Modified: 2006-03-24 13:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wernfried Haas (RETIRED) gentoo-dev 2005-08-15 05:23:18 UTC
While trying to reproduce bug 102532 with the 20050814 snapshot i found this:
Start the installer, do real install, standard, go to partitioning (either in
the wizard or skip to menu, it's broken in both cases).
If the disk is already partitioned the installer detects it correctly, if not
create a partition.
Go to a non-swap partition, choose mount point ->
Traceback (most recent call last):
  File "./gli-dialog.py", line 215, in ?
    gen_install_profile = Setup_InstallProfile(client_profile, install_profile,
local_install, advanced_mode)
  File "./gli-dialog.py", line 36, in __init__
    self.set_partitions()
  File "../../GLIGenDialog.py", line 346, in set_partitions
    code, mountpt = self._d.menu(_(u"Choose a mountpoint from the list or choose
Other to type your own for partition ")+str(part_to_edit)+_(u".  It is currently
set to:")+tmppart.getmountpoint(),
choices=self._dmenu_list_to_choices(mountpoint_menu)) #may have to make that an
integer
AttributeError: Partition instance has no attribute 'getmountpoint'


Reproducible: Always
Steps to Reproduce:
Comment 1 Andrew Gaffney (RETIRED) gentoo-dev 2005-08-15 05:58:00 UTC
getmountpoint() should have been get_mountpoint(). Fixed in CVS.
Comment 2 Jeffrey Forman (RETIRED) gentoo-dev 2006-03-24 13:46:32 UTC
Moving to Release Media/Installer.