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

Latest commit

 

History

History
468 lines (359 loc) · 14.7 KB

20927.md

File metadata and controls

468 lines (359 loc) · 14.7 KB

Issue 20927: Update to ppl-1.2

archive/issues_020690.json:

{
    "assignees": [],
    "body": "<div id=\"comment:0\"></div>\n\nUpdate to latest and greatest\n\nCC:  @kiwifb\n\nComponent: **packages: standard**\n\nKeywords: **gcc6 c++11**\n\nAuthor: **Volker Braun**\n\nBranch: **[`b0b13d7`](https://github.com/sagemath/sagetrac-mirror/commit/b0b13d7cb8c9188332be01e997a928fce190e48c)**\n\nReviewer: **Vincent Delecroix**\n\n_Issue created by migration from https://trac.sagemath.org/ticket/20927_\n\n",
    "closed_at": "2016-07-08T07:09:52Z",
    "created_at": "2016-07-03T10:52:03Z",
    "labels": [
        "https://github.com/sagemath/sage/labels/c%3A%20packages%3A%20standard",
        "https://github.com/sagemath/sage/labels/p%3A%20major%20/%203",
        "https://github.com/sagemath/sage/labels/bug"
    ],
    "milestone": "https://github.com/sagemath/sage/milestones/sage-7.3",
    "reactions": [],
    "repository": "https://github.com/sagemath/sage",
    "title": "Update to ppl-1.2",
    "type": "issue",
    "updated_at": "2016-07-30T19:54:40Z",
    "url": "https://github.com/sagemath/sage/issues/20927",
    "user": "https://github.com/vbraun"
}

Update to latest and greatest

CC: @kiwifb

Component: packages: standard

Keywords: gcc6 c++11

Author: Volker Braun

Branch: b0b13d7

Reviewer: Vincent Delecroix

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


archive/issue_events_291879.json:

{
    "actor": "https://github.com/vbraun",
    "created_at": "2016-07-03T10:52:03Z",
    "event": "milestoned",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "milestone_number": null,
    "milestone_title": "sage-7.3",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20927#event-291879"
}

archive/issue_events_291880.json:

{
    "actor": "https://github.com/vbraun",
    "created_at": "2016-07-03T10:52:03Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "label": "https://github.com/sagemath/sage/labels/p%3A%20major%20/%203",
    "label_color": "ffbb00",
    "label_name": "p: major / 3",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20927#event-291880"
}

archive/issue_events_291881.json:

{
    "actor": "https://github.com/vbraun",
    "created_at": "2016-07-03T10:53:26Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "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/20927#event-291881"
}

archive/issue_comments_304026.json:

{
    "body": "Description changed:\n``````diff\n--- \n+++ \n@@ -1 +1 @@\n-\n+Update to latest and greatest\n``````\n",
    "created_at": "2016-07-03T10:53:26Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20927#issuecomment-304026",
    "user": "https://github.com/vbraun"
}

Description changed:

--- 
+++ 
@@ -1 +1 @@
-
+Update to latest and greatest

archive/issue_comments_304027.json:

{
    "body": "<div id=\"comment:1\" align=\"right\">comment:1</div>\n\nNote that the old ppl fails to build with gcc6 / c++11:\n\n```\n/usr/include/c++/6.1.1/bits/postypes.h:221:5: note:   template argument deduction/substitution failed:\nppl_lcdd.cc:253:51: note:   'std::ostream {aka std::basic_ostream<char>}' is not derived from 'const std::fpos<_StateT>'\n   if (output_stream_p && *output_stream_p != std::cout)\n                                                   ^~~~\nMakefile:635: recipe for target 'ppl_lcdd.o' failed\nmake[4]: *** [ppl_lcdd.o] Error 1\nmake[4]: Leaving directory '/home/vbraun/Code/sage/local/var/tmp/sage/build/ppl-1.1/src/demos/ppl_lcdd'\nMakefile:711: recipe for target 'all-recursive' failed\nmake[3]: *** [all-recursive] Error 1\nmake[3]: Leaving directory '/home/vbraun/Code/sage/local/var/tmp/sage/build/ppl-1.1/src/demos/ppl_lcdd'\nMakefile:462: recipe for target 'all-recursive' failed\nmake[2]: *** [all-recursive] Error 1\nmake[2]: Leaving directory '/home/vbraun/Code/sage/local/var/tmp/sage/build/ppl-1.1/src/demos'\nMakefile:551: recipe for target 'all-recursive' failed\nmake[1]: *** [all-recursive] Error 1\nmake[1]: Leaving directory '/home/vbraun/Code/sage/local/var/tmp/sage/build/ppl-1.1/src'\nMakefile:480: recipe for target 'all' failed\nmake: *** [all] Error 2\nError building the Parma Polyhedra Library.\n```",
    "created_at": "2016-07-03T10:53:26Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20927#issuecomment-304027",
    "user": "https://github.com/vbraun"
}
comment:1

