惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
D
DataBreaches.Net
Microsoft Security Blog
Microsoft Security Blog
V
Visual Studio Blog
GbyAI
GbyAI
美团技术团队
云风的 BLOG
云风的 BLOG
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
博客园 - 三生石上(FineUI控件)
N
Netflix TechBlog - Medium
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
博客园 - 【当耐特】
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
宝玉的分享
宝玉的分享
阮一峰的网络日志
阮一峰的网络日志
T
The Blog of Author Tim Ferriss
Y
Y Combinator Blog
U
Unit 42
P
Proofpoint News Feed
V
V2EX

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - osslsigncode
2026-06-21 · via AUR Newest Packages

dextercd commented on 2025-09-09 20:01 (UTC)

The tests run successfully now. Unfortunately, they're all simply skipped if you don't have the python-cryptography package installed.

I think it might be good to add this dependency to the checkdepends array.

mbunkus commented on 2025-05-08 19:41 (UTC) (edited on 2025-05-08 19:51 (UTC) by mbunkus)

Yeah, I know. I currently am not motivated to analyze why the tests fail. I build with --nocheck myself; the resulting binary still does what it should do.

If you or someone else wants to investigate & provide a fix, I'd really appreciate it.

Edit: I've found the issue[1] over on Github & have added more information. This doesn't seem to be a packaging issue per se, rather the official instructions how to run the tests might be wrong — or the test server start code might be buggy. Let's see how the issue shakes out.

[1] https://github.com/mtrojnar/osslsigncode/issues/433

crunk1 commented on 2025-05-08 19:25 (UTC) (edited on 2025-05-08 19:25 (UTC) by crunk1)

Test errors, missing test files. Seeing various errors like

Failed to open file: /tmp/makepkg/osslsigncode/src/build/Testing/files/ts_revoked.{256appx,512appx,cat,exe,ex_,mof,msi,psc1,ps1}

and

RFC 3161 timestamping failed
Use the "-t" option to add the Authenticode Time-Stamp Authority or choose another one RFC3161 Time-Stamp Authority
Unable to set unauthenticated attributes
80201889D5740000:error:1E800080:HTTP routines:OSSL_HTTP_REQ_CTX_nbio:failed reading data:crypto/http/http_client.c:596:
80201889D5740000:error:1E800067:HTTP routines:OSSL_HTTP_REQ_CTX_exchange:error receiving:crypto/http/http_client.c:1045:server=http://127.0.0.1:41761

gsus commented on 2025-03-26 15:34 (UTC) (edited on 2025-03-26 15:37 (UTC) by gsus)

Hello I have problems to pass the tests the python start_server.py script does not work.

On the logs I only get timeout.

2/318 Testing: start_server
2/318 Test: start_server
Command: "/usr/bin/python3.13" "/home/gsus/osslsigncode/src/build/Testing/start_server.py" "--exe" "/usr/bin/python3.13" "--script" "/home/gsus/osslsigncode/src/build/Testing/server_http.py"
Directory: /home/gsus/osslsigncode/src/build
"start_server" start time: Mar 26 12:29 -03
Output:
----------------------------------------------------------
<end of output>
Test time =  60.04 sec
----------------------------------------------------------
Test Failed.
"start_server" end time: Mar 26 12:30 -03
"start_server" time elapsed: 00:01:00
----------------------------------------------------------

kusoneko commented on 2024-03-26 11:56 (UTC) (edited on 2024-03-26 11:57 (UTC) by kusoneko)

Hello,

The latest version, 2.8, does not compiles in a clean chroot due to it missing python. Please add it to the depends array.

Thank you.

lacsaP commented on 2024-01-12 13:39 (UTC) (edited on 2024-01-12 14:17 (UTC) by lacsaP)

hi,

I've just built osslsigncode and realized that using a proxy to download the sources interferes with the tests carried out at the end of the build.

adding unset http_proxy at the start of prepare() function avoids interference.

regards, lacsaP.

mbunkus commented on 2023-12-22 09:56 (UTC)

The tests work just fine for me at the moment.

With the upload of 2.7-1 I also fixed the issue of having that server_http.py process lying around after the tests. It's due to a bug in upstream that I reported here[1] and that's been fixed since. I apply a similar fix within the PKGBUILD until the next release comes out.

If tests other than the "stop_server" one are failing, I cannot really help you with those. They work fine on my end. Maybe try building from the git master (it's dead simple) & report resulting test failure issues upstream. Also look at the log file the tests produce ("Testing/Temporary/LastTest.log" in the build directory) for possible reasons.

[1] https://github.com/mtrojnar/osslsigncode/issues/331

crunk1 commented on 2023-12-22 05:46 (UTC)

As mbunkus pointed out on 2023-11-10, I'm seeing CTest failures in 2.7-1. Tests 108-147, 153-157 fail.

mbunkus commented on 2023-11-10 08:21 (UTC)

You'll have to file an issue with the upstream. I only execute the totally normal ctest Release command during the check phase. If that one leaves processes around, it's a bug in their cmake setup, I think.

MS-DTYP commented on 2023-11-09 23:18 (UTC)

I've discovered this in my processlist after yay -S osslsigncode:

/usr/bin/python3.11 /home/test/.cache/yay/osslsigncode/src/build/Testing/server_http.py