Arch Linux中通过AUR安装Redis Desktop Manager失败

2023-05-16

笔者在安装Redis Desktop Manager时出现了Failed to connect to chromium.googlesource.com port 443: Connection timed out错误,具体见文末。

解决方法

出现这种问题,是某些原因无法连接到Google,令git走代理可以解决。
如何设置git代理,可以具体查看 http://www.cnblogs.com/zhuxiaoxi/p/8398475.html

➜  ~ yaourt redis-desktop-manager

1 aur/redis-desktop-manager 0.9.0_alpha5-1 (13) (0.00)

    Open source cross-platform Redis Desktop Manager based on Qt 5

2 aur/redis-desktop-manager-bin 0.9.0_alpha4-1 (7) (0.00)

    Cross-platform open source Redis DB management tool

==> Enter n° of packages to be installed (e.g., 1 2 3 or 1-3)

==> ---------------------------------------------------------

==> 1

==> Downloading redis-desktop-manager PKGBUILD from AUR...

x .SRCINFO

x PKGBUILD

x fix.patch

x rdm.desktop

x rdm.sh

vyachkonovalov commented on 2016-09-08 08:35

@archerie

I haven't seen that error before. It doesn't look like something is missing. Better ask rdm developers. Let me know if you fix it.



mentos1386 commented on 2017-10-22 13:38

Hey, im having an issue with building:



--

[reduced make log...]

In file included from src/client/linux/crash_generation/crash_generation_server.cc:46:0:

./src/client/linux/handler/exception_handler.h:194:21: error: field ‘context’ has incomplete type ‘google_breakpad::ucontext’

struct ucontext context;

^~~~~~~

./src/client/linux/handler/exception_handler.h:194:12: note: forward declaration of ‘struct google_breakpad::ucontext’

struct ucontext context;

^~~~~~~~

make: *** [Makefile:4986: src/client/linux/crash_generation/crash_generation_server.o] Error 1

make: *** Waiting for unfinished jobs....

== ERROR: A failure occurred in build().

Aborting...

---



Any idea what's wrong?



vyachkonovalov commented on 2017-10-24 21:19

Hi, should be fixed by now



Nirvandil commented on 2018-01-12 11:16



vyachkonovalov commented on 2018-01-12 15:04



redis-desktop-manager 0.9.0_alpha5-1  (2017-10-24 21:18)

( Unsupported package: Potentially dangerous ! )

==> Edit PKGBUILD ? [Y/n] ("A" to abort)

==> ------------------------------------

==> n



==> redis-desktop-manager dependencies:

 - qt5-base (already installed)

 - qt5-charts (already installed)

 - qt5-imageformats (already installed)

 - qt5-tools (already installed)

 - qt5-declarative (already installed)

 - qt5-quickcontrols (already installed)

 - qt5-graphicaleffects (already installed)

 - qt5-svg (already installed)

 - libssh2 (already installed)

 - git (already installed) [makedepend]

 - gcc (already installed) [makedepend]





==> Continue building redis-desktop-manager ? [Y/n]

==> -----------------------------------------------

==> 



==> Building and installing package

==> Making package: redis-desktop-manager 0.9.0_alpha5-1 (Thu Feb  1 19:25:05 CST 2018)

==> Checking runtime dependencies...

==> Checking buildtime dependencies...

==> Retrieving sources...

  -> Cloning rdm git repo...

Cloning into bare repository '/tmp/yaourt-tmp-zhuxiaoxi/aur-redis-desktop-manager/rdm'...

remote: Counting objects: 16449, done.

remote: Compressing objects: 100% (78/78), done.

remote: Total 16449 (delta 57), reused 56 (delta 31), pack-reused 16340

Receiving objects: 100% (16449/16449), 70.88 MiB | 67.00 KiB/s, done.

Resolving deltas: 100% (9784/9784), done.

  -> Found fix.patch

  -> Found rdm.sh

  -> Found rdm.desktop

==> Validating source files with sha256sums...

    rdm ... Skipped

    fix.patch ... Passed

    rdm.sh ... Passed

    rdm.desktop ... Passed

==> Extracting sources...

  -> Creating working copy of RedisDesktopManager git repo...

Cloning into 'rdm'...

done.

Switched to a new branch 'makepkg'

==> Starting prepare()...

