Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] quickjs: 
@ 2021-11-07 10:27 ackalker
  2021-11-07 17:13 ` [ISSUE] [CLOSED] quickjs: compilation using `qjsc` fails with `gcc: error: /usr/lib/quickjs/libquickjs.a: No such file or directory` leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: ackalker @ 2021-11-07 10:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1205 bytes --]

New issue by ackalker on void-packages repository

https://github.com/void-linux/void-packages/issues/33935

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  Void 5.13.19_1 x86_64 GenuineIntel uptodate rrrrmdFFFFFFF
* package:  
  quickjs-2021.03.27_2

### Expected behavior

`qjsc <file.js>` should successfully compile a JavaScript script or module into a self-contained executable

### Actual behavior

Compilation fails with the following error:
```
gcc: error: /usr/lib/quickjs/libquickjs.a: No such file or directory
```

### Steps to reproduce the behavior

1. Ensure that both `quickjs` _and_ `quickjs-devel` packages are installed
2. Create a small JS file for testing: `echo 'console.log("Hello, world!")' > hello.js`
3. Try and compile using `qjsc`: `qjsc hello.js`

### Analysis

Neither the `quickjs` nor the `quickjs-devel` package contains the file mentioned in the error message. `quickjs-devel` does contain a file `/usr/lib/libquickjs.a` (note the missing intermediate directory `quickjs`).

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ISSUE] [CLOSED] quickjs: compilation using `qjsc` fails with `gcc: error: /usr/lib/quickjs/libquickjs.a: No such file or directory`
  2021-11-07 10:27 [ISSUE] quickjs: ackalker
@ 2021-11-07 17:13 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2021-11-07 17:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1208 bytes --]

Closed issue by ackalker on void-packages repository

https://github.com/void-linux/void-packages/issues/33935

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  Void 5.13.19_1 x86_64 GenuineIntel uptodate rrrrmdFFFFFFF
* package:  
  quickjs-2021.03.27_2

### Expected behavior

`qjsc <file.js>` should successfully compile a JavaScript script or module into a self-contained executable

### Actual behavior

Compilation fails with the following error:
```
gcc: error: /usr/lib/quickjs/libquickjs.a: No such file or directory
```

### Steps to reproduce the behavior

1. Ensure that both `quickjs` _and_ `quickjs-devel` packages are installed
2. Create a small JS file for testing: `echo 'console.log("Hello, world!")' > hello.js`
3. Try and compile using `qjsc`: `qjsc hello.js`

### Analysis

Neither the `quickjs` nor the `quickjs-devel` package contains the file mentioned in the error message. `quickjs-devel` does contain a file `/usr/lib/libquickjs.a` (note the missing intermediate directory `quickjs`).

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-07 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-07 10:27 [ISSUE] quickjs: ackalker
2021-11-07 17:13 ` [ISSUE] [CLOSED] quickjs: compilation using `qjsc` fails with `gcc: error: /usr/lib/quickjs/libquickjs.a: No such file or directory` leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).