Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#78122 - [blueprint-compiler] not working while git version does

Attached to Project: Community Packages
Opened by Paulo Fino (somepaulo) - Wednesday, 05 April 2023, 09:54 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 05 April 2023, 22:32 GMT
Task Type Bug Report
Category Packages
Status Unassigned
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 1
Private No

Details

Description:
`blueprint-compiler` from the `Community` repo fails to run batch-compile command with no error or log message. It just throws its regular message as if run with no parameters:

```
Generating data/resources/blueprints with a custom command
usage: blueprint-compiler [-h] [--version] command ...

positional arguments:
command
compile Compile blueprint files
batch-compile
Compile many blueprint files at once
port Interactive porting tool
lsp Run the language server (for internal use by IDEs)
help Show this message

optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
```

This makes it impossible to build apps that rely on `blueprint-compiler`, like `converter` (https://aur.archlinux.org/packages/converter) or `dialect` (https://aur.archlinux.org/packages/dialect).
Installing `blueprint-compiler-git` from the AUR solves this.
I haven't found any information on this anywhere except a report of the same error on the `wayfarer-git` package in the AUR (https://aur.archlinux.org/packages/wayfarer-git).

Additional info:
* package version(s) - 0.6.0
* config and/or log files etc. - none/default
* link to upstream bug report, if any - none

Steps to reproduce:
1. Make sure `blueprint-compiler` is installed on your system.
2. Try installing `dialect` or `converter` or `wayfarer-git` from the AUR.
3. When the build script comes to the `blueprint-compiler` command you get its default output, as if run with no parameters, followed by a build error. (Running the command from the build script directly in the correct build folder yields the same result).
4. Replace `blueprint-compiler` with `blueprint-compiler-git` from the AUR.
5. Try installing `dialect` or `converter` or `wayfarer-git` from the AUR again.
6. The app builds and installs as expected.
This task depends upon

Comment by Paulo Fino (somepaulo) - Wednesday, 05 April 2023, 12:18 GMT
Please move to Community Packages. Accidentally posted into Arch Linux.
Comment by Toolybird (Toolybird) - Wednesday, 05 April 2023, 22:31 GMT
Orphaned pkg (i.e. no maintainer). Please see  FS#76538  for additional context. We might be SOL unless someone picks it up.

Loading...