Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471380 - net-wireless/lorcon-0.0_p20130212 USE=ruby - src_configure(): Error: the lorcon2 library was not found, please see the README
Summary: net-wireless/lorcon-0.0_p20130212 USE=ruby - src_configure(): Error: the lorc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-27 08:05 UTC by Manuel Rüger (RETIRED)
Modified: 2013-05-29 19:24 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rüger (RETIRED) gentoo-dev 2013-05-27 08:05:54 UTC
* Running configure phase for ruby18 ...
checking for lorcon_list_drivers() in -lorcon2... no
Error: the lorcon2 library was not found, please see the README
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.

Provided configuration options:
        --with-opt-dir
        --without-opt-dir
        --with-opt-include
        --without-opt-include=${opt-dir}/include
        --with-opt-lib
        --without-opt-lib=${opt-dir}/lib
        --with-make-prog
        --without-make-prog
        --srcdir=.
        --curdir
        --ruby=/usr/bin/ruby18
        --with-orcon2lib
        --without-orcon2lib
sed: can't read ruby-lorcon/Makefile: No such file or directory
 * Running configure phase for ruby19 ...
checking for lorcon_list_drivers() in -lorcon2... no
Error: the lorcon2 library was not found, please see the README
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.



Please use || die for all sed and ${RUBY} commands,  this makes it easier to spot the error.
Comment 1 Manuel Rüger (RETIRED) gentoo-dev 2013-05-29 19:24:41 UTC
seems to be fixed via


  28 May 2013; Rick Farina <zerochaos@gentoo.org> lorcon-0.0_p20130212.ebuild,
  lorcon-9999.ebuild:
  fix to build right, thanks to bonsaikitten for reading my error to me and my
  wife for letting me work on this for 2 hours


Thanks!