Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 328967 - dev-scheme/tinyscheme-1.39-r1 doesn't install header file
Summary: dev-scheme/tinyscheme-1.39-r1 doesn't install header file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 323263
  Show dependency tree
 
Reported: 2010-07-19 14:45 UTC by Michael Brown
Modified: 2011-02-28 16:58 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Modified ebuild which installs scheme.h to /usr/include/scheme.h (tinyscheme-1.39-r1.ebuild,1.31 KB, text/plain)
2010-08-10 11:58 UTC, Nick White
Details
tinyscheme-1.39-r2.ebuild (tinyscheme-1.39-r2.ebuild,1.34 KB, text/plain)
2010-08-13 13:29 UTC, Cyprien Nicolas (fulax)
Details

Note You need to log in before you can comment on or make changes to this bug.
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.