Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 337805 - sys-auth/bioapi-1.2.3-r2 fails to build with automake-1.10 not installed
Summary: sys-auth/bioapi-1.2.3-r2 fails to build with automake-1.10 not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL: http://code.google.com/p/bioapi-linux...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-18 00:05 UTC by Ben Kero
Modified: 2010-11-26 05:19 UTC (History)
0 users

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


Attachments
emerge --info (emergeinfo.log,3.74 KB, text/plain)
2010-09-18 00:06 UTC, Ben Kero
Details
Build log for failed build (build.log,6.74 KB, text/plain)
2010-09-18 00:06 UTC, Ben Kero
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Kero 2010-09-18 00:05:54 UTC
Trying to merge sys-auth/bioapi-1.2.3-r2, the build fails.  I don't have automake-1.10 installed, but config.sub points to it.  Perhaps make it a DEPEND?

lrwxrwxrwx 1 root root   37 Sep 17 23:56 config.guess -> /usr/share/automake-1.10/config.guess
lrwxrwxrwx 1 root root   35 Sep 17 23:56 config.sub -> /usr/share/automake-1.10/config.sub

*BUILD STUFF*
checking whether yytext is a pointer... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for bison... bison -y
configure: error: cannot run /bin/sh ./config.sub

Reproducible: Always

Steps to Reproduce:
1. emerge sys-auth/bioapi
2.
3.

Actual Results:  
Build fails

Expected Results:  
Build succeeds
Comment 1 Ben Kero 2010-09-18 00:06:39 UTC
Created attachment 247731 [details]
emerge --info
Comment 2 Ben Kero 2010-09-18 00:06:55 UTC
Created attachment 247733 [details]
Build log for failed build
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-11-02 11:02:26 UTC
Not really a dependency; upstream lacks the knowledge of using "make dist" it seems. Sigh.