Bug#982716: [Aptitude-devel] Bug#982716: aptitude: FTBFS: tests failed

2021-02-13 Thread Axel Beckert
Hi David, Axel Beckert wrote: > > So I guess what is intended here is more like: > > | char * endptr; > > | errno = 0; > > | auto score_tweaks = strtol(action.c_str(), , 10); > > | if (errno != 0 || *endptr != '\0') > > I applied the following patch locally: > > ---

Bug#982716: [Aptitude-devel] Bug#982716: aptitude: FTBFS: tests failed

2021-02-13 Thread David Kalnischkies
On Sat, Feb 13, 2021 at 06:11:03PM +0100, Lucas Nussbaum wrote: > Relevant part (hopefully): […] > > FAIL: cppunit_test […] | aptitude_resolver.cc:680 ERROR - Invalid hint "-143 aptitude <4.3.0": the action "-143" should be "approve", "reject", or a number. The test uses

Bug#982716: [Aptitude-devel] Bug#982716: aptitude: FTBFS: tests failed

2021-02-13 Thread Axel Beckert
Control: tag -1 + confirm Hi Lucas, thanks for the bug report! Lucas Nussbaum wrote: > Source: aptitude > Version: 0.8.13-2 > Severity: serious […] > During a rebuild of all packages in sid, your package failed to build > on amd64. Indeed, can reproduce it here locally despite it still worked