bugGuile - Bugs: bug #30851, [1.9.11] %site-dir different from...

 
 

bug #30851: [1.9.11] %site-dir different from pkg-config, guile-config

Submitter:  Mike Gran <mike121>
Submitted:  Mon 23 Aug 2010 02:37:00 PM UTC
   
 
Category:  None Severity:  2 - Minor
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 25 Aug 2010 02:22:55 PM UTC, comment #1: 

Fixed, thanks for the report!

Andy Wingo <wingo>
Group administrator
Mon 23 Aug 2010 02:37:00 PM UTC, original submission:  

For Guile 2.0, there are two default site-dir paths:
1. $(prefix)/share/guile/site
2. $(prefix)/share/guile/site/2.0

The various config tools seem do disagree about which one to recommend.  Pkg-config and guile-config return the former.  The procedure %site-dir returns the latter.

$ pkg-config guile-2.0 --variable=sitedir

> /usr/local/share/guile/site


$ guile -c "(display (%site-dir))"

> /usr/local/share/guile/site/2.0


$ guile-config info sitedir

> /usr/local/share/guile/site

Mike Gran <mike121>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by wingo (Posted a comment)
  • -email is unavailable- added by mike121 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-08-25 wingo StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code