Package Details: freetube-git 0.20.0.beta.r6718.ac3ed8d-1

Git Clone URL: https://aur.archlinux.org/freetube-git.git (read-only, click to copy)
Package Base: freetube-git
Description: An open source desktop YouTube player built with privacy in mind - built from git source tree.
Upstream URL: https://freetubeapp.io
Licenses: AGPL-3.0-or-later
Conflicts: freetube
Provides: freetube
Submitter: picokan
Maintainer: picokan
Last Packager: picokan
Votes: 20
Popularity: 0.41
First Submitted: 2020-10-01 22:23 (UTC)
Last Updated: 2024-06-15 07:42 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

italoghost commented on 2024-05-21 12:11 (UTC) (edited on 2024-05-21 12:15 (UTC) by italoghost)

Hi! I have the same error that @furzegulo had. I wonder if it is related to yarn, as I have another package with the same error.

==> Iniciando build()...
yarn install v1.22.22
(node:16129) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "electron-builder > app-builder-lib@24.13.3" has unmet peer dependency "electron-builder-squirrel-windows@24.13.3".
warning " > eslint-config-standard@17.1.0" has incorrect peer dependency "eslint-plugin-n@^15.0.0 || ^16.0.0 ".
warning " > eslint-plugin-prettier@5.1.3" has incorrect peer dependency "prettier@>=3.0.0".
[4/4] Building fresh packages...
⠁ 
⠁ 
⠁ 
⠁ 
error /home/ghost/.cache/paru/clone/freetube-git/src/FreeTube/node_modules/electron: Command failed.
Exit code: 126
Command: node install.js
Arguments: 




==> ERRO: Uma falha ocorreu em build().
    Abortando...
erro: falha ao compilar 'freetube-git-0.19.1.beta.r5627.993c104-3': 

furzegulo commented on 2024-05-14 03:38 (UTC)

The package fails to build on kernel 6.9.0, although the I had the problem already during the rc-versions.

[1/4] Resolving packages...
[2/4] Fetching packages...
[------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------] 0/1234(node:20085) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
[3/4] Linking dependencies...
warning "electron-builder > app-builder-lib@24.13.3" has unmet peer dependency "electron-builder-squirrel-windows@24.13.3".
warning " > eslint-config-standard@17.1.0" has incorrect peer dependency "eslint-plugin-n@^15.0.0 || ^16.0.0 ".
warning " > eslint-plugin-prettier@5.1.3" has incorrect peer dependency "prettier@>=3.0.0".
[4/4] Building fresh packages...
⠁
⠁
⠁
⠁
error /home/user/.cache/paru/clone/freetube-git/src/FreeTube/node_modules/@fortawesome/fontawesome-common-types: Command failed.
Exit code: 126
Command: node attribution.js
Arguments:




==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'freetube-git-0.19.1.beta.r5627.993c104-3':
error: packages failed to build: freetube-git-0.19.1.beta.r5627.993c104-3

picokan commented on 2024-04-20 07:43 (UTC)

To reiterate what I said in the other package, normally I keep the dependency as the lastest electron version to avoid keeping multiple electron versions in my system. It hasn't bitten me in the ass until now, but to avoid having people report issues upstream that are not their problem I'll stop using only the most recent electron version.

AndyRTR commented on 2024-04-16 11:36 (UTC)

The package is now broken because the current supported electron version is v29. With recent electron bump to v30 the package sagfaults. Maybe keep the PKGBUILD always stick to upstream supported electron version.

picokan commented on 2023-12-14 18:31 (UTC)

@italoghost Thanks for the warning, I've fixed it.

italoghost commented on 2023-12-09 22:46 (UTC)

Hi! Since this commit the package no longer builds due to the changes. It is necessary to change the package-only-necessary.diff file.

italoghost commented on 2023-04-05 00:39 (UTC)

It was solved and now the package compiles just fine!

italoghost commented on 2023-04-04 00:18 (UTC)

Hi, @picokan! I presume it was a problem with upstream, as it resolved by itself! Now there is another problem in upstream while compiling that seems to be related to the translations!

> freetube@0.18.0 pack:main
> webpack --mode=production --node-env=production --config _scripts/webpack.main.config.js

[webpack-cli] Failed to load '/home/ghost/.cache/paru/clone/freetube-git/src/FreeTube/_scripts/webpack.renderer.config.js' config
[webpack-cli] YAMLException: can not read an implicit mapping pair; a colon is missed (332:3)

 329 |     Mimetype: Tipo de medio
 330 | Videos:
 331 |   #& Sort By
 332 | {}
---------^
 333 | Playlist:
 334 |   #& About

I will wait a few more days and if it is not solved until then I will open an issue!

picokan commented on 2023-03-30 09:26 (UTC)

@italoghost I can't replicate that bug, but for some reason your app.asar file is not where it should be in /usr/lib. Can you confirm the file is missing there and if reinstalling works?

italoghost commented on 2023-03-19 16:44 (UTC)

Hi! When I try to launch the application, I receive the following error:

Error launching app
Unable to find Electron app at /usr/lib/freetube-git/app.asar

Cannot find module '/usr/lib/freetube-git/app.asar/dist/main.js'. Please verify that the package.json has a valid "main" entry

I wonder if it the electron dependency is mismatching the one specified on the main.js.