Submodule '3rdparty/crashreporter' (https://github.com/RedisDesktop/CrashReporter.git) registered for path '3rdparty/crashreporter'

Submodule '3rdparty/easyloggingpp' (https://github.com/easylogging/easyloggingpp.git) registered for path '3rdparty/easyloggingpp'

Submodule '3rdparty/gbreakpad' (https://github.com/google/breakpad.git) registered for path '3rdparty/gbreakpad'

Submodule '3rdparty/qredisclient' (https://github.com/uglide/qredisclient.git) registered for path '3rdparty/qredisclient'

Cloning into '/tmp/yaourt-tmp-zhuxiaoxi/aur-redis-desktop-manager/src/rdm/3rdparty/crashreporter'...

Cloning into '/tmp/yaourt-tmp-zhuxiaoxi/aur-redis-desktop-manager/src/rdm/3rdparty/easyloggingpp'...

Cloning into '/tmp/yaourt-tmp-zhuxiaoxi/aur-redis-desktop-manager/src/rdm/3rdparty/gbreakpad'...

Cloning into '/tmp/yaourt-tmp-zhuxiaoxi/aur-redis-desktop-manager/src/rdm/3rdparty/qredisclient'...

Submodule path '3rdparty/crashreporter': checked out '34553088c463aa83744848bf0f84ba08c84f04f9'

Submodule path '3rdparty/easyloggingpp': checked out 'f926802dfbde716d82b64b8ef3c25b7f0fcfec65'

Submodule path '3rdparty/gbreakpad': checked out 'aa7115cfdef1c4641830cee5621d2c919dc417b8'

Submodule path '3rdparty/qredisclient': checked out '510662851fa0ecdf36d92e96687fcf4ec43b37ed'

Submodule '3rdparty/hiredis' (https://github.com/redis/hiredis.git) registered for path '3rdparty/qredisclient/3rdparty/hiredis'

Cloning into '/tmp/yaourt-tmp-zhuxiaoxi/aur-redis-desktop-manager/src/rdm/3rdparty/qredisclient/3rdparty/hiredis'...

Submodule path '3rdparty/qredisclient/3rdparty/hiredis': checked out '53c32439bf89279ec62fda0bfd28ed9805b24614'

Cloning into '/tmp/yaourt-tmp-zhuxiaoxi/aur-redis-desktop-manager/src/rdm/3rdparty/linux-syscall-support'...

fatal: unable to access 'https://chromium.googlesource.com/linux-syscall-support/': Failed to connect to chromium.googlesource.com port 443: Connection timed out

fatal: clone of 'https://chromium.googlesource.com/linux-syscall-support' into submodule path '/tmp/yaourt-tmp-zhuxiaoxi/aur-redis-desktop-manager/src/rdm/3rdparty/linux-syscall-support' failed

==> ERROR: A failure occurred in prepare().

    Aborting...

==> ERROR: Makepkg was unable to build redis-desktop-manager.

==> Restart building redis-desktop-manager ? [y/N]

==> ----------------------------------------------

==> 

➜  ~

转载于:https://www.cnblogs.com/zhuxiaoxi/p/8398485.html

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Arch Linux中通过AUR安装Redis Desktop Manager失败 的相关文章

随机推荐

  • 以Integer类型传参值不变来理解Java值传参

    最近在写代码的时候出了一个错误 xff0c 由于对值引用理解的不深 将Integer传入方法中修改 xff0c 以为传入后直接修改Integer中的值就不用写返回值接收了 xff0c 虽然很快发现了问题 xff0c 但还是来总结一下 首先是
  • HD2AV_F3B

    文档内容 xff1a 循环存储器的编写 xff0c 每一行的像素输入进行存储 xff0c 再依据目标像素所在行进行相应的读取 工程中会开辟一定空间的RAM用于存储 xff0c 但是以一个循环的顺序去读写换 时间节点 xff1a 2014 1
  • pip install xxxx报错(一大堆红色exception)【解决】

    安装个distribute或nose或lpthw web或virtualenv 都可能出现下面问题 root 64 kali pip install distribute Collecting distribute Exception Tr
  • 防火墙关闭后不能ping通的解决办法

    修改被ping服务器的防火墙设置 xff1a 开始 控制面板 防火墙 高级 入站规则 文件和打印机共享 回显请求 ICMPv4 In 右键 启用 一共有两个 转载于 https www cnblogs com zhjx0521 p 1041
  • cmake设置mfc编译项目

    cmake minimum required VERSION 3 0 项目名 set PROJ NAME DCMLIB project PROJ NAME 设置变量 set CMAKE ALLOW LOOSE LOOP CONSTRUCTS
  • css 调转180度:transform: rotate(180deg);

    css 调转180度 xff1a transform rotate 180deg 转载于 https www cnblogs com shark1100913 p 8961298 html
  • OpenStack虚拟机冷迁移与热迁移

    一 虚拟机迁移分析 openstacvk虚拟机迁移分为冷迁移和热迁移两种方式 1 1冷迁移 xff1a 冷迁移 cold migration xff0c 也叫静态迁移 关闭电源的虚拟机进行迁移 通过冷迁移 xff0c 可以选择将关联的磁盘从
  • ubuntu下安装谷歌浏览器

    deb 是 Debian Linux 的安装格式 xff0c 在 ubuntu 中同样可以使用 要安装 deb 安装包 xff0c 需要使用 dpkg这个终端命令 xff0c 命令格式如下 xff1a sudo dpkg i lt pack
  • 更改root与vnc密码,配置vnc

    更改root密码 登录到root用户下 passwd 更改vnc密码 vncpasswd 配置vnc vi etc sysconfig vncservers 找到vncservers 61 34 1 myusername 34 这个字符串
  • linux vnc端口修改,vncserver端口的修改

    vnc的默认端口是5901 xff0c 这个说法是不对的 vnc并不是只有一个端口 先看看这个配置 VNCSERVERS 61 34 1 oracle 2 root 34 VNCSERVERARGS 1 61 34 geometry 800
  • winform布局格式

    一 默认布局 可以加panel xff0c 也可以不加 xff1b 通过鼠标拖动控件的方式 xff0c 根据自己的想法布局 拖动控件的过程中 xff0c 会有对齐的线 xff0c 方便操作 xff1b 也可选中要布局的控件 xff0c 在工
  • 事件(信号量、邮箱、消息队列)

    对于共享数据 xff0c 单纯通过加锁来保护在代码实现上这并不是很困难的 真正困难的地方是辨认出需要共享的数据和临界区 xff01 这里有一个很好的经验 xff1a 如果有其他的执行线程可以访问这些数据 xff0c 那么就要给这些数据加锁
  • Hadoop通过API访问HDFS

    1 version 1 通过Hadoop API访问HDFS 64 throws IOException 64 Test public void readFileByAPI throws IOException 获取hadoop配置信息 C
  • 对新课程的学习与期望

    我希望这门课可以让我熟练的掌握网站开发的知识 xff0c 我希望学完这门课后我可以创建出一个我网站 xff0c 我计划每周在这门课上花费13个小时 xff0c 每个礼拜的周一到周五的晚上花两个小时学习高级网站开发 转载于 https www
  • Neutron系列 : Neutron OVS OpenFlow 流表 和 L2 Population(8)

    问题导读 xff1a 1 怎样使用arp responder xff1f 2 怎样搭建l2pop环境 xff1f 3 ARP Responder arp responder 的原理不复杂 Neutorn DB 中保存了所有的端口的 MAC
  • SDN控制器ONOS的学习过程[mininet]

    命令语法 这个符号代表现在处于 Linux 的shell 交互下 xff0c 需要使用的是 Linux 命令mininet gt 这个符号表示现在处于 Mininet 交互下 xff0c 需要使用的是 Mininet 的命令 xff03 这
  • 什么是网络操作系统?网络操作系统具有哪些基本功能?

    网络操作系统是网络上各计算机能方便而有效地共享网络资源 xff0c 为网络用户提供所需的各种服务的软件和有关规程的集合 网络操作系统与通常的操作系统有所不同 xff0c 它除了应具有通常操作系统应具有的处理机管理 存储器管理 设备管理和文件
  • [教程] 【原创】媒体扫描耗电的彻底解决办法(申精)

    http bbs gfan com android 6740350 1 1 html 原创处女贴 xff0c 呵呵 研究换4 1 2也有段时间了 xff0c 4 1 2各方面功能均让我挺满意的 xff0c 用着也蛮顺手的 偶尔上论坛 xff
  • Error Domain=PlugInKit Code=13 打开相册模拟器卡顿

    问题描述 xff1a discovery errors encountered while discovering extensions Error Domain 61 PlugInKit Code 61 13 34 query cance
  • Arch Linux中通过AUR安装Redis Desktop Manager失败

    笔者在安装Redis Desktop Manager时出现了Failed to connect to chromium googlesource com port 443 Connection timed out错误 xff0c 具体见文末