[blfs-support] https://docs.python.org/3.6/archives/python-3.6.2-docs-html.tar.bz2

2018-02-12 Thread Baho Utot
BLFS-8.1 Python3 This link returns 404 -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] https://docs.python.org/3.6/archives/python-3.6.2-docs-html.tar.bz2

2018-02-12 Thread Bruce Dubbs
Baho Utot wrote: BLFS-8.1 Python3 This link returns 40 http://www.linuxfromscratch.org/blfs/view/stable/introduction/packages.html Also, Pythoon3 is now in LFS. Current version is 3.6.4. The next version of LFS/BLFS will be released in about 3 weeks, but the development version is very

Re: [blfs-support] https://docs.python.org/3.6/archives/python-3.6.2-docs-html.tar.bz2

2018-02-12 Thread Baho Utot
On 02/12/18 10:02, Bruce Dubbs wrote: Baho Utot wrote: BLFS-8.1 Python3 This link returns 40 http://www.linuxfromscratch.org/blfs/view/stable/introduction/packages.html Also, Pythoon3 is now in LFS.  Current version is 3.6.4.  The next version of LFS/BLFS will be released in about 3

Re: [blfs-support] enchant-2.2.1

2018-02-12 Thread thomas
Am 2018-01-25 01:22, schrieb Bruce Dubbs: John Frankish wrote: Ref: Beyond Linux(r) From Scratch - Version 2018-01-22 Chapter 9. General Libraries enchant-2.2.1 dbus-glib is suggested as an optional dependency, but there is no sign of this in the configure script. As Bruce said, dbus-glib

Re: [blfs-support] https://docs.python.org/3.6/archives/python-3.6.2-docs-html.tar.bz2

2018-02-12 Thread Baho Utot
On 2/12/2018 3:29 PM, Ken Moffat wrote: On Mon, Feb 12, 2018 at 11:02:06AM -0500, Baho Utot wrote: Are there many packages that still use python 2? It depends on what you regard as "many", but certainly several common desktop packages. · Just about anything from mozilla. In related

Re: [blfs-support] https://docs.python.org/3.6/archives/python-3.6.2-docs-html.tar.bz2

2018-02-12 Thread Ken Moffat
On Mon, Feb 12, 2018 at 03:33:38PM -0600, Bruce Dubbs wrote: > Baho Utot wrote: > > > > Well, I think you will find that mesa requires python2. > Looking at recent changes for something else, I was reminded that git can use python2. Maybe it can use python3, maybe python doesn't add anything

Re: [blfs-support] https://docs.python.org/3.6/archives/python-3.6.2-docs-html.tar.bz2

2018-02-12 Thread Ken Moffat
On Mon, Feb 12, 2018 at 11:02:06AM -0500, Baho Utot wrote: > > Are there many packages that still use python 2? > It depends on what you regard as "many", but certainly several common desktop packages. · Just about anything from mozilla. In related packages, rustc appears to build with

Re: [blfs-support] https://docs.python.org/3.6/archives/python-3.6.2-docs-html.tar.bz2

2018-02-12 Thread Bruce Dubbs
Baho Utot wrote: On 2/12/2018 3:29 PM, Ken Moffat wrote: On Mon, Feb 12, 2018 at 11:02:06AM -0500, Baho Utot wrote: Are there many packages that still use python 2? It depends on what you regard as "many", but certainly several common desktop packages. · Just about anything from

[blfs-support] Fontconfig-2.12.4

2018-02-12 Thread Baho Utot
I have failures because the /usr/share/man/man1 directory is not created The line install -v -dm755 %{buildroot}/usr/share/{man/man{3,5},doc/fontconfig-2.12.4/fontconfig-devel} should be install -v -dm755 %{buildroot}/usr/share/{man/man{1,3,5},doc/fontconfig-2.12.4/fontconfig-devel} I

Re: [blfs-support] https://docs.python.org/3.6/archives/python-3.6.2-docs-html.tar.bz2

2018-02-12 Thread Michael Shell
On Mon, 12 Feb 2018 16:13:03 -0500 Baho Utot wrote: > well I guess I am about to find out I am going with python 3 only so > I will see how far I get with that. Do let us know how it goes. Python 3 comes with a script, 2to3, that can convert Python 2 code to