I saw the deletion request and you can go ahead with it. If anyone wants to see this package for whatever reasons, it is still on my PKGBUILDs repo (in an archive subdir, this is definitely not very interesting for me anymore).
Search Criteria
Package Details: mingw-w64-angleproject-samples 2.1.r6381.9f09037-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-angleproject.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-angleproject |
Description: | ANGLE project samples (mingw-w64) |
Upstream URL: | https://chromium.googlesource.com/angle/angle/+/master/README.md |
Licenses: | BSD |
Conflicts: | mingw-w64-angleproject-samples |
Provides: | mingw-w64-angleproject-samples |
Submitter: | brcha |
Maintainer: | Martchus |
Last Packager: | Martchus |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2013-04-23 18:00 (UTC) |
Last Updated: | 2016-12-04 17:05 (UTC) |
Dependencies (7)
- mingw-w64-angleprojectAUR (mingw-w64-angleprojectAUR)
- depot-tools-gitAUR (teapot-gclientAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gyp-gitAUR (make)
- mingw-w64-gcc (mingw-w64-gcc132AUR, llvm-mingw-w64-toolchain-msvcrt-binAUR, llvm-mingw-w64-toolchain-ucrt-binAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python2AUR (python2-binAUR) (make)
Required by (0)
Sources (12)
- 0001-Provide-workaround-for-building-static-libs.patch
- 0002-Provide-Windows-XP-support.patch
- 0003-Fix-dynamic-libraries.patch
- 0004-Link-against-dxguid-d3d9-and-gdi32.patch
- 0005-Export-shader-API-via-libGLESv2.dll.patch
- 0006-Make-GLintptr-and-GLsizeiptr-match-those-from-Qt-5.patch
- 0007-Remove-copy_scripts-target.patch
- 0008-Fix-generation-of-commit_id.h.patch
- 0009-Ensure-dependencies-of-samples-are-found.patch
- 0010-Win32_system_utils.cpp-Make-implicit-cast-explicit.patch
- additional-mingw-header
- angleproject
Martchus commented on 2023-10-29 18:45 (UTC)
alexzk commented on 2018-08-31 18:42 (UTC)
mktemp: failed to create file via template ‘/opt/depot_tools/.cipd_client.XXXXXXX’: Permission denied curl: (23) Failed writing body (0 != 1388) WARNING: Your metrics.cfg file was invalid or nonexistent. A new one will be created. Could not write the metrics collection config: [Errno 13] Permission denied: '/opt/depot_tools/metrics.cfg' Metrics collection will be disabled. created .gclient mktemp: failed to create file via template ‘/opt/depot_tools/.cipd_client.XXXXXXX’: Permission denied curl: (23) Failed writing body (0 != 1388) WARNING: Your metrics.cfg file was invalid or nonexistent. A new one will be created. Could not write the metrics collection config: [Errno 13] Permission denied: '/opt/depot_tools/metrics.cfg' Metrics collection will be disabled.
Failed to fetch file gs://chromium-clang-format/8f37fe78cc478600761211413e4974ceef94501d for buildtools/linux64/clang-format. [Err: /opt/depot_tools/vpython: line 42: /opt/depot_tools/.cipd_bin/vpython: No such file or directory ]
Also replace gyp-git to gyp, damn python
luntik2012 commented on 2018-01-26 13:25 (UTC) (edited on 2018-01-26 13:27 (UTC) by luntik2012)
resolved it using
export PATH="${PATH}:/opt/depot_tools"
but got another error (how to format snippets on this website?)
[0:00:06] Checked out 81c2e5ff92af29bab61c982808076ddce3d200a2 to a detached HEAD. Before making any commits in this repo, you should use 'git checkout <branch>' to switch to an existing branch or use 'git checkout origin -b <branch>' to create a new branch for your work. [0:00:06]</branch></branch>
<hr>Traceback (most recent call last):
File "/opt/depot_tools/gclient.py", line 2836, in <module> sys.exit(main(sys.argv[1:]))</module>
File "/opt/depot_tools/gclient.py", line 2822, in main return dispatcher.execute(OptionParser(), argv)
File "/opt/depot_tools/subcommand.py", line 252, in execute return command(parser, args[1:])
File "/opt/depot_tools/gclient.py", line 2577, in CMDsync ret = client.RunOnDeps('update', args)
File "/opt/depot_tools/gclient.py", line 1578, in RunOnDeps work_queue.flush(revision_overrides, command, args, options=self._options)
File "/opt/depot_tools/gclient_utils.py", line 1059, in run self.item.run(self.args, *self.kwargs)
File "/opt/depot_tools/gclient.py", line 950, in run self.ParseDepsFile()
File "/opt/depot_tools/gclient.py", line 745, in ParseDepsFile deps_content, global_scope, local_scope, filepath)
File "/opt/depot_tools/gclient_eval.py", line 227, in Exec _visit_in_module(stmt)
File "/opt/depot_tools/gclient_eval.py", line 211, in _visit_in_module value = _gclient_eval(node.value, global_scope, filename=filename)
File "/opt/depot_tools/gclient_eval.py", line 191, in _gclient_eval return _convert(node_or_string)
File "/opt/depot_tools/gclient_eval.py", line 164, in _convert for k, v in zip(node.keys, node.values))
File "/usr/lib/python2.7/collections.py", line 69, in init self.__update(args, *kwds)
File "/usr/lib/python2.7/_abcoll.py", line 571, in update for key, value in other:
File "/opt/depot_tools/gclient_eval.py", line 164, in <genexpr> for k, v in zip(node.keys, node.values))</genexpr>
File "/opt/depot_tools/gclient_eval.py", line 164, in _convert for k, v in zip(node.keys, node.values))
File "/usr/lib/python2.7/collections.py", line 69, in init self.__update(args, *kwds)
File "/usr/lib/python2.7/_abcoll.py", line 571, in update for key, value in other:
File "/opt/depot_tools/gclient_eval.py", line 164, in <genexpr> for k, v in zip(node.keys, node.values))</genexpr>
File "/opt/depot_tools/gclient_eval.py", line 183, in _convert return _convert(node.left) + _convert(node.right)
File "/opt/depot_tools/gclient_eval.py", line 185, in _convert return _convert(node.left) % _convert(node.right)
TypeError: not all arguments converted during string formatting
==> ERROR: A failure occurred in prepare(). Aborting...
==> ERROR: Makepkg was unable to build mingw-w64-angleproject.
==> Restart building mingw-w64-angleproject ? [y/N]
==> ----------------------------------------------- ==>
Martchus commented on 2018-01-24 16:47 (UTC)
Yes, this file seems to be gone in newer versions of depot-tools. You could try the following fix: https://github.com/Martchus/PKGBUILDs/commit/580bf7249e0e05f79989b49473dd37086f830107
If it works, I'll update the AUR package. Otherwise you can stick to depot-tools-git-r3726.e4f0fe0-1 till I have time to fix this package.
luntik2012 commented on 2018-01-24 15:00 (UTC) (edited on 2018-01-24 15:02 (UTC) by luntik2012)
==> Starting prepare()... /mnt/ssd120/tmp/yaourt-tmp-nick/aur-mingw-w64-angleproject/./PKGBUILD: line 71: /etc/profile.d/depot_tools.sh: No such file or directory ==> ERROR: A failure occurred in prepare(). Aborting... ==> ERROR: Makepkg was unable to build mingw-w64-angleproject. ==> Restart building mingw-w64-angleproject ? [y/N]
I don't have depot_tools.sh even in /opt/depot_tools
Pinned Comments
Martchus commented on 2016-05-18 21:57 (UTC)