bugGnash - The GNU Flash player - Bugs: bug #23351, failure to detect port-installed...

 
 

bug #23351: failure to detect port-installed boost on OS X

Submitter:  Bastiaan Jacques <bjacques>
Submitted:  Sun 25 May 2008 01:55:06 AM UTC
   
 
Category:  build Severity:  3 - Normal
Release:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 23 Feb 2011 09:52:55 AM UTC, comment #4: 

Is this still a bug?

Benjamin Wolsey <bwy>
Group Member
  Spam posted by anonymous
Thu 12 Jun 2008 12:57:41 AM UTC, comment #2: 

Assigning to the new build system wrangler.

Bastiaan Jacques <bjacques>
Group Member
Sat 31 May 2008 04:07:27 PM UTC, comment #1: 

I can confirm.

Markus Gothe <nihilus>
Group Member
Sun 25 May 2008 01:55:06 AM UTC, original submission:  

On this system, the installed boost directory structure is as follows:

/opt/local/include/boost -> boost-1_34_1/boost
/opt/local/include/boost-1_34_1

so the following line from boost.m4:

dirs="`ls -dr $i/boost* 2>/dev/null`"

yields not one but two results. Apparently this is enough to cause boost.m4 to not detect the correct CXXFLAGS, which is empty.

Now if the above line is changed to

dirs="`ls -dr $i/boost-* 2>/dev/null`"

(adding a -), only one directory is obviously covered, and this works as expected.

But that might not be the ideal fix.

Bastiaan Jacques <bjacques>
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 bwy (Posted a comment)
  • -email is unavailable- added by nihilus (Posted a comment)
  • -email is unavailable- added by bjacques (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 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-03-19 bjacques StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2011-02-23 bwy StatusConfirmed Ready For Test
        Assigned tonelsonrn None
    2008-06-12 bjacques Assigned torsavoye nelsonrn
    2008-05-31 nihilus StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-bb6a.
    Corresponding source code