Package Details: hydrogen-git 1.2.0.r301.g05b49c75c-1

Git Clone URL: https://aur.archlinux.org/hydrogen-git.git (read-only, click to copy)
Package Base: hydrogen-git
Description: An advanced drum machine (git version)
Upstream URL: https://github.com/hydrogen-music/hydrogen
Licenses: GPL
Groups: pro-audio
Conflicts: hydrogen
Provides: hydrogen
Submitter: SpotlightKid
Maintainer: SpotlightKid
Last Packager: SpotlightKid
Votes: 3
Popularity: 0.000000
First Submitted: 2016-02-03 14:38 (UTC)
Last Updated: 2023-10-16 22:21 (UTC)

Latest Comments

1 2 3 Next › Last »

SpotlightKid commented on 2023-04-06 17:23 (UTC)

@jurayk: with VCS packages it's kinda expected that upstream sometimes breaks things. The code should compile with -Werror=format-security (which is in the standard CFLAGS used by makepkg, but it doesn't. Please report this upstream. Alternatively, you could edit /etc/makepkg.conf and temporarily remove this flags from CFLAGS (make sure you start with a clean build dir then).

jurayk commented on 2023-04-06 17:01 (UTC)

Hi, I can't install the package with yay utility due to following error. Thank You for any help!

.cache/yay/hydrogen-git/src/hydrogen/src/core/Logger.cpp: In function ‘void* H2Core::loggerThread_func(void*)’:
.cache/yay/hydrogen-git/src/hydrogen/src/core/Logger.cpp:58:32: error: format not a string literal and no format arguments [-Werror=format-security]
   58 |                         fprintf( stderr,
      |                         ~~~~~~~^~~~~~~~~
   59 |                                          QString( "Error: can't open log file [%1] for writing...\n" )
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   60 |                                          .arg( logger->m_sLogFilePath ).toLocal8Bit().data() );
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1plus: some warnings being treated as errors
make[2]: *** [src/core/CMakeFiles/hydrogen-core-1.2.0.dir/build.make:734: src/core/CMakeFiles/hydrogen-core-1.2.0.dir/Logger.cpp.o] Error 1
make[2]: Leaving directory 'gc.cache/yay/hydrogen-git/src/hydrogen/build'
make[1]: *** [CMakeFiles/Makefile2:246: src/core/CMakeFiles/hydrogen-core-1.2.0.dir/all] Error 2
make[1]: Leaving directory 'gc.cache/yay/hydrogen-git/src/hydrogen/build'
make: *** [Makefile:156: all] Error 2
make: Leaving directory 'gc.cache/yay/hydrogen-git/src/hydrogen/build'
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: hydrogen-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
hydrogen-git - exit status 4

Gafanhoto commented on 2022-08-08 01:00 (UTC)

hey hey, I was trying to install hydrogen, but while cloning I get a timeout. The fix for this: 1) open the PKGBUILD file and go to line 19 (source=("${_pkgname}"::'git://github.com/hydrogen-music/hydrogen.git')

2) instead of "git://", write "git+https://"

basz commented on 2021-05-29 23:18 (UTC)

Thanks for updating to the new beta version. However, to build it you require "itstool". I installed it manually and build proceeds fine, but it needs to be added as a dependency.

codebling commented on 2020-10-06 15:56 (UTC)

@SpotlightKid very impressive response time! Thanks for the fix!! Can confirm that package is correct now.

SpotlightKid commented on 2020-10-06 13:30 (UTC) (edited on 2020-10-06 13:38 (UTC) by SpotlightKid)

@codebling: thanks for the heads-up! This is a regression in upstream:

https://github.com/hydrogen-music/hydrogen/commit/a7f44df2e3b56f937c251b7b5764800ce983f4fe#diff-b600d9559dced5a283e137852d242e56L8

I've included a fix for it in the PKGBUILD.

codebling commented on 2020-10-06 03:43 (UTC)

i18n folder is incorrectly getting installed in /usr/data/ instead of /usr/share/hydrogen/data/.

The PKGBUILD looks fine. I think that the problem is in updateTranslations.sh, which runs a number of commands with the path ../..

SpotlightKid commented on 2019-04-16 10:58 (UTC)

@PSO: Thanks for reporting. Fixed now.

PS0 commented on 2019-04-16 09:18 (UTC)

There are two errors in the PKGBUILD: 1. INSTALL.txt is now named INSTALL.md. 2. The library part is installed in /usr/lib64, but that's not allowed in Arch Linux packages. Add the line -DCMAKE_INSTALL_LIBDIR=lib to cmake's build arguments to fix this.

basz commented on 2018-09-11 16:39 (UTC)

You need qt5-tools as a dependency to provide Qt5LinguistTools.