bugGNU libdbh - Bugs: bug #50063, fails to compile on certain host...

 
 

bug #50063: fails to compile on certain host kernels

Submitter:  Bernhard M. <bmwiedemann>
Submitted:  Tue 17 Jan 2017 08:35:07 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 24 Mar 2017 07:12:56 PM UTC, comment #1: 

uname method is now replaced by a new method which will test
and score the best target from $prefix/share, $prefix/lib and
$prefix/libdata (more can be added very easily now). Determined target
can be overridden by argument to configure script.

If by any chance the new method does not work in a specific OS, reopen bug.

git revision f49cc62..25a9c6b

Dr. Edscott Wilson Garcia <edscott_wilson>
Group administrator
Tue 17 Jan 2017 08:35:07 AM UTC, original submission:  

I found compilation problems of dbh on openSUSE GNU/Linux
when uname -a contained
Linux myhostname 4.4.21-90-default #1 SMP Fri Dec 9 09:49:02 UTC 2016 (fc1fe0e) x86_64 x86_64 x86_64 GNU/Linux

because the kernel's SHA1 hash matched in the configure script
os=`uname -a | grep fc`
if test x"$os" != x ; then
    PKG_CONF_DIR="$datadir/pkgconfig"
fi

and thus placed the .pc file in the wrong path.

It seems, that pattern needs to be made more specific.

Bernhard M. <bmwiedemann>

 

(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 edscott_wilson (Posted a comment)
  • -email is unavailable- added by bmwiedemann (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.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-03-24 edscott_wilson Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code