Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 328967

Summary: dev-scheme/tinyscheme-1.39-r1 doesn't install header file
Product: Gentoo Linux Reporter: Michael Brown <fractalmbrown>
Component: Current packagesAssignee: Scheme Project <scheme>
Status: RESOLVED FIXED    
Severity: normal CC: cyprien, gentoo
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 323263    
Attachments: Modified ebuild which installs scheme.h to /usr/include/scheme.h
tinyscheme-1.39-r2.ebuild

Description Michael Brown 2010-07-19 14:45:29 UTC
dev-scheme/tinyscheme-1.39-r1 installs both libtinyscheme.a and libtinyscheme.so required for embedding the interpreter, but the header file (scheme.h) is not installed.

Reproducible: Always

Steps to Reproduce:
1. Emerge tinyscheme
Actual Results:  
Header is not installed

Expected Results:  
Header is installed
Comment 1 Nick White 2010-08-10 11:58:33 UTC
Created attachment 242229 [details]
Modified ebuild which installs scheme.h to /usr/include/scheme.h
Comment 2 Cyprien Nicolas (fulax) 2010-08-13 13:29:49 UTC
Created attachment 242767 [details]
tinyscheme-1.39-r2.ebuild

I would suggest to rename the header file to tinyscheme.h, as a lot of scheme implementations have their scheme.h, and the library is itself named tinyscheme. Let's try to avoid (future) conflicts or confusions.

It should not break any package, as the header file was not merged on the system before.
Comment 3 Nick White 2010-09-28 11:58:36 UTC
(In reply to comment #2)
> I would suggest to rename the header file to tinyscheme.h, as a lot of scheme
> implementations have their scheme.h, and the library is itself named
> tinyscheme. Let's try to avoid (future) conflicts or confusions.

Sure, sounds good to me.
Comment 4 Marijn Schouten (RETIRED) gentoo-dev 2011-02-28 16:58:50 UTC
this is fixed in 1.40, but someone should talk to upstream about it.