Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 177467 - www-misc/libapreq2-2.08 wrong config/install process
Summary: www-misc/libapreq2-2.08 wrong config/install process
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Highest major (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-07 12:56 UTC by Sergiy Borodych
Modified: 2007-05-31 11:21 UTC (History)
1 user (show)

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 Sergiy Borodych 2007-05-07 12:56:07 UTC
If I see
diff libapreq2-2.07-r1.ebuild libapreq2-2.08.ebuild
...
50c53
<       perl Makefile.PL ${myconf}
---
>       ./configure ${myconf}
...

that wrong !
it install just the C API
and don't install perl modules :(

please see
http://httpd.apache.org/apreq/docs/libapreq2/
Installation chapter

   To build and install the perl API as well, either add
   the "--enable-perl-glue" configure option, or let Makefile.PL
   enable it for you

please enable it
You may add perl USE flag or setup it by default

give me perl modules - I need them :)
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2007-05-31 11:21:01 UTC
Fixed in libapreq2-2.08-r1, thanks :) (the switch from using the Makefile.PL to configure was because the Makefile.PL path was dropping other things - like not acknowledging all of the passed options, despite what their documentation says).