Note that the old ppl fails to build with gcc6 / c++11:

/usr/include/c++/6.1.1/bits/postypes.h:221:5: note:   template argument deduction/substitution failed:
ppl_lcdd.cc:253:51: note:   'std::ostream {aka std::basic_ostream<char>}' is not derived from 'const std::fpos<_StateT>'
   if (output_stream_p && *output_stream_p != std::cout)
                                                   ^~~~
Makefile:635: recipe for target 'ppl_lcdd.o' failed
make[4]: *** [ppl_lcdd.o] Error 1
make[4]: Leaving directory '/home/vbraun/Code/sage/local/var/tmp/sage/build/ppl-1.1/src/demos/ppl_lcdd'
Makefile:711: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/vbraun/Code/sage/local/var/tmp/sage/build/ppl-1.1/src/demos/ppl_lcdd'
Makefile:462: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/vbraun/Code/sage/local/var/tmp/sage/build/ppl-1.1/src/demos'
Makefile:551: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/vbraun/Code/sage/local/var/tmp/sage/build/ppl-1.1/src'
Makefile:480: recipe for target 'all' failed
make: *** [all] Error 2
Error building the Parma Polyhedra Library.

archive/issue_events_291882.json:

{
    "actor": "https://github.com/vbraun",
    "created_at": "2016-07-03T10:53:26Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "label": "https://github.com/sagemath/sage/labels/c%3A%20packages%3A%20standard",
    "label_color": "0000b0",
    "label_name": "c: packages: standard",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20927#event-291882"
}

archive/issue_comments_304028.json:

{
    "body": "Changed keywords from none to **gcc6 c++11**",
    "created_at": "2016-07-03T10:56:12Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20927#issuecomment-304028",
    "user": "https://github.com/vbraun"
}

Changed keywords from none to gcc6 c++11


archive/issue_comments_304029.json:

{
    "body": "Author: **Volker Braun**",
    "created_at": "2016-07-03T10:56:12Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20927#issuecomment-304029",
    "user": "https://github.com/vbraun"
}

Author: Volker Braun


archive/issue_comments_304030.json:

{
    "body": "Branch: **[u/vbraun/update_to_ppl_1_2](https://github.com/sagemath/sagetrac-mirror/tree/u/vbraun/update_to_ppl_1_2)**",
    "created_at": "2016-07-03T10:58:37Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20927#issuecomment-304030",
    "user": "https://github.com/vbraun"
}

Branch: u/vbraun/update_to_ppl_1_2


archive/issue_comments_304031.json:

{
    "body": "Commit: **[`b0b13d7`](https://github.com/sagemath/sagetrac-mirror/commit/b0b13d7cb8c9188332be01e997a928fce190e48c)**",
    "created_at": "2016-07-03T10:58:56Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20927#issuecomment-304031",
    "user": "https://github.com/vbraun"
}

Commit: b0b13d7


archive/issue_comments_304032.json:

{
    "body": "<div id=\"comment:4\"></div>\n\nNew commits:\n<table><tr><td><a href=\"https://github.com/sagemath/sagetrac-mirror/commit/b0b13d7cb8c9188332be01e997a928fce190e48c\"><code>b0b13d7</code></a></td><td><code>Update to ppl-1.2</code></td></tr></table>\n",
    "created_at": "2016-07-03T10:58:56Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20927#issuecomment-304032",
    "user": "https://github.com/vbraun"
}

