Github messages for voidlinux
 help / color / mirror / Atom feed
From: Melchizedek6809 <Melchizedek6809@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] Chicken: csc seems broken - missing chicken.h?
Date: Thu, 16 Dec 2021 23:46:16 +0100	[thread overview]
Message-ID: <20211216224616.w4LV85jAoCSlhcDQvHqKstT7QM7aG4xtVi_GmTPCfdM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34570@inbox.vuxu.org>

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

Closed issue by Melchizedek6809 on void-packages repository

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

Description:
### System
* xuname:  
  *Void 5.15.7_1 x86_64-musl AuthenticAMD uptodate rF
* package:  
  *chicken-5.3.0_1

### Expected behavior
An executable image of the program

### Actual behavior
Trying to compile a hello world program with `csc` returns the following error:
```
test.c:8:10: fatal error: chicken.h: No such file or directory
    8 | #include "chicken.h"
      |          ^~~~~~~~~~~
compilation terminated.

Error: shell command terminated with non-zero exit status 256: 'gcc' 'test.c' -o 'test.o' -c  -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -fomit-frame-pointer -I/usr/include/chicken
```

### Steps to reproduce the behavior
The above error message was produced when trying to compile the following scheme program:
```
(display "Test\n")
(exit 0)
```
Running it via `csi test.scm` works just as expected, but when trying to compile it via `csc test.scm` I get the above error. I also tested the same program on another system running Debian and there it produced a working binary to make sure it's not something related to the source or my invocation of csc.


  parent reply	other threads:[~2021-12-16 22:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-16 17:05 [ISSUE] " Melchizedek6809
2021-12-16 22:12 ` paper42
2021-12-16 22:46 ` Melchizedek6809
2021-12-16 22:46 ` Melchizedek6809 [this message]
2021-12-17  8:17 ` ericonr
2021-12-17  8:17 ` ericonr
2022-06-19  2:15 ` github-actions
2022-07-04  2:15 ` [ISSUE] [CLOSED] " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211216224616.w4LV85jAoCSlhcDQvHqKstT7QM7aG4xtVi_GmTPCfdM@z \
    --to=melchizedek6809@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).