Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Latest commit

 

History

History
142 lines (113 loc) · 3.7 KB

20653.md

File metadata and controls

142 lines (113 loc) · 3.7 KB

Issue 20653: Editor temp files break build

archive/issues_020416.json:

{
    "assignees": [],
    "body": "<div id=\"comment:0\"></div>\n\nThis results in an unescaped pound sign in build/make/Makefile\n\n```\n$ touch src/bin/#sage#\n$ ./configure\n```\nwhich then breaks building Sage:\n\n```\n$ rm local/bin/sage\n$ make all-sage\n$ rm local/bin/sage\nrm: cannot remove \u2018local/bin/sage\u2019: No such file or directory\n```\n\nCC:  @jdemeyer\n\nComponent: **build**\n\n_Issue created by migration from https://trac.sagemath.org/ticket/20653_\n\n",
    "created_at": "2016-05-22T11:45:09Z",
    "labels": [
        "https://github.com/sagemath/sage/labels/c%3A%20build",
        "https://github.com/sagemath/sage/labels/p%3A%20critical%20/%202",
        "https://github.com/sagemath/sage/labels/bug"
    ],
    "reactions": [],
    "repository": "https://github.com/sagemath/sage",
    "title": "Editor temp files break build",
    "type": "issue",
    "updated_at": "2022-12-29T01:36:35Z",
    "url": "https://github.com/sagemath/sage/issues/20653",
    "user": "https://github.com/vbraun"
}

This results in an unescaped pound sign in build/make/Makefile

$ touch src/bin/#sage#
$ ./configure

which then breaks building Sage:

$ rm local/bin/sage
$ make all-sage
$ rm local/bin/sage
rm: cannot remove ‘local/bin/sage’: No such file or directory

CC: @jdemeyer

Component: build

Issue created by migration from https://trac.sagemath.org/ticket/20653


archive/issue_events_288243.json:

{
    "actor": "https://github.com/vbraun",
    "created_at": "2016-05-22T11:45:09Z",
    "event": "milestoned",
    "issue": "https://github.com/sagemath/sage/issues/20653",
    "milestone_number": null,
    "milestone_title": "sage-7.3",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20653#event-288243"
}

archive/issue_events_288244.json:

{
    "actor": "https://github.com/vbraun",
    "created_at": "2016-05-22T11:45:09Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20653",
    "label": "https://github.com/sagemath/sage/labels/c%3A%20build",
    "label_color": "0000b0",
    "label_name": "c: build",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20653#event-288244"
}

archive/issue_events_288245.json:

{
    "actor": "https://github.com/vbraun",
    "created_at": "2016-05-22T11:45:09Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20653",
    "label": "https://github.com/sagemath/sage/labels/p%3A%20critical%20/%202",
    "label_color": "ff7700",
    "label_name": "p: critical / 2",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20653#event-288245"
}

archive/issue_events_288246.json:

{
    "actor": "https://github.com/vbraun",
    "created_at": "2016-05-22T11:45:09Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20653",
    "label": "https://github.com/sagemath/sage/labels/bug",
    "label_color": "d73a4a",
    "label_name": "bug",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20653#event-288246"
}

archive/issue_events_288247.json:

{
    "actor": "https://github.com/mkoeppe",
    "created_at": "2022-12-29T01:36:35Z",
    "event": "demilestoned",
    "issue": "https://github.com/sagemath/sage/issues/20653",
    "milestone_number": null,
    "milestone_title": "sage-7.3",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20653#event-288247"
}