Package Details: fluent-bit 3.0.2-1

Git Clone URL: https://aur.archlinux.org/fluent-bit.git (read-only, click to copy)
Package Base: fluent-bit
Description: Collect data/logs from different sources, unify and send them to multiple destinations.
Upstream URL: https://fluentbit.io/
Keywords: elasticsearch fluentd
Licenses: Apache
Submitter: jjm
Maintainer: jjm
Last Packager: jjm
Votes: 5
Popularity: 0.000010
First Submitted: 2018-08-13 11:24 (UTC)
Last Updated: 2024-04-17 18:14 (UTC)

Pinned Comments

jjm commented on 2021-12-31 08:36 (UTC) (edited on 2023-09-18 19:57 (UTC) by jjm)

Merge requests for this PKGBUILD are welcome at https://gitlab.com/j0057-git/aur/fluent-bit.

Latest Comments

« First ‹ Previous 1 2 3

jjm commented on 2019-09-08 19:13 (UTC) (edited on 2019-09-08 19:13 (UTC) by jjm)

@WRMSR - that is strange because not only is the version number the same, the MD5 sum of the tarball is the same as well, meaning they did not release a new version 1.2.2.

I suppose this has to do with the system being built on..?

WRMSR commented on 2019-09-04 13:57 (UTC) (edited on 2019-09-04 19:31 (UTC) by WRMSR)

Hi,

it seems, that the source package has been fixed, although w/o releasing a new version, just repacking the existing version, because the package did not build for me anymore. There's no /usr/lib64 anymore, and they renamed the /usr/lib/system to the correct name /usr/lib/systemd.

Changing package() to just:

package() {
    cd $pkgname-$pkgver/build

    make DESTDIR="$pkgdir/" install

    # put /lib/* in /usr/lib
    mv $pkgdir/lib/* $pkgdir/usr/lib
    rmdir $pkgdir/lib
}

does the trick now with a cleanBuild.

WRMSR commented on 2019-08-09 21:12 (UTC) (edited on 2019-08-09 21:16 (UTC) by WRMSR)

Hi,

your package installs the "fluent-bit.service" file to "/lib/system" and not "/lib/systemd/system".

It's not in the systemd search path thus you can't enable this unit w/o copying it to another location (or enabling it via absolute path).

jjm commented on 2019-08-08 05:16 (UTC)

Thanks for the heads-up, fixed in 1.2.2-3.

yaroot commented on 2019-08-08 00:22 (UTC)

please don't hard code job parallelism in PKGBUILD, users may want use the value they've set in makepkg.conf