[Bug 2040059] Re: [SRU] Sage crashes on start due to a missmatched dependency

2024-05-01 Thread Launchpad Bug Tracker
This bug was fixed in the package sagemath - 9.5-6ubuntu0.1.1

---
sagemath (9.5-6ubuntu0.1.1) mantic; urgency=medium

  * Increase failed doctests limit in autopkgtests. (LP: #2040059)

 -- Sudip Mukherjee   Mon, 18 Mar 2024
20:01:11 +

** Changed in: sagemath (Ubuntu Mantic)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2040059

Title:
  [SRU] Sage crashes on start due to a missmatched dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sagemath/+bug/2040059/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2040059] Re: [SRU] Sage crashes on start due to a missmatched dependency

2024-04-02 Thread Sudip Mukherjee
I can confirm that the sagemath package in mantic-proposed has fixed the
bug for me.

Test done according to the testplan:

$ sage
┌┐
│ SageMath version 9.5, Release Date: 2022-01-30 │
│ Using Python 3.11.6. Type "help()" for help.   │
└┘
sage: 2 + 2
4
sage: factor(-2007)
-1 * 3^2 * 223
sage: A = matrix(4,4, range(16)); A
[ 0  1  2  3]
[ 4  5  6  7]
[ 8  9 10 11]
[12 13 14 15]
sage: factor(A.charpoly())
x^2 * (x^2 - 30*x - 80)

Test result: the errors with sagemath has been fixed.

Package tested:

$ apt-cache policy sagemath
sagemath:
  Installed: 9.5-6ubuntu0.1.1
  Candidate: 9.5-6ubuntu0.1.1
  Version table:
 *** 9.5-6ubuntu0.1.1 100
100 http://us.archive.ubuntu.com/ubuntu mantic-proposed/universe amd64 
Packages
100 /var/lib/dpkg/status
 9.5-6 500
500 http://us.archive.ubuntu.com/ubuntu mantic/universe amd64 Packages


** Tags removed: verification-needed verification-needed-mantic
** Tags added: verification-done verification-done-mantic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2040059

Title:
  [SRU] Sage crashes on start due to a missmatched dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sagemath/+bug/2040059/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2040059] Re: [SRU] Sage crashes on start due to a missmatched dependency

2024-03-27 Thread Timo Aaltonen
Hello Aitor, or anyone else affected,

Accepted sagemath into mantic-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/sagemath/9.5-6ubuntu0.1.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
mantic to verification-done-mantic. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-mantic. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Tags removed: verification-done verification-done-mantic
** Tags added: verification-needed verification-needed-mantic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2040059

Title:
  [SRU] Sage crashes on start due to a missmatched dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sagemath/+bug/2040059/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2040059] Re: [SRU] Sage crashes on start due to a missmatched dependency

2024-03-26 Thread Dave Jones
Argh, that upload was rejected because there's a deleted 9.5-6ubuntu0.2
in noble-proposed as a no-change rebuild, which therefore has different
content (https://launchpad.net/ubuntu/+source/sagemath/9.5-6ubuntu0.2)!

I'll re-upload with some suitably weird version like 9.5-6ubuntu0.1.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2040059

Title:
  [SRU] Sage crashes on start due to a missmatched dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sagemath/+bug/2040059/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2040059] Re: [SRU] Sage crashes on start due to a missmatched dependency

2024-03-25 Thread Dave Jones
> I am confused with your comment about ipywidgets, thats noble-
proposed, and this is for Mantic.

Argh, getting confused myself between this and trying to get sagemath
migrating in noble! :)

I'll upload this in a bit, thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2040059

Title:
  [SRU] Sage crashes on start due to a missmatched dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sagemath/+bug/2040059/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2040059] Re: [SRU] Sage crashes on start due to a missmatched dependency

2024-03-23 Thread Sudip Mukherjee
My apologies. I had the debdiff ready and also verified from a PPA that
the autopkgtest now works.

Autopkgtest results at: 
https://autopkgtest.ubuntu.com/results/autopkgtest-mantic-sudipmuk-sagemath-1/
PPA at: https://launchpad.net/~sudipmuk/+archive/ubuntu/sagemath-1/

I am confused with your comment about ipywidgets, thats noble-proposed,
and this is for Mantic.


Debdiff attached.


** Patch added: "sagemath_incremental.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/sagemath/+bug/2040059/+attachment/5758589/+files/sagemath_incremental.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2040059

Title:
  [SRU] Sage crashes on start due to a missmatched dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sagemath/+bug/2040059/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2040059] Re: [SRU] Sage crashes on start due to a missmatched dependency

2024-03-22 Thread Dave Jones
I had another look at this and it appears the default for
MAX_TEST_FAILURES in d/tests.mk just needs bumping to match the new
amount specified in d/rules (230). I'm happy to upload this change (it
just matches what we've done in d/rules after all), but it's not going
to migrate yet due to existing breakage in ipywidgets; specifically
ipywidgets is currently stuck in proposed because jupyter-nbextension-
jupyter-js-widgets has moved from ipywidgest to node-ipydatagrid and the
latter is also stuck in proposed. I'll dig into this a bit further next
week.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2040059

Title:
  [SRU] Sage crashes on start due to a missmatched dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sagemath/+bug/2040059/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2040059] Re: [SRU] Sage crashes on start due to a missmatched dependency

2024-03-07 Thread Andreas Hasenack
I can't just override the release of the package, there is a process for
that. In this case, I see two options:

a) bump the number of acceptable failures in debian/tests.mk. This means a new 
upload. (untested if it "fixes" the issue, but I see it runs the same tests as 
the build, so makes sense it would need the same limits)
b) Create an MP against ubuntu-hints[1] and mark this specific version of the 
package as having a bad test

I re-ran the tests with the migration-reference/0 trigger, and they
passed[2][3], but that looks like a bug, because zero tests ran:

644s ImportError: libsingular-Singular-4.3.1.so: cannot open shared object 
file: No such file or directory
644s Success: 0 tests failed, up to 200 failures are tolerated

1. 
https://code.launchpad.net/~ubuntu-release/britney/+git/hints-ubuntu/+ref/mantic
2. https://autopkgtest.ubuntu.com/packages/s/sagemath/mantic/amd64
3. 
https://autopkgtest.ubuntu.com/results/autopkgtest-mantic/mantic/amd64/s/sagemath/20240307_171013_755e8@/log.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2040059

Title:
  [SRU] Sage crashes on start due to a missmatched dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sagemath/+bug/2040059/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2040059] Re: [SRU] Sage crashes on start due to a missmatched dependency

2024-03-03 Thread Sudip Mukherjee
I can confirm that the sage package in mantic-proposed has fixed the bug
for me.

Test done:

1. enable mantic-proposed
2. Install sage
3. execute sage and confirm sage starts
4. execute the maths operation from the test plan
5. confirm all the operations worked

Test result: the errors with sage has been fixed.

Package tested:

$ dpkg -l | grep sagemath
ii  sagemath 9.5-6ubuntu0.1 
 all  Open Source Mathematical Software


The autopkgtest has failed because of the same error for which the number of 
tests was increased in the build. I will request an exception for the 
autopkgtest regression please.


** Tags removed: verification-needed verification-needed-mantic
** Tags added: verification-done verification-done-mantic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2040059

Title:
  [SRU] Sage crashes on start due to a missmatched dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sagemath/+bug/2040059/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs