Page 9 of 17
New Builds
Posted: Sun Jun 05, 2022 6:58 am
by doadin
Re: Deluge Windows Builds
Posted: Sun Jun 05, 2022 7:33 am
by mhertz
From build log I am seeing patching file gi/__init__.py
Hunk #1 succeeded at 36 (offset -2 lines).
Hunk #2 succeeded at 50 with fuzz 2 (offset -3 lines).
Running build.py directly is now deprecated, please run `pip install .`
usage: build.py [-h] [-v] [-d] {build,list,outdated} ...
When using this commandline
poetry run gvsbuild build
--platform=${{ matrix.arch }}
--vs-ver=${{ matrix.vstudio }}
--same-python
--enable-gi
--py-wheel
--skip gtksourceview4,emeus,clutter
gtk3-full pycairo pygobject lz4 enchant
So not sure what is happening.
I use this: (--patches-root-dir not needed anymore possibly, as a PR merged regarding it. All the rest "useless" options is just because I cache the download-packages and build under wherever run from etc)
Code: Select all
pip install .
pip install build
gvsbuild build --archives-download-dir=%DOWNLOAD_DIR% --build-dir="%BUILD_DIR%" --patches-root-dir="%BUILD_DIR%\gvsbuild\patches" --msys-dir="%MSYSPATH:~1,-9%" --vs-ver=%VS_VER% --platform=x64 --vs-install-path=%MSVC_DIR% --same-python --enable-gi --py-wheel gtk3 adwaita-icon-theme hicolor-icon-theme pycairo pygobject --capture-out --print-out
Edit: Sorry, didn't read your reply correct I think, so that's seemingly strange??? I haven't tested this in a couple days, so i'll recheck little later today and post back if somethings changed.
Edit2: Still works here, so please let me know if can test/do something for you(as when not having access to your build-CI or whatever called, then hard to troubleshoot in "blind").
Edit3: Just noticed you posted new builds while I made this post, so if your gvsbuild issue was fixed already, then sorry for the noise

Re: New Builds
Posted: Sun Jun 05, 2022 8:45 am
by pjlbyrne
This works for me - and seems a lot snappier than the 2.0.4 build I was on before - thanks!
Re: Deluge Windows Builds
Posted: Sun Jun 05, 2022 5:35 pm
by mhertz
@doadin, thanks for builds mate

(my previous reply, I haden't seen your last post/builds, sorry)
@all, If noticing a GTK warning in terminal of deluge-debug.exe, e.g.:
Code: Select all
(deluge-debug:3356): Gdk-WARNING **: 19:24:31.929: Could not open registry key 'SYSTEM\CurrentControlSet\Control\Keyboard Layouts\D0010409'. Error code: 2
Then shouldn't be an issue, well also is just a "warning", but might as well explain that the reg-key sometimes is aliased to another key, which is found correctly next, and if not then would produce error in new message - newer gtk's like this have revised key-lookup code making them starting noticably faster reportedly.
Re: Deluge Windows Builds
Posted: Sun Jun 05, 2022 7:48 pm
by doadin
mhertz wrote: ↑Sun Jun 05, 2022 5:35 pm
@doadin, thanks for builds mate

(my previous reply, I haden't seen your last post/builds, sorry)
@all, If noticing a GTK warning in terminal of deluge-debug.exe, e.g.:
Code: Select all
(deluge-debug:3356): Gdk-WARNING **: 19:24:31.929: Could not open registry key 'SYSTEM\CurrentControlSet\Control\Keyboard Layouts\D0010409'. Error code: 2
Then shouldn't be an issue, well also is just a "warning", but might as well explain that the reg-key sometimes is aliased to another key, which is found correctly next, and if not then would produce error in new message - newer gtk's like this have revised key-lookup code making them starting noticably faster reportedly.
@mhertz Yea I figured it out. Thanks though!
Re: New Builds
Posted: Mon Jun 06, 2022 6:52 pm
by highvoltage
Hey doadin,
status does not change to seed

Re: New Builds
Posted: Tue Jun 07, 2022 9:45 pm
by doadin
highvoltage wrote: ↑Mon Jun 06, 2022 6:52 pm
Hey doadin,
status does not change to seed
Did previous builds work? if so which? Also logs would be nice.
Re: New Builds
Posted: Wed Jun 08, 2022 12:08 am
by highvoltage
doadin wrote: ↑Tue Jun 07, 2022 9:45 pm
highvoltage wrote: ↑Mon Jun 06, 2022 6:52 pm
Hey doadin,
status does not change to seed
Did previous builds work? if so which? Also logs would be nice.
Sorry doadin, after a reboot the problem disappeared, everything is ok thanks very much.
Re: Deluge Windows Builds
Posted: Fri Jun 17, 2022 12:00 am
by SuperCoolDude
Is the .ps1 in the original post broken? I can't get past downloading the Strawberry thing.
If so, how to update the script?
Re: Deluge Windows Builds
Posted: Wed Jun 22, 2022 12:21 am
by doadin
SuperCoolDude wrote: ↑Fri Jun 17, 2022 12:00 am
Is the .ps1 in the original post broken? I can't get past downloading the Strawberry thing.
If so, how to update the script?
I just tested the straberry perl download and it worked fine not sure what your issue is. Have you tried to download using the url in your browser?