Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 64-bit build "skips" several projects in VS 2008 #51620

Closed
srid mannequin opened this issue Nov 20, 2009 · 5 comments
Closed

Windows 64-bit build "skips" several projects in VS 2008 #51620

srid mannequin opened this issue Nov 20, 2009 · 5 comments
Labels
build The build process and cross-build OS-windows type-bug An unexpected behavior, bug, or error

Comments

@srid
Copy link
Mannequin

srid mannequin commented Nov 20, 2009

BPO 7371
Nosy @loewis
Files
  • py264-xp64bit-vs2008-buildlog.txt: VS2008 on WinXP x64 - building Python 2.6.4
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2009-11-25.23:16:04.822>
    created_at = <Date 2009-11-20.21:24:06.174>
    labels = ['type-bug', 'OS-windows', 'build']
    title = 'Windows 64-bit build "skips" several projects in VS 2008'
    updated_at = <Date 2009-11-25.23:16:04.821>
    user = 'https://bugs.python.org/srid'

    bugs.python.org fields:

    activity = <Date 2009-11-25.23:16:04.821>
    actor = 'srid'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-11-25.23:16:04.822>
    closer = 'srid'
    components = ['Build', 'Windows']
    creation = <Date 2009-11-20.21:24:06.174>
    creator = 'srid'
    dependencies = []
    files = ['15371']
    hgrepos = []
    issue_num = 7371
    keywords = []
    message_count = 5.0
    messages = ['95565', '95566', '95630', '95638', '95727']
    nosy_count = 2.0
    nosy_names = ['loewis', 'srid']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue7371'
    versions = ['Python 2.6']

    @srid
    Copy link
    Mannequin Author

    srid mannequin commented Nov 20, 2009

    1. Install Windows 64-bit (SP2)
    2. Install Visual Studio 2008 Professional w/ 64-bit components
    3. Download Python-2.6.4.tgz
    4. Open PCbuild/pcbuild.sln
    5. Select "Release" and "x64" in the configuration toolbar

    One would notice that only the projects "make_buildinfo" and
    "make_versioninfo" are built (which too as Win32, not x64 - for unknown
    reason). All projects are *skipped*. I don't know why.

    64-bit build would work on a 32-bit Windows machine (cross-
    compilation), but not a native 64-bit Windows machine?

    Attached is the Visual Studio build log.

    @srid srid mannequin added build The build process and cross-build OS-windows type-bug An unexpected behavior, bug, or error labels Nov 20, 2009
    @srid
    Copy link
    Mannequin Author

    srid mannequin commented Nov 20, 2009

    All projects are *skipped*.

    I meant: All other projects are *skipped*.

    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Nov 23, 2009

    I can't reproduce this. If I do your steps 1 to 5, *nothing* is build -
    not surprisingly, since these steps don't invoke a build at all.

    When I then select, in the context menu of "Solution 'pcbuild'", the
    menu item "Build solution", it builds everything.

    Also, what operating system is "Windows 64-bit (SP2)"?

    @srid
    Copy link
    Mannequin Author

    srid mannequin commented Nov 23, 2009

    [...]
    Step 6. Build Solution

    The OS was 64-bit Windows XP (w/ Service Pack 2). Are you sure you were
    running a 64-bit operating system (i.e., not cross-compiling)?

    @srid
    Copy link
    Mannequin Author

    srid mannequin commented Nov 25, 2009

    Ok, I found that this issue happens only with RTM version of VS2008.
    The fix is to install SP1.

    ref - http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/
    beb4abe5-b40c-4008-aac4-343f3493e5ba

    @srid srid mannequin closed this as completed Nov 25, 2009
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    build The build process and cross-build OS-windows type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants