You are not logged in.

#1 2020-02-22 04:00:53

ikigai
Member
Registered: 2020-02-22
Posts: 8

[SOLVED] python3.8 broken after update - sys.base_prefix points to '/'

Problem Description

After upgrading to python3.8, the sys.base_prefix seems to be pointing to '/' rather than '/usr'. It lead to a problem when I recently tried to install python-cheetah3. It resulted in a permission denied error and most importantly the gcc build failed since it wasn't able to find the file #include <Python.h>. The following is the full error for yay -s python-cheetah3 :- 

:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur: 1]  python-cheetah3-3.2.4-4

  1 python-cheetah3                  (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> N
:: PKGBUILD up to date, Skipping (1/1): python-cheetah3
  1 python-cheetah3                  (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> N
:: Parsing SRCINFO (1/1): python-cheetah3
==> Making package: python-cheetah3 3.2.4-4 (Tue 11 Feb 2020 06:56:30 PM IST)
==> Retrieving sources...
  -> Found Cheetah3-3.2.4.tar.gz
==> Validating source files with sha512sums...
    Cheetah3-3.2.4.tar.gz ... Passed
==> Making package: python-cheetah3 3.2.4-4 (Tue 11 Feb 2020 06:56:32 PM IST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found Cheetah3-3.2.4.tar.gz
==> Validating source files with sha512sums...
    Cheetah3-3.2.4.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting Cheetah3-3.2.4.tar.gz with bsdtar
==> Starting prepare()...
==> Sources are ready.
==> Making package: python-cheetah3 3.2.4-4 (Tue 11 Feb 2020 06:56:34 PM IST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package_python-cheetah3()...
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.8
creating build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/CacheStore.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/TemplateCmdLineIface.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/NameMapper.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/ErrorCatchers.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/DirectiveAnalyzer.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/SettingsManager.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/Servlet.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/CheetahWrapper.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/DummyTransaction.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/Filters.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/compat.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/ImportHooks.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/CacheRegion.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/Version.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/Template.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/ImportManager.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/LoadTemplate.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/Parser.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/FileUtils.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/Unspecified.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/SourceReader.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/convertTmplPathToModuleName.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/Compiler.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/__init__.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/Django.py -> build/lib.linux-x86_64-3.8/Cheetah
creating build/lib.linux-x86_64-3.8/Cheetah/Macros
copying Cheetah/Macros/I18n.py -> build/lib.linux-x86_64-3.8/Cheetah/Macros
copying Cheetah/Macros/__init__.py -> build/lib.linux-x86_64-3.8/Cheetah/Macros
creating build/lib.linux-x86_64-3.8/Cheetah/Templates
copying Cheetah/Templates/SkeletonPage.py -> build/lib.linux-x86_64-3.8/Cheetah/Templates
copying Cheetah/Templates/_SkeletonPage.py -> build/lib.linux-x86_64-3.8/Cheetah/Templates
copying Cheetah/Templates/__init__.py -> build/lib.linux-x86_64-3.8/Cheetah/Templates
creating build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Regressions.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/xmlrunner.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/TemplateCmdLineIface.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/NameMapper.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/SyntaxAndOutput.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Performance.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/NameMapper_pure.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/CheetahWrapper.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Misc.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Boinker.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Analyzer.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Filters.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Pinger.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Unicode.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/ImportHooks.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Template.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Test.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/LoadTemplate.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Parser.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/__init__.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Cheps.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
creating build/lib.linux-x86_64-3.8/Cheetah/Tools
copying Cheetah/Tools/CGITemplate.py -> build/lib.linux-x86_64-3.8/Cheetah/Tools
copying Cheetah/Tools/SiteHierarchy.py -> build/lib.linux-x86_64-3.8/Cheetah/Tools
copying Cheetah/Tools/MondoReport.py -> build/lib.linux-x86_64-3.8/Cheetah/Tools
copying Cheetah/Tools/__init__.py -> build/lib.linux-x86_64-3.8/Cheetah/Tools
copying Cheetah/Tools/RecursiveNull.py -> build/lib.linux-x86_64-3.8/Cheetah/Tools
creating build/lib.linux-x86_64-3.8/Cheetah/Utils
copying Cheetah/Utils/WebInputMixin.py -> build/lib.linux-x86_64-3.8/Cheetah/Utils
copying Cheetah/Utils/Misc.py -> build/lib.linux-x86_64-3.8/Cheetah/Utils
copying Cheetah/Utils/htmlDecode.py -> build/lib.linux-x86_64-3.8/Cheetah/Utils
copying Cheetah/Utils/Indenter.py -> build/lib.linux-x86_64-3.8/Cheetah/Utils
copying Cheetah/Utils/htmlEncode.py -> build/lib.linux-x86_64-3.8/Cheetah/Utils
copying Cheetah/Utils/__init__.py -> build/lib.linux-x86_64-3.8/Cheetah/Utils
copying Cheetah/Utils/statprof.py -> build/lib.linux-x86_64-3.8/Cheetah/Utils
running build_ext
building 'Cheetah._namemapper' extension
creating build/temp.linux-x86_64-3.8
creating build/temp.linux-x86_64-3.8/Cheetah
creating build/temp.linux-x86_64-3.8/Cheetah/c
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/include/python3.8 -c Cheetah/c/_namemapper.c -o build/temp.linux-x86_64-3.8/Cheetah/c/_namemapper.o
Cheetah/c/_namemapper.c:14:10: fatal error: Python.h: No such file or directory
   14 | #include <Python.h>
      |          ^~~~~~~~~~
compilation terminated.
One or more C extensions failed to build.
Details: command 'gcc' failed with exit status 1
Retrying without C extensions enabled.
running install
running build
running build_py
creating build/lib
creating build/lib/Cheetah
copying Cheetah/CacheStore.py -> build/lib/Cheetah
copying Cheetah/TemplateCmdLineIface.py -> build/lib/Cheetah
copying Cheetah/NameMapper.py -> build/lib/Cheetah
copying Cheetah/ErrorCatchers.py -> build/lib/Cheetah
copying Cheetah/DirectiveAnalyzer.py -> build/lib/Cheetah
copying Cheetah/SettingsManager.py -> build/lib/Cheetah
copying Cheetah/Servlet.py -> build/lib/Cheetah
copying Cheetah/CheetahWrapper.py -> build/lib/Cheetah
copying Cheetah/DummyTransaction.py -> build/lib/Cheetah
copying Cheetah/Filters.py -> build/lib/Cheetah
copying Cheetah/compat.py -> build/lib/Cheetah
copying Cheetah/ImportHooks.py -> build/lib/Cheetah
copying Cheetah/CacheRegion.py -> build/lib/Cheetah
copying Cheetah/Version.py -> build/lib/Cheetah
copying Cheetah/Template.py -> build/lib/Cheetah
copying Cheetah/ImportManager.py -> build/lib/Cheetah
copying Cheetah/LoadTemplate.py -> build/lib/Cheetah
copying Cheetah/Parser.py -> build/lib/Cheetah
copying Cheetah/FileUtils.py -> build/lib/Cheetah
copying Cheetah/Unspecified.py -> build/lib/Cheetah
copying Cheetah/SourceReader.py -> build/lib/Cheetah
copying Cheetah/convertTmplPathToModuleName.py -> build/lib/Cheetah
copying Cheetah/Compiler.py -> build/lib/Cheetah
copying Cheetah/__init__.py -> build/lib/Cheetah
copying Cheetah/Django.py -> build/lib/Cheetah
creating build/lib/Cheetah/Macros
copying Cheetah/Macros/I18n.py -> build/lib/Cheetah/Macros
copying Cheetah/Macros/__init__.py -> build/lib/Cheetah/Macros
creating build/lib/Cheetah/Templates
copying Cheetah/Templates/SkeletonPage.py -> build/lib/Cheetah/Templates
copying Cheetah/Templates/_SkeletonPage.py -> build/lib/Cheetah/Templates
copying Cheetah/Templates/__init__.py -> build/lib/Cheetah/Templates
creating build/lib/Cheetah/Tests
copying Cheetah/Tests/Regressions.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/xmlrunner.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/TemplateCmdLineIface.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/NameMapper.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/SyntaxAndOutput.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/Performance.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/NameMapper_pure.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/CheetahWrapper.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/Misc.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/Boinker.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/Analyzer.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/Filters.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/Pinger.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/Unicode.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/ImportHooks.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/Template.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/Test.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/LoadTemplate.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/Parser.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/__init__.py -> build/lib/Cheetah/Tests
copying Cheetah/Tests/Cheps.py -> build/lib/Cheetah/Tests
creating build/lib/Cheetah/Tools
copying Cheetah/Tools/CGITemplate.py -> build/lib/Cheetah/Tools
copying Cheetah/Tools/SiteHierarchy.py -> build/lib/Cheetah/Tools
copying Cheetah/Tools/MondoReport.py -> build/lib/Cheetah/Tools
copying Cheetah/Tools/__init__.py -> build/lib/Cheetah/Tools
copying Cheetah/Tools/RecursiveNull.py -> build/lib/Cheetah/Tools
creating build/lib/Cheetah/Utils
copying Cheetah/Utils/WebInputMixin.py -> build/lib/Cheetah/Utils
copying Cheetah/Utils/Misc.py -> build/lib/Cheetah/Utils
copying Cheetah/Utils/htmlDecode.py -> build/lib/Cheetah/Utils
copying Cheetah/Utils/Indenter.py -> build/lib/Cheetah/Utils
copying Cheetah/Utils/htmlEncode.py -> build/lib/Cheetah/Utils
copying Cheetah/Utils/__init__.py -> build/lib/Cheetah/Utils
copying Cheetah/Utils/statprof.py -> build/lib/Cheetah/Utils
running build_scripts
creating build/scripts-3.8
copying and adjusting bin/cheetah-compile -> build/scripts-3.8
copying and adjusting bin/cheetah -> build/scripts-3.8
copying and adjusting bin/cheetah-analyze -> build/scripts-3.8
changing mode of build/scripts-3.8/cheetah-compile from 644 to 755
changing mode of build/scripts-3.8/cheetah from 644 to 755
changing mode of build/scripts-3.8/cheetah-analyze from 644 to 755
running install_lib
creating /lib/python3.8/site-packages/Cheetah
error: could not create '/lib/python3.8/site-packages/Cheetah': Permission denied
==> ERROR: A failure occurred in package_python-cheetah3().
    Aborting...
Error making: python-cheetah3


Cheetah/c/_namemapper.c:14:10: fatal error: Python.h: No such file or directory
   14 | #include <Python.h>
      |          ^~~~~~~~~~
compilation terminated.
One or more C extensions failed to build.


running install_lib
creating /lib/python3.8/site-packages/Cheetah
error: could not create '/lib/python3.8/site-packages/Cheetah': Permission denied
==> ERROR: A failure occurred in package_python-cheetah3().
    Aborting...
Error making: python-cheetah3

Debugging

The main problem was many were missing the /usr path. Thus i tried to debug with the following :- 

> python -c "import sysconfig; print(sysconfig.get_path('include'))"
//include/python3.8

> python -c "import sys; print(sys.base_prefix)"
/

> python -c "import sys; print(sys.prefix)"
/

It's to my understanding that python package from the arch repos has its include directory at /usr/include/python3.8/, and has a sys.base_prefix of /usr. It seems my python installation has a broken sys.base_prefix, which might be producing this bug.

What can i do to set the base_prefix correctly? Should i completely remove python and reinstall? Is there a solution without complete removal and then reinstall?

OS Information and Versions
Kernel : 5.5.4-arch1-1
Pacman v5.2.1 - libalpm v12.0.1
yay v9.4.4 - libalpm v12.0.1

> pacman -Qi python
Name            : python
Version         : 3.8.1-4
Description     : Next generation of the python high-level scripting language
Architecture    : x86_64
URL             : https://www.python.org/
Licenses        : custom
Groups          : None
Provides        : python3
Depends On      : expat  bzip2  gdbm  openssl  libffi  zlib  libnsl
Optional Deps   : python-setuptools [installed]
                  python-pip [installed]
                  sqlite [installed]
                  mpdecimal: for decimal [installed]
                  xz: for lzma [installed]
                  tk: for tkinter [installed]
Required By     : a lot of packages. thus not mentioning.
Optional For    : same as above
Conflicts With  : None
Replaces        : python3
Installed Size  : 80.64 MiB
Packager        : Felix Yan <felixonmars@archlinux.org>
Build Date      : Wed 22 Jan 2020 12:08:00 PM IST
Install Date    : Fri 21 Feb 2020 09:06:07 AM IST
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

> ls -al /usr/bin | grep -i python
lrwxrwxrwx  1 root   root         54 Nov  1 13:41 depythontex -> /usr/share/texmf-dist/scripts/pythontex/depythontex.py
-rwxr-xr-x  1 root   root        158 Feb  3 06:18 ipython
-rwxr-xr-x  1 root   root        158 Feb  3 06:18 ipython3
lrwxrwxrwx  1 root   root          7 Jan 22 12:08 python -> python3
lrwxrwxrwx  1 root   root          9 Oct 22 14:44 python2 -> python2.7
-rwxr-xr-x  1 root   root      14088 Oct 22 14:44 python2.7
-rwxr-xr-x  1 root   root       1681 Oct 22 14:44 python2.7-config
lrwxrwxrwx  1 root   root         16 Oct 22 14:44 python2-config -> python2.7-config
lrwxrwxrwx  1 root   root          9 Jan 22 12:08 python3 -> python3.8
-rwxr-xr-x  1 root   root      14088 Jan 22 12:08 python3.8
-rwxr-xr-x  1 root   root       3148 Jan 22 12:08 python3.8-config
lrwxrwxrwx  1 root   root         16 Jan 22 12:08 python3-config -> python3.8-config
lrwxrwxrwx  1 root   root         14 Jan 22 12:08 python-config -> python3-config
lrwxrwxrwx  1 root   root         52 Nov  1 13:41 pythontex -> /usr/share/texmf-dist/scripts/pythontex/pythontex.py

After manually doing sudo ln -s /usr/lib/pkgconfig/python3.pc /usr/lib/pkgconfig/python.pc :-
> pkg-config --cflags --libs python
-I/usr/include/python3.8 

Last edited by ikigai (2020-02-22 17:31:32)

Offline

#2 2020-02-22 15:53:36

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,791

Re: [SOLVED] python3.8 broken after update - sys.base_prefix points to '/'

Moving to AUR Issues.

I do not which AUR helper it is that you are using, but what happens if you try to build python-cheetah3 using makepkg?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2020-02-22 16:09:29

ikigai
Member
Registered: 2020-02-22
Posts: 8

Re: [SOLVED] python3.8 broken after update - sys.base_prefix points to '/'

The same error persists when i tried to build it using makepkg. The build process is not able to find "Python.h" because the includes path is not correctly set due to pythons sys.base_prefix being set wrongly. I have never encountered this error before. I only upgraded to python 3.8 using pacman.

Offline

#4 2020-02-22 16:13:09

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,559

Re: [SOLVED] python3.8 broken after update - sys.base_prefix points to '/'

Does it happen with a fresh user account?

Offline

#5 2020-02-22 16:15:33

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,791

Re: [SOLVED] python3.8 broken after update - sys.base_prefix points to '/'

Works here.

ewaller@odin/home/ewaller % python -V
Python 3.8.1
ewaller@odin/home/ewaller % cd devel/build/
ewaller@odin/home/ewaller/devel/build % auracle clone python-cheetah3
clone complete: /home/ewaller/devel/build/python-cheetah3
ewaller@odin/home/ewaller/devel/build % cd python-cheetah3/
ewaller@odin/home/ewaller/devel/build/python-cheetah3 % makepkg
==> Making package: python-cheetah3 3.2.4-4 (Sat 22 Feb 2020 08:12:27 AM PST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading Cheetah3-3.2.4.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:05 --:--:--     0
100  288k  100  288k    0     0  51658      0  0:00:05  0:00:05 --:--:-- 51658
==> Validating source files with sha512sums...
    Cheetah3-3.2.4.tar.gz ... Passed
==> Extracting sources...
  -> Extracting Cheetah3-3.2.4.tar.gz with bsdtar
==> Starting prepare()...
==> Entering fakeroot environment...
==> Starting package_python-cheetah3()...
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.8
creating build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/CacheRegion.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/CacheStore.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/CheetahWrapper.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/Compiler.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/DirectiveAnalyzer.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/Django.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/DummyTransaction.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/ErrorCatchers.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/FileUtils.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/Filters.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/ImportHooks.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/ImportManager.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/LoadTemplate.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/NameMapper.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/Parser.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/Servlet.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/SettingsManager.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/SourceReader.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/Template.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/TemplateCmdLineIface.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/Unspecified.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/Version.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/__init__.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/compat.py -> build/lib.linux-x86_64-3.8/Cheetah
copying Cheetah/convertTmplPathToModuleName.py -> build/lib.linux-x86_64-3.8/Cheetah
creating build/lib.linux-x86_64-3.8/Cheetah/Macros
copying Cheetah/Macros/I18n.py -> build/lib.linux-x86_64-3.8/Cheetah/Macros
copying Cheetah/Macros/__init__.py -> build/lib.linux-x86_64-3.8/Cheetah/Macros
creating build/lib.linux-x86_64-3.8/Cheetah/Templates
copying Cheetah/Templates/SkeletonPage.py -> build/lib.linux-x86_64-3.8/Cheetah/Templates
copying Cheetah/Templates/_SkeletonPage.py -> build/lib.linux-x86_64-3.8/Cheetah/Templates
copying Cheetah/Templates/__init__.py -> build/lib.linux-x86_64-3.8/Cheetah/Templates
creating build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Analyzer.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Boinker.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/CheetahWrapper.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Cheps.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Filters.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/ImportHooks.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/LoadTemplate.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Misc.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/NameMapper.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/NameMapper_pure.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Parser.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Performance.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Pinger.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Regressions.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/SyntaxAndOutput.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Template.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/TemplateCmdLineIface.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Test.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/Unicode.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/__init__.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
copying Cheetah/Tests/xmlrunner.py -> build/lib.linux-x86_64-3.8/Cheetah/Tests
creating build/lib.linux-x86_64-3.8/Cheetah/Tools
copying Cheetah/Tools/CGITemplate.py -> build/lib.linux-x86_64-3.8/Cheetah/Tools
copying Cheetah/Tools/MondoReport.py -> build/lib.linux-x86_64-3.8/Cheetah/Tools
copying Cheetah/Tools/RecursiveNull.py -> build/lib.linux-x86_64-3.8/Cheetah/Tools
copying Cheetah/Tools/SiteHierarchy.py -> build/lib.linux-x86_64-3.8/Cheetah/Tools
copying Cheetah/Tools/__init__.py -> build/lib.linux-x86_64-3.8/Cheetah/Tools
creating build/lib.linux-x86_64-3.8/Cheetah/Utils
copying Cheetah/Utils/Indenter.py -> build/lib.linux-x86_64-3.8/Cheetah/Utils
copying Cheetah/Utils/Misc.py -> build/lib.linux-x86_64-3.8/Cheetah/Utils
copying Cheetah/Utils/WebInputMixin.py -> build/lib.linux-x86_64-3.8/Cheetah/Utils
copying Cheetah/Utils/__init__.py -> build/lib.linux-x86_64-3.8/Cheetah/Utils
copying Cheetah/Utils/htmlDecode.py -> build/lib.linux-x86_64-3.8/Cheetah/Utils
copying Cheetah/Utils/htmlEncode.py -> build/lib.linux-x86_64-3.8/Cheetah/Utils
copying Cheetah/Utils/statprof.py -> build/lib.linux-x86_64-3.8/Cheetah/Utils
running build_ext
building 'Cheetah._namemapper' extension
creating build/temp.linux-x86_64-3.8
creating build/temp.linux-x86_64-3.8/Cheetah
creating build/temp.linux-x86_64-3.8/Cheetah/c
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.8 -c Cheetah/c/_namemapper.c -o build/temp.linux-x86_64-3.8/Cheetah/c/_namemapper.o
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fno-semantic-interposition -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/Cheetah/c/_namemapper.o -L/usr/lib -o build/lib.linux-x86_64-3.8/Cheetah/_namemapper.cpython-38-x86_64-linux-gnu.so
running build_scripts
creating build/scripts-3.8
copying and adjusting bin/cheetah-compile -> build/scripts-3.8
copying and adjusting bin/cheetah -> build/scripts-3.8
copying and adjusting bin/cheetah-analyze -> build/scripts-3.8
changing mode of build/scripts-3.8/cheetah-compile from 644 to 755
changing mode of build/scripts-3.8/cheetah from 644 to 755
changing mode of build/scripts-3.8/cheetah-analyze from 644 to 755
running install_lib
creating /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr
creating /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib
creating /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8
creating /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages
creating /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/CacheRegion.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/CacheStore.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/CheetahWrapper.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/Compiler.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/DirectiveAnalyzer.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/Django.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/DummyTransaction.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/ErrorCatchers.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/FileUtils.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/Filters.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/ImportHooks.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/ImportManager.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/LoadTemplate.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
creating /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Macros
copying build/lib.linux-x86_64-3.8/Cheetah/Macros/I18n.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Macros
copying build/lib.linux-x86_64-3.8/Cheetah/Macros/__init__.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Macros
copying build/lib.linux-x86_64-3.8/Cheetah/NameMapper.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/Parser.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/Servlet.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/SettingsManager.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/SourceReader.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/Template.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/TemplateCmdLineIface.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
creating /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Templates
copying build/lib.linux-x86_64-3.8/Cheetah/Templates/SkeletonPage.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Templates
copying build/lib.linux-x86_64-3.8/Cheetah/Templates/_SkeletonPage.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Templates
copying build/lib.linux-x86_64-3.8/Cheetah/Templates/__init__.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Templates
creating /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/Analyzer.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/Boinker.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/CheetahWrapper.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/Cheps.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/Filters.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/ImportHooks.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/LoadTemplate.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/Misc.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/NameMapper.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/NameMapper_pure.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/Parser.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/Performance.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/Pinger.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/Regressions.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/SyntaxAndOutput.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/Template.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/TemplateCmdLineIface.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/Test.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/Unicode.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/__init__.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-3.8/Cheetah/Tests/xmlrunner.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests
creating /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tools
copying build/lib.linux-x86_64-3.8/Cheetah/Tools/CGITemplate.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tools
copying build/lib.linux-x86_64-3.8/Cheetah/Tools/MondoReport.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tools
copying build/lib.linux-x86_64-3.8/Cheetah/Tools/RecursiveNull.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tools
copying build/lib.linux-x86_64-3.8/Cheetah/Tools/SiteHierarchy.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tools
copying build/lib.linux-x86_64-3.8/Cheetah/Tools/__init__.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tools
copying build/lib.linux-x86_64-3.8/Cheetah/Unspecified.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
creating /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Utils
copying build/lib.linux-x86_64-3.8/Cheetah/Utils/Indenter.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Utils
copying build/lib.linux-x86_64-3.8/Cheetah/Utils/Misc.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Utils
copying build/lib.linux-x86_64-3.8/Cheetah/Utils/WebInputMixin.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Utils
copying build/lib.linux-x86_64-3.8/Cheetah/Utils/__init__.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Utils
copying build/lib.linux-x86_64-3.8/Cheetah/Utils/htmlDecode.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Utils
copying build/lib.linux-x86_64-3.8/Cheetah/Utils/htmlEncode.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Utils
copying build/lib.linux-x86_64-3.8/Cheetah/Utils/statprof.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Utils
copying build/lib.linux-x86_64-3.8/Cheetah/Version.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/__init__.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/_namemapper.cpython-38-x86_64-linux-gnu.so -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/compat.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
copying build/lib.linux-x86_64-3.8/Cheetah/convertTmplPathToModuleName.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/CacheRegion.py to CacheRegion.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/CacheStore.py to CacheStore.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/CheetahWrapper.py to CheetahWrapper.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Compiler.py to Compiler.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/DirectiveAnalyzer.py to DirectiveAnalyzer.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Django.py to Django.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/DummyTransaction.py to DummyTransaction.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/ErrorCatchers.py to ErrorCatchers.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/FileUtils.py to FileUtils.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Filters.py to Filters.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/ImportHooks.py to ImportHooks.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/ImportManager.py to ImportManager.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/LoadTemplate.py to LoadTemplate.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Macros/I18n.py to I18n.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Macros/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/NameMapper.py to NameMapper.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Parser.py to Parser.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Servlet.py to Servlet.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/SettingsManager.py to SettingsManager.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/SourceReader.py to SourceReader.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Template.py to Template.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/TemplateCmdLineIface.py to TemplateCmdLineIface.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Templates/SkeletonPage.py to SkeletonPage.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Templates/_SkeletonPage.py to _SkeletonPage.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Templates/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/Analyzer.py to Analyzer.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/Boinker.py to Boinker.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/CheetahWrapper.py to CheetahWrapper.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/Cheps.py to Cheps.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/Filters.py to Filters.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/ImportHooks.py to ImportHooks.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/LoadTemplate.py to LoadTemplate.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/Misc.py to Misc.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/NameMapper.py to NameMapper.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/NameMapper_pure.py to NameMapper_pure.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/Parser.py to Parser.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/Performance.py to Performance.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/Pinger.py to Pinger.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/Regressions.py to Regressions.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/SyntaxAndOutput.py to SyntaxAndOutput.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/Template.py to Template.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/TemplateCmdLineIface.py to TemplateCmdLineIface.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/Test.py to Test.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/Unicode.py to Unicode.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/xmlrunner.py to xmlrunner.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tools/CGITemplate.py to CGITemplate.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tools/MondoReport.py to MondoReport.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tools/RecursiveNull.py to RecursiveNull.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tools/SiteHierarchy.py to SiteHierarchy.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tools/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Unspecified.py to Unspecified.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Utils/Indenter.py to Indenter.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Utils/Misc.py to Misc.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Utils/WebInputMixin.py to WebInputMixin.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Utils/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Utils/htmlDecode.py to htmlDecode.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Utils/htmlEncode.py to htmlEncode.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Utils/statprof.py to statprof.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Version.py to Version.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/compat.py to compat.cpython-38.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/convertTmplPathToModuleName.py to convertTmplPathToModuleName.cpython-38.pyc
writing byte-compilation script '/tmp/tmprhpp5tdq.py'
/usr/bin/python /tmp/tmprhpp5tdq.py
removing /tmp/tmprhpp5tdq.py
running install_data
copying Cheetah/Tools/MondoReportDoc.txt -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tools
creating /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/ImportHooksTemplates
copying Cheetah/Tests/ImportHooksTemplates/index.tmpl -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/ImportHooksTemplates
copying Cheetah/Tests/ImportHooksTemplates/layout.tmpl -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Tests/ImportHooksTemplates
copying Cheetah/Templates/SkeletonPage.tmpl -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah/Templates
running install_egg_info
running egg_info
writing Cheetah3.egg-info/PKG-INFO
writing dependency_links to Cheetah3.egg-info/dependency_links.txt
writing top-level names to Cheetah3.egg-info/top_level.txt
reading manifest file 'Cheetah3.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.css' under directory 'docs'
warning: no files found matching '*.html' under directory 'docs'
warning: no files found matching '*.js' under directory 'docs'
warning: no files found matching '*.gif' under directory 'docs'
warning: no files found matching '*.png' under directory 'docs'
warning: no previously-included files matching '*' found under directory 'devscripts'
warning: no previously-included files matching '*' found under directory 'docs/_build'
writing manifest file 'Cheetah3.egg-info/SOURCES.txt'
Copying Cheetah3.egg-info to /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/lib/python3.8/site-packages/Cheetah3-3.2.4-py3.8.egg-info
running install_scripts
creating /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/bin
copying build/scripts-3.8/cheetah -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/bin
copying build/scripts-3.8/cheetah-analyze -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/bin
copying build/scripts-3.8/cheetah-compile -> /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/bin
changing mode of /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/bin/cheetah to 755
changing mode of /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/bin/cheetah-analyze to 755
changing mode of /home/ewaller/devel/build/python-cheetah3/pkg/python-cheetah3/usr/bin/cheetah-compile to 755
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-cheetah3"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_python2-cheetah3()...
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/CacheRegion.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/CacheStore.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/CheetahWrapper.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/Compiler.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/DirectiveAnalyzer.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/Django.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/DummyTransaction.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/ErrorCatchers.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/FileUtils.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/Filters.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/ImportHooks.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/ImportManager.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/LoadTemplate.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/NameMapper.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/Parser.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/Servlet.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/SettingsManager.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/SourceReader.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/Template.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/TemplateCmdLineIface.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/Unspecified.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/Version.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/__init__.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/compat.py -> build/lib.linux-x86_64-2.7/Cheetah
copying Cheetah/convertTmplPathToModuleName.py -> build/lib.linux-x86_64-2.7/Cheetah
creating build/lib.linux-x86_64-2.7/Cheetah/Macros
copying Cheetah/Macros/I18n.py -> build/lib.linux-x86_64-2.7/Cheetah/Macros
copying Cheetah/Macros/__init__.py -> build/lib.linux-x86_64-2.7/Cheetah/Macros
creating build/lib.linux-x86_64-2.7/Cheetah/Templates
copying Cheetah/Templates/SkeletonPage.py -> build/lib.linux-x86_64-2.7/Cheetah/Templates
copying Cheetah/Templates/_SkeletonPage.py -> build/lib.linux-x86_64-2.7/Cheetah/Templates
copying Cheetah/Templates/__init__.py -> build/lib.linux-x86_64-2.7/Cheetah/Templates
creating build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/Analyzer.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/Boinker.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/CheetahWrapper.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/Cheps.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/Filters.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/ImportHooks.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/LoadTemplate.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/Misc.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/NameMapper.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/NameMapper_pure.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/Parser.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/Performance.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/Pinger.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/Regressions.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/SyntaxAndOutput.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/Template.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/TemplateCmdLineIface.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/Test.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/Unicode.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/__init__.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
copying Cheetah/Tests/xmlrunner.py -> build/lib.linux-x86_64-2.7/Cheetah/Tests
creating build/lib.linux-x86_64-2.7/Cheetah/Tools
copying Cheetah/Tools/CGITemplate.py -> build/lib.linux-x86_64-2.7/Cheetah/Tools
copying Cheetah/Tools/MondoReport.py -> build/lib.linux-x86_64-2.7/Cheetah/Tools
copying Cheetah/Tools/RecursiveNull.py -> build/lib.linux-x86_64-2.7/Cheetah/Tools
copying Cheetah/Tools/SiteHierarchy.py -> build/lib.linux-x86_64-2.7/Cheetah/Tools
copying Cheetah/Tools/__init__.py -> build/lib.linux-x86_64-2.7/Cheetah/Tools
creating build/lib.linux-x86_64-2.7/Cheetah/Utils
copying Cheetah/Utils/Indenter.py -> build/lib.linux-x86_64-2.7/Cheetah/Utils
copying Cheetah/Utils/Misc.py -> build/lib.linux-x86_64-2.7/Cheetah/Utils
copying Cheetah/Utils/WebInputMixin.py -> build/lib.linux-x86_64-2.7/Cheetah/Utils
copying Cheetah/Utils/__init__.py -> build/lib.linux-x86_64-2.7/Cheetah/Utils
copying Cheetah/Utils/htmlDecode.py -> build/lib.linux-x86_64-2.7/Cheetah/Utils
copying Cheetah/Utils/htmlEncode.py -> build/lib.linux-x86_64-2.7/Cheetah/Utils
copying Cheetah/Utils/statprof.py -> build/lib.linux-x86_64-2.7/Cheetah/Utils
running build_ext
building 'Cheetah._namemapper' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/Cheetah
creating build/temp.linux-x86_64-2.7/Cheetah/c
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c Cheetah/c/_namemapper.c -o build/temp.linux-x86_64-2.7/Cheetah/c/_namemapper.o
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/Cheetah/c/_namemapper.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Cheetah/_namemapper.so
running build_scripts
creating build/scripts-2.7
copying and adjusting bin/cheetah-compile -> build/scripts-2.7
copying and adjusting bin/cheetah -> build/scripts-2.7
copying and adjusting bin/cheetah-analyze -> build/scripts-2.7
changing mode of build/scripts-2.7/cheetah-compile from 644 to 755
changing mode of build/scripts-2.7/cheetah from 644 to 755
changing mode of build/scripts-2.7/cheetah-analyze from 644 to 755
running install_lib
creating /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr
creating /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib
creating /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7
creating /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages
creating /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/CacheRegion.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/CacheStore.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/CheetahWrapper.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/Compiler.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/DirectiveAnalyzer.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/Django.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/DummyTransaction.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/ErrorCatchers.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/FileUtils.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/Filters.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/ImportHooks.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/ImportManager.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/LoadTemplate.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
creating /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Macros
copying build/lib.linux-x86_64-2.7/Cheetah/Macros/I18n.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Macros
copying build/lib.linux-x86_64-2.7/Cheetah/Macros/__init__.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Macros
copying build/lib.linux-x86_64-2.7/Cheetah/NameMapper.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/Parser.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/Servlet.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/SettingsManager.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/SourceReader.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/Template.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/TemplateCmdLineIface.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
creating /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Templates
copying build/lib.linux-x86_64-2.7/Cheetah/Templates/SkeletonPage.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Templates
copying build/lib.linux-x86_64-2.7/Cheetah/Templates/_SkeletonPage.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Templates
copying build/lib.linux-x86_64-2.7/Cheetah/Templates/__init__.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Templates
creating /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/Analyzer.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/Boinker.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/CheetahWrapper.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/Cheps.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/Filters.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/ImportHooks.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/LoadTemplate.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/Misc.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/NameMapper.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/NameMapper_pure.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/Parser.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/Performance.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/Pinger.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/Regressions.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/SyntaxAndOutput.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/Template.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/TemplateCmdLineIface.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/Test.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/Unicode.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/__init__.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.linux-x86_64-2.7/Cheetah/Tests/xmlrunner.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests
creating /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.linux-x86_64-2.7/Cheetah/Tools/CGITemplate.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.linux-x86_64-2.7/Cheetah/Tools/MondoReport.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.linux-x86_64-2.7/Cheetah/Tools/RecursiveNull.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.linux-x86_64-2.7/Cheetah/Tools/SiteHierarchy.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.linux-x86_64-2.7/Cheetah/Tools/__init__.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.linux-x86_64-2.7/Cheetah/Unspecified.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
creating /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.linux-x86_64-2.7/Cheetah/Utils/Indenter.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.linux-x86_64-2.7/Cheetah/Utils/Misc.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.linux-x86_64-2.7/Cheetah/Utils/WebInputMixin.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.linux-x86_64-2.7/Cheetah/Utils/__init__.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.linux-x86_64-2.7/Cheetah/Utils/htmlDecode.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.linux-x86_64-2.7/Cheetah/Utils/htmlEncode.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.linux-x86_64-2.7/Cheetah/Utils/statprof.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.linux-x86_64-2.7/Cheetah/Version.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/__init__.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/_namemapper.so -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/compat.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
copying build/lib.linux-x86_64-2.7/Cheetah/convertTmplPathToModuleName.py -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/CacheRegion.py to CacheRegion.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/CacheStore.py to CacheStore.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/CheetahWrapper.py to CheetahWrapper.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Compiler.py to Compiler.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/DirectiveAnalyzer.py to DirectiveAnalyzer.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Django.py to Django.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/DummyTransaction.py to DummyTransaction.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/ErrorCatchers.py to ErrorCatchers.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/FileUtils.py to FileUtils.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Filters.py to Filters.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/ImportHooks.py to ImportHooks.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/ImportManager.py to ImportManager.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/LoadTemplate.py to LoadTemplate.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Macros/I18n.py to I18n.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Macros/__init__.py to __init__.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/NameMapper.py to NameMapper.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Parser.py to Parser.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Servlet.py to Servlet.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/SettingsManager.py to SettingsManager.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/SourceReader.py to SourceReader.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Template.py to Template.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/TemplateCmdLineIface.py to TemplateCmdLineIface.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Templates/SkeletonPage.py to SkeletonPage.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Templates/_SkeletonPage.py to _SkeletonPage.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Templates/__init__.py to __init__.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/Analyzer.py to Analyzer.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/Boinker.py to Boinker.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/CheetahWrapper.py to CheetahWrapper.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/Cheps.py to Cheps.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/Filters.py to Filters.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/ImportHooks.py to ImportHooks.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/LoadTemplate.py to LoadTemplate.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/Misc.py to Misc.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/NameMapper.py to NameMapper.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/NameMapper_pure.py to NameMapper_pure.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/Parser.py to Parser.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/Performance.py to Performance.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/Pinger.py to Pinger.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/Regressions.py to Regressions.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/SyntaxAndOutput.py to SyntaxAndOutput.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/Template.py to Template.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/TemplateCmdLineIface.py to TemplateCmdLineIface.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/Test.py to Test.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/Unicode.py to Unicode.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/__init__.py to __init__.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/xmlrunner.py to xmlrunner.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tools/CGITemplate.py to CGITemplate.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tools/MondoReport.py to MondoReport.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tools/RecursiveNull.py to RecursiveNull.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tools/SiteHierarchy.py to SiteHierarchy.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tools/__init__.py to __init__.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Unspecified.py to Unspecified.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Utils/Indenter.py to Indenter.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Utils/Misc.py to Misc.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Utils/WebInputMixin.py to WebInputMixin.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Utils/__init__.py to __init__.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Utils/htmlDecode.py to htmlDecode.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Utils/htmlEncode.py to htmlEncode.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Utils/statprof.py to statprof.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Version.py to Version.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/__init__.py to __init__.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/compat.py to compat.pyc
byte-compiling /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/convertTmplPathToModuleName.py to convertTmplPathToModuleName.pyc
writing byte-compilation script '/tmp/tmpFyx6X7.py'
/usr/bin/python2 -O /tmp/tmpFyx6X7.py
removing /tmp/tmpFyx6X7.py
running install_data
copying Cheetah/Tools/MondoReportDoc.txt -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tools
creating /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/ImportHooksTemplates
copying Cheetah/Tests/ImportHooksTemplates/index.tmpl -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/ImportHooksTemplates
copying Cheetah/Tests/ImportHooksTemplates/layout.tmpl -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Tests/ImportHooksTemplates
copying Cheetah/Templates/SkeletonPage.tmpl -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah/Templates
running install_egg_info
running egg_info
writing Cheetah3.egg-info/PKG-INFO
writing top-level names to Cheetah3.egg-info/top_level.txt
writing dependency_links to Cheetah3.egg-info/dependency_links.txt
reading manifest file 'Cheetah3.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.css' under directory 'docs'
warning: no files found matching '*.html' under directory 'docs'
warning: no files found matching '*.js' under directory 'docs'
warning: no files found matching '*.gif' under directory 'docs'
warning: no files found matching '*.png' under directory 'docs'
warning: no previously-included files matching '*' found under directory 'devscripts'
warning: no previously-included files matching '*' found under directory 'docs/_build'
writing manifest file 'Cheetah3.egg-info/SOURCES.txt'
Copying Cheetah3.egg-info to /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/lib/python2.7/site-packages/Cheetah3-3.2.4-py2.7.egg-info
running install_scripts
creating /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/bin
copying build/scripts-2.7/cheetah -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/bin
copying build/scripts-2.7/cheetah-analyze -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/bin
copying build/scripts-2.7/cheetah-compile -> /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/bin
changing mode of /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/bin/cheetah to 755
changing mode of /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/bin/cheetah-analyze to 755
changing mode of /home/ewaller/devel/build/python-cheetah3/pkg/python2-cheetah3/usr/bin/cheetah-compile to 755
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python2-cheetah3"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-cheetah3 3.2.4-4 (Sat 22 Feb 2020 08:13:09 AM PST)
ewaller@odin/home/ewaller/devel/build/python-cheetah3 % 

Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#6 2020-02-22 16:17:20

Daerandin
Member
From: Norway
Registered: 2013-05-07
Posts: 259
Website

Re: [SOLVED] python3.8 broken after update - sys.base_prefix points to '/'

Are you sure you have not changed anything in your environment for your user? Scimmia's suggestion is very good, so try that out. On my system, sys.base_prefix points to /usr, and like ewaller I'm able to build the package without issue with makepkg.

Offline

#7 2020-02-22 16:32:22

ikigai
Member
Registered: 2020-02-22
Posts: 8

Re: [SOLVED] python3.8 broken after update - sys.base_prefix points to '/'

To get a better idea check lines 83 and 93 in the output you have posted above. In my case i get the following errors.

Line 83

gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/include/python3.8 -c Cheetah/c/_namemapper.c -o build/temp.linux-x86_64-3.8/Cheetah/c/_namemapper.o
Cheetah/c/_namemapper.c:14:10: fatal error: Python.h: No such file or directory
   14 | #include <Python.h>
      |          ^~~~~~~~~~
compilation terminated.
One or more C extensions failed to build.
Details: command 'gcc' failed with exit status 1
Retrying without C extensions enabled.

Line 93

running install_lib
creating /lib/python3.8/site-packages/Cheetah
error: could not create '/lib/python3.8/site-packages/Cheetah': Permission denied
==> ERROR: A failure occurred in package_python-cheetah3().
    Aborting...
Error making: python-cheetah3

So as seen under the heading "Line 93", the install_lib is trying to create /lib/python3.8 which is essentially root. Whereas it should have been /usr/lib like in your case i guess.

So isn't the whole problem cause because my python sys.base_prefix is set to "/" rather than "/usr" ?

Offline

#8 2020-02-22 16:42:27

ikigai
Member
Registered: 2020-02-22
Posts: 8

Re: [SOLVED] python3.8 broken after update - sys.base_prefix points to '/'

@Daerandin I used to use python from the anaconda environment. Then for some time i wasn't able to use arch(say for 6 months or so - which means no update). Then i started using once again, upgraded using pacman -Syu(where it became python 3.8), and then when i tried to update aur packages, this error popped up.

If you were referring to environment variables, then i had a few setup  before(meaning during the upgradation to python 3.8). Note that i am currently not manually setting/using these env variables, i used these variables while i was developing android apps : -

export LD_LIBRARY_PATH="$DESTDIR/${PREFIX}/lib/:$LD_LIBRARY_PATH"
export GI_TYPELIB_PATH="$DESTDIR/${PREFIX}/lib/:$GI_TYPELIB_PATH"

Offline

#9 2020-02-22 17:00:01

ikigai
Member
Registered: 2020-02-22
Posts: 8

Re: [SOLVED] python3.8 broken after update - sys.base_prefix points to '/'

@Scimmia and @Daerandin  I just tried creating a new user. Just to make sure that i didn't do anything stupid here, this is what i thought you meant by creating a new user account :-

useradd -m -G wheel -s /bin/bash userone
passwd userone

Then i again logged in as userone and re-run the debugging code to check pythons sys.base_prefix. No change at all. Same output :-

> python -c "import sysconfig; print(sysconfig.get_path('include'))"
//include/python3.8

> python -c "import sys; print(sys.base_prefix)"
/

> python -c "import sys; print(sys.prefix)"
/

Offline

#10 2020-02-22 17:05:43

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,559

Re: [SOLVED] python3.8 broken after update - sys.base_prefix points to '/'

what does `type -a python` give you?

Offline

#11 2020-02-22 17:07:03

ikigai
Member
Registered: 2020-02-22
Posts: 8

Re: [SOLVED] python3.8 broken after update - sys.base_prefix points to '/'

@Scimmia The output of `type -a python` is :-

python is //bin/python
python is //bin/python
python is //bin/python
python is /usr/bin/python

Offline

#12 2020-02-22 17:07:41

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,559

Re: [SOLVED] python3.8 broken after update - sys.base_prefix points to '/'

What's in $PATH?

Offline

#13 2020-02-22 17:16:03

ikigai
Member
Registered: 2020-02-22
Posts: 8

Re: [SOLVED] python3.8 broken after update - sys.base_prefix points to '/'

@Scimmia output of $PATH :-

/home/ikigai/dotfiles/scripts/scratchpad/:/home/ikigai/bin/:/home/ikigai/Android/Sdk/ndk-bundle/:/home/ikigai/.gem/ruby/2.5.0/bin:/bin/clang:/home/ikigai/perl5/bin:/home/ikigai/.local/bin/pip-review:/home/ikigai/node_modules/.bin/:/home/ikigai/Android/Sdk/platform-tools/:/opt/:/home/ikigai/bin:/home/ikigai/:/home/ikigai/.fzf_browser/://bin:/home/ikigai/bin:/home/ikigai/://bin:/home/ikigai/bin:/home/ikigai/://bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/ikigai/.local/bin/:/home/ikigai/.local/bin/:/home/ikigai/.local/bin/:/home/ikigai/.fzf/bin

and this is how appended new items to $PATH :-

export PATH="$DESTDIR/${PREFIX}/bin:$PATH"
export PATH="${PATH}:${HOME}/.local/bin/"
PATH="/home/ikigai/node_modules/.bin/${PATH:+:${PATH}}"; export PATH;
PATH="/home/ikigai/.gem/ruby/2.5.0/bin${PATH:+:${PATH}}"; export PATH;

Offline

#14 2020-02-22 17:18:26

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,559

Re: [SOLVED] python3.8 broken after update - sys.base_prefix points to '/'

$DESTDIR and $PREFIX are meaningless if they haven't been defined. You have multiple instances of //bin in your PATH, that's likely your entire problem.

As well as a lot of /home/ikigai/bin. You're probably doing all of this in the wrong place as well.

Last edited by Scimmia (2020-02-22 17:19:43)

Offline

#15 2020-02-22 17:26:57

ikigai
Member
Registered: 2020-02-22
Posts: 8

Re: [SOLVED] python3.8 broken after update - sys.base_prefix points to '/'

@Scimmia Amazing!! Solved! It was indeed my $PATH that was causing the problem. Although i still am not able to figure out how pythons base_prefix and PATH are interconnected. Thanks everyone for their input. I guess it's time to clean up my spaghetti configs. smile

Last edited by ikigai (2020-02-22 17:27:22)

Offline

Board footer

Powered by FluxBB