Search Criteria
Package Details: logmaster-git 130.ae03a4d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/logmaster-git.git (read-only, click to copy) |
---|---|
Package Base: | logmaster-git |
Description: | Log viewer for linux with large file support, kubernetes support and highlighting |
Upstream URL: | http://github.com/jonathanballs/logmaster |
Keywords: | gtk kubernetes logging |
Licenses: | MIT |
Provides: | logmaster |
Submitter: | jonathanbaur |
Maintainer: | jonathanbaur |
Last Packager: | jonathanbaur |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-02-22 20:23 (UTC) |
Last Updated: | 2019-03-03 15:58 (UTC) |
Latest Comments
jonathanbaur commented on 2019-03-03 15:59 (UTC)
@bscubed. Thanks for the report. Should be fixed now.
bscubed commented on 2019-03-03 05:12 (UTC) (edited on 2019-03-03 05:29 (UTC) by bscubed)
Fails to compile for me, maybe my version of dub and/or ldc is too new? My dub version is 1.13.0 and my ldc version is 1.14.0. The error message is:
Unknown command line flags: --target=release Type "dub build -h" to get a list of all supported flags. ==> ERROR: A failure occurred in build(). Aborting... Error making: logmaster-git
EDIT: Changing the flag from
--target=release
to--build=release
allowed it to successfully build for me.