New commits:

b0b13d7Update to ppl-1.2

archive/issue_events_291883.json:

{
    "actor": "https://github.com/vbraun",
    "created_at": "2016-07-03T10:58:56Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "label": "https://github.com/sagemath/sage/labels/needs%20review",
    "label_color": "7fff00",
    "label_name": "needs review",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20927#event-291883"
}

archive/issue_comments_304033.json:

{
    "body": "Reviewer: **Vincent Delecroix**",
    "created_at": "2016-07-06T15:32:03Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20927#issuecomment-304033",
    "user": "https://github.com/videlec"
}

Reviewer: Vincent Delecroix


archive/issue_events_291884.json:

{
    "actor": "https://github.com/videlec",
    "created_at": "2016-07-06T15:32:03Z",
    "event": "unlabeled",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "label": "https://github.com/sagemath/sage/labels/needs%20review",
    "label_color": "7fff00",
    "label_name": "needs review",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20927#event-291884"
}

archive/issue_events_291885.json:

{
    "actor": "https://github.com/videlec",
    "created_at": "2016-07-06T15:32:03Z",
    "event": "labeled",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "label": "https://github.com/sagemath/sage/labels/positive%20review",
    "label_color": "dfffc0",
    "label_name": "positive review",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20927#event-291885"
}

archive/issue_events_291886.json:

{
    "actor": "https://github.com/vbraun",
    "created_at": "2016-07-08T07:09:52Z",
    "event": "unlabeled",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "label": "https://github.com/sagemath/sage/labels/positive%20review",
    "label_color": "dfffc0",
    "label_name": "positive review",
    "label_text_color": "ffffff",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20927#event-291886"
}

archive/issue_events_291887.json:

{
    "actor": "https://github.com/vbraun",
    "commit_id": "a45cd1a83939cd8ac99072660812e60a08f7bdb3",
    "commit_repository": "https://github.com/sagemath/sage",
    "created_at": "2016-07-08T07:09:52Z",
    "event": "closed",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "type": "issue_event",
    "url": "https://github.com/sagemath/sage/issues/20927#event-291887"
}

archive/issue_comments_304034.json:

{
    "body": "Changed branch from **[u/vbraun/update_to_ppl_1_2](https://github.com/sagemath/sagetrac-mirror/tree/u/vbraun/update_to_ppl_1_2)** to **[`b0b13d7`](https://github.com/sagemath/sagetrac-mirror/commit/b0b13d7cb8c9188332be01e997a928fce190e48c)**",
    "created_at": "2016-07-08T07:09:52Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20927#issuecomment-304034",
    "user": "https://github.com/vbraun"
}

Changed branch from u/vbraun/update_to_ppl_1_2 to b0b13d7


archive/issue_comments_304035.json:

{
    "body": "Changed commit from **[`b0b13d7`](https://github.com/sagemath/sagetrac-mirror/commit/b0b13d7cb8c9188332be01e997a928fce190e48c)** to none",
    "created_at": "2016-07-30T19:54:40Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20927#issuecomment-304035",
    "user": "https://github.com/nexttime"
}

Changed commit from b0b13d7 to none


archive/issue_comments_304036.json:

{
    "body": "<div id=\"comment:7\" align=\"right\">comment:7</div>\n\nDid this upgrade change anything regarding `make check` (as called by `spkg-check`)?\n\nI'm not sure (since when), but my impression is that its testuite now takes longer again.",
    "created_at": "2016-07-30T19:54:40Z",
    "formatter": "markdown",
    "issue": "https://github.com/sagemath/sage/issues/20927",
    "type": "issue_comment",
    "url": "https://github.com/sagemath/sage/issues/20927#issuecomment-304036",
    "user": "https://github.com/nexttime"
}
comment:7

Did this upgrade change anything regarding make check (as called by spkg-check)?

I'm not sure (since when), but my impression is that its testuite now takes longer again.