Did you have "uuid-dev" installed when when you started compiling?

I tried a build on a fresh installation, and eventually got an error
about "uuid.h" missing. After installing it, the build continued but
eventually failed with a "malformed fasl-object header in petite"
error. The problem is that a `configure` step had gone bad (too
quietly) since "uuid.h" was missing.

So, I wonder if the issue is related to `strip`, or if it was just that
you re-ran `configure` after installing "uuid-dev".

I'll look into improving the `configure` script, in any case.

At Sat, 23 Nov 2019 08:24:25 -0800 (PST), EdK wrote:
> I am running a 32-bit ubuntu 18.04 distribution and when I try to
> build racket 7.5 with chez scheme I get the following error:
> 
>   cd cs/c; make setup-install
>   make[3]: Entering directory '/usr/local/src/racket-7.5/src/build/cs/c'
>   /usr/racket/bin/racket  -X "/usr/racket/share/racket/collects" -G 
> "/usr/racket/etc/racket"    -N "raco" -l- setup  
>   malformed fasl-object header in petite
>   Makefile:403: recipe for target 'setup-install' failed
> 
> Just as an experiment I temporarily replaced the "strip" binary on my
> machine with an executable shell script that does nothing, and then
> reconfigured, rebuilt, and reinstalled, and except for having to
> manually change the file permissions on the resulting racket
> executable so that users other than root could execute it everything
> seemed to work.
> 
> Please let me know what additional information I could provide.
> 
> EdK
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Racket Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/racket-dev/4a2a87fc-5aa3-4472-8501-dc034dec67
> 43%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/5dd9a52f.1c69fb81.b932c.2d7bSMTPIN_ADDED_MISSING%40gmr-mx.google.com.

Reply via email to