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

Found some Solution build missconfigurations. #71697

Closed
AraHaan mannequin opened this issue Jul 14, 2016 · 6 comments
Closed

Found some Solution build missconfigurations. #71697

AraHaan mannequin opened this issue Jul 14, 2016 · 6 comments
Labels
build The build process and cross-build OS-windows type-feature A feature request or enhancement

Comments

@AraHaan
Copy link
Mannequin

AraHaan mannequin commented Jul 14, 2016

BPO 27510
Nosy @pfmoore, @tjguk, @zware, @zooba, @Vgr255, @AraHaan
Files
  • pcbuild.sln: Fixed Solution File.
  • 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 2016-07-14.22:55:17.939>
    created_at = <Date 2016-07-14.07:51:52.769>
    labels = ['type-feature', 'invalid', 'OS-windows', 'build']
    title = 'Found some Solution build missconfigurations.'
    updated_at = <Date 2016-07-14.22:55:17.937>
    user = 'https://github.com/AraHaan'

    bugs.python.org fields:

    activity = <Date 2016-07-14.22:55:17.937>
    actor = 'steve.dower'
    assignee = 'none'
    closed = True
    closed_date = <Date 2016-07-14.22:55:17.939>
    closer = 'steve.dower'
    components = ['Build', 'Windows']
    creation = <Date 2016-07-14.07:51:52.769>
    creator = 'Decorater'
    dependencies = []
    files = ['43711']
    hgrepos = []
    issue_num = 27510
    keywords = []
    message_count = 6.0
    messages = ['270380', '270404', '270413', '270435', '270436', '270448']
    nosy_count = 6.0
    nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower', 'abarry', 'Decorater']
    pr_nums = []
    priority = 'normal'
    resolution = 'not a bug'
    stage = None
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue27510'
    versions = ['Python 3.6']

    @AraHaan
    Copy link
    Mannequin Author

    AraHaan mannequin commented Jul 14, 2016

    I went in and looked in the batch build list to find some missconfigurations So, I went in and selected the right ones that I can see currently.

    @AraHaan AraHaan mannequin added build The build process and cross-build OS-windows type-feature A feature request or enhancement labels Jul 14, 2016
    @Vgr255
    Copy link
    Mannequin

    Vgr255 mannequin commented Jul 14, 2016

    Please submit a patch file (see https://docs.python.org/devguide/patch.html ).

    @zooba
    Copy link
    Member

    zooba commented Jul 14, 2016

    I believe changes to the batch build dialog are local to your machine, so there won't be any changes to the solution file.

    A regular build should include all packages. Can you explain what didn't work and why you needed to fix it?

    @AraHaan
    Copy link
    Mannequin Author

    AraHaan mannequin commented Jul 14, 2016

    Some parts rargenting win32 was having the solution set of 64 bit making x86 with x64 setting mixups.
    Basically it was doing both 32 and 64 bit assembling at the same time which of course would make it fail.

    @AraHaan
    Copy link
    Mannequin Author

    AraHaan mannequin commented Jul 14, 2016

    was targeting*

    @zooba
    Copy link
    Member

    zooba commented Jul 14, 2016

    I just checked and the pcbuild.sln you posted is identical to what's currently checked in.

    Batch build settings are not part of the checkin, so if you want to use that rather than using the build scripts we provide (see PCBuild/build.bat) then you'll need to configure the selection locally.

    @zooba zooba closed this as completed Jul 14, 2016
    @zooba zooba added the invalid label Jul 14, 2016
    @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-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant