Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 418135 - sys-block/partimage needs eautoreconf to be built without bash as /bin/sh
Summary: sys-block/partimage needs eautoreconf to be built without bash as /bin/sh
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-05-29 13:43 UTC by Piotr Karbowski (RETIRED)
Modified: 2012-05-30 11:23 UTC (History)
0 users

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


Attachments
add eautoreconf (partimage_run_eautoreconf.patch,660 bytes, patch)
2012-05-29 13:44 UTC, Piotr Karbowski (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Karbowski (RETIRED) gentoo-dev 2012-05-29 13:43:52 UTC
Partimage like many others packages need eautoreconf (aclocal and friends) to be bulit with real /bin/sh. patch attached.

Reproducible: Always
Comment 1 Piotr Karbowski (RETIRED) gentoo-dev 2012-05-29 13:44:15 UTC
Created attachment 313525 [details, diff]
add eautoreconf
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-05-29 14:58:53 UTC
(In reply to comment #1)
> Created attachment 313525 [details, diff] [details, diff]
> add eautoreconf

Wait, why? This bug has no errors mentioned and emerge --info is missing too.
Comment 3 Piotr Karbowski (RETIRED) gentoo-dev 2012-05-30 11:23:18 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > Created attachment 313525 [details, diff] [details, diff] [details, diff]
> > add eautoreconf
> 
> Wait, why? This bug has no errors mentioned and emerge --info is missing too.

there were some failures like 'eval CFLAGS=: command not found' and so on. the build.log were not preserved between merges, all I see in /var/log/portage/elog is that emake failed. Now I can't reproduce it.