[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #15578 [Tor Browser]: Ubuntu 10.04 LTS is EOL April 2015
#15578: Ubuntu 10.04 LTS is EOL April 2015
-------------------------------------------------+-------------------------
Reporter: mikeperry | Owner: gk
Type: defect | Status:
Priority: Medium | needs_review
Component: Tor Browser | Milestone:
Severity: Normal | Version:
Keywords: tbb-gitian, AffectsTails, | Resolution:
GeorgKoppen201511, TorBrowserTeam201512R | Actual Points:
Parent ID: | Points:
Sponsor: |
-------------------------------------------------+-------------------------
Comment (by boklm):
After updating vmbuilder, I tried an alpha build with the bug_15578_v6
branch (and bug_15578_v2 for the gitian-builder directory), but it failed
with the following error:
{{{
gzip -f
"/home/debian/install/faketime/usr/local/share/man/man1/faketime.1"
make[1]: Leaving directory `/home/debian/build/faketime/man'
install -dm0755 "/home/debian/install/faketime/share/doc/faketime/"
install -m0644 README
"/home/debian/install/faketime/share/doc/faketime/README"
install -m0644 NEWS
"/home/debian/install/faketime/share/doc/faketime/NEWS"
+ export
LD_PRELOAD=/home/debian/install/faketime/usr/local/lib/faketime/libfaketime.so.1
+
LD_PRELOAD=/home/debian/install/faketime/usr/local/lib/faketime/libfaketime.so.1
+ export 'FAKETIME=2000-01-01 00:00:00'
+ FAKETIME='2000-01-01 00:00:00'
+ cd ..
+ cd tor-browser
+ rm -rf .git
+ find -type f -print0
+ xargs -0 touch '--date=2000-01-01 00:00:00'
+ rm -f configure
+ rm -f js/src/configure
+ export LD_PRELOAD=
+ LD_PRELOAD=
+ make -f client.mk configure 'CONFIGURE_ARGS=--with-tor-browser-
version=5.5a4 --enable-update-channel=alpha --enable-bundled-fonts'
Traceback (most recent call last):
File "/home/debian/build/tor-browser/mach", line 148, in <module>
main(sys.argv[1:])
File "/home/debian/build/tor-browser/mach", line 76, in main
mach = get_mach()
File "/home/debian/build/tor-browser/mach", line 67, in get_mach
mach = check_and_get_mach(dir_path)
File "/home/debian/build/tor-browser/mach", line 42, in
check_and_get_mach
return load_mach(dir_path, mach_path)
File "/home/debian/build/tor-browser/mach", line 30, in load_mach
return mach_bootstrap.bootstrap(dir_path)
File "/home/debian/build/tor-browser/build/mach_bootstrap.py", line 217,
in bootstrap
mach.load_commands_from_file(os.path.join(mozilla_dir, path))
File "/home/debian/build/tor-browser/python/mach/mach/main.py", line
266, in load_commands_from_file
imp.load_source(module_name, path)
File "/home/debian/build/tor-browser/testing/web-
platform/mach_commands.py", line 24, in <module>
from update import updatecommandline
File "/home/debian/build/tor-browser/testing/web-
platform/update/__init__.py", line 17, in <module>
from wptrunner.update import setup_logging, WPTUpdate
File "/home/debian/build/tor-browser/testing/web-
platform/harness/wptrunner/update/__init__.py", line 12, in <module>
from update import WPTUpdate
File "/home/debian/build/tor-browser/testing/web-
platform/harness/wptrunner/update/update.py", line 8, in <module>
from metadata import MetadataUpdateRunner
File "/home/debian/build/tor-browser/testing/web-
platform/harness/wptrunner/update/metadata.py", line 7, in <module>
from .. import metadata
File "/home/debian/build/tor-browser/testing/web-
platform/harness/wptrunner/metadata.py", line 18, in <module>
import testloader
File "/home/debian/build/tor-browser/testing/web-
platform/harness/wptrunner/testloader.py", line 11, in <module>
import wpttest
File "/home/debian/build/tor-browser/testing/web-
platform/harness/wptrunner/wpttest.py", line 10, in <module>
import mozinfo
File "/home/debian/build/tor-
browser/testing/mozbase/mozinfo/mozinfo/__init__.py", line 54, in <module>
import mozinfo
File "/home/debian/build/tor-
browser/testing/mozbase/mozinfo/mozinfo/mozinfo.py", line 95, in <module>
import ctypes
File "/home/debian/install/python/lib/python2.7/ctypes/__init__.py",
line 10, in <module>
from _ctypes import Union, Structure, Array
ImportError: No module named _ctypes
client.mk:201: /.mozconfig.mk: No such file or directory
Traceback (most recent call last):
File "/home/debian/build/tor-browser/mach", line 148, in <module>
main(sys.argv[1:])
File "/home/debian/build/tor-browser/mach", line 76, in main
mach = get_mach()
File "/home/debian/build/tor-browser/mach", line 67, in get_mach
mach = check_and_get_mach(dir_path)
File "/home/debian/build/tor-browser/mach", line 42, in
check_and_get_mach
return load_mach(dir_path, mach_path)
File "/home/debian/build/tor-browser/mach", line 30, in load_mach
return mach_bootstrap.bootstrap(dir_path)
File "/home/debian/build/tor-browser/build/mach_bootstrap.py", line 217,
in bootstrap
mach.load_commands_from_file(os.path.join(mozilla_dir, path))
File "/home/debian/build/tor-browser/python/mach/mach/main.py", line
266, in load_commands_from_file
imp.load_source(module_name, path)
File "/home/debian/build/tor-browser/testing/web-
platform/mach_commands.py", line 24, in <module>
from update import updatecommandline
File "/home/debian/build/tor-browser/testing/web-
platform/update/__init__.py", line 17, in <module>
from wptrunner.update import setup_logging, WPTUpdate
File "/home/debian/build/tor-browser/testing/web-
platform/harness/wptrunner/update/__init__.py", line 12, in <module>
from update import WPTUpdate
File "/home/debian/build/tor-browser/testing/web-
platform/harness/wptrunner/update/update.py", line 8, in <module>
from metadata import MetadataUpdateRunner
File "/home/debian/build/tor-browser/testing/web-
platform/harness/wptrunner/update/metadata.py", line 7, in <module>
from .. import metadata
File "/home/debian/build/tor-browser/testing/web-
platform/harness/wptrunner/metadata.py", line 18, in <module>
import testloader
File "/home/debian/build/tor-browser/testing/web-
platform/harness/wptrunner/testloader.py", line 11, in <module>
import wpttest
File "/home/debian/build/tor-browser/testing/web-
platform/harness/wptrunner/wpttest.py", line 10, in <module>
import mozinfo
File "/home/debian/build/tor-
browser/testing/mozbase/mozinfo/mozinfo/__init__.py", line 54, in <module>
import mozinfo
File "/home/debian/build/tor-
browser/testing/mozbase/mozinfo/mozinfo/mozinfo.py", line 95, in <module>
import ctypes
File "/home/debian/install/python/lib/python2.7/ctypes/__init__.py",
line 10, in <module>
from _ctypes import Union, Structure, Array
ImportError: No module named _ctypes
python2.7 /home/debian/build/tor-browser/config/pythonpath.py -I
/home/debian/build/tor-browser/testing/mozbase/mozfile \
/home/debian/build/tor-
browser/python/mozbuild/mozbuild/controller/clobber.py /home/debian/build
/tor-browser
Usage: clobber.py topsrcdir topobjdir
make: *** [/CLOBBER] Error 1
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/15578#comment:41>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs