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

Python spkg fails to build on Debian Wheezy/Sid. #11561

Closed
jpflori opened this issue Jul 1, 2011 · 7 comments
Closed

Python spkg fails to build on Debian Wheezy/Sid. #11561

jpflori opened this issue Jul 1, 2011 · 7 comments

Comments

@jpflori
Copy link

jpflori commented Jul 1, 2011

This is the same problem as#11243 for Ubuntu 11.04.

Python was recently updated to build without OpenSSL support on
Debian, so I cannot build Sage anymore on my Debian Sid.
http://packages.debian.org/changelogs/pool/main/p/python-defaults/pyt...
python2.6 (2.6.6-9) unstable; urgency=low

  • Build without OpenSSL v2 support. Closes: !#613369.

    • Search headers and libraries in multiarch directories too. LP:
      !#738213.

    -- Matthias Klose <d...@debian.org> Tue, 19 Apr 2011 !21:06:29 +0200

Applying the same fix as for Ubuntu 11.04 in !#11243 fixes the problem,

so I guess that the spkg should be uploaded once again.

Changing the fix introduced there from :

![...] grep "Ubuntu 11.04"![...]

to :

grep -E "Ubuntu 11.04|Debian GNU/Linux wheezy/sid"

does the trick for me.

The content /etc/issue is similar on Debian Testing (which has the

same python version).

Not sure how universal "grep -E" is.

Updated spkg available at !http://www.infres.enst.fr/~flori/sage/python-2.6.4.p11.spkg

Upstream: None of the above - read trac for reasoning.

Component: build

Keywords: crypt, python, debian, ubuntu

Reviewer: Jean-Pierre Flori

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

@jpflori
Copy link
Author

jpflori commented Jul 1, 2011

Add test for "Debian GNU/Linux Wheezy/Sid" in /etc/issue.

@jpflori
Copy link
Author

jpflori commented Jul 1, 2011

Attachment: trac_11561-debian_wheezy+sid.patch.gz

Attachment: trac_11561-tag.patch.gz

Tag update for python-2.6.4.p11.

@jpflori

This comment has been minimized.

@nexttime
Copy link
Mannequin

nexttime mannequin commented Jul 1, 2011

comment:2

Are you aware of #11447?

I think these two tickets should be merged into one since they essentially try to solve the same issue, though on silghtly different distros.

@nexttime nexttime mannequin added s: needs info and removed s: needs review labels Jul 1, 2011
@jpflori
Copy link
Author

jpflori commented Jul 1, 2011

comment:3

Thanks for the link, I somehow did not find it and you're completely right.

The solution there is also much smarter.

Hence this ticket should be closed as duplicate/won't fix.

Sorry for the noise.

@jdemeyer
Copy link

Changed author from Jean-Pierre Flori to none

@jdemeyer
Copy link

Reviewer: Jean-Pierre Flori

@jdemeyer jdemeyer removed this from the sage-4.7.1 milestone Jul 19, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants