Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 611068 - sys-apps/ed: configure: WARNING: unrecognized option: '--build=x86_64-pc-linux-gnu' (and more)
Summary: sys-apps/ed: configure: WARNING: unrecognized option: '--build=x86_64-pc-linu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-27 08:14 UTC by Michał Górny
Modified: 2019-11-11 16:18 UTC (History)
1 user (show)

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


Attachments
sys-apps:ed-1.14.2:20170227-080954.log (sys-apps:ed-1.14.2:20170227-080954.log,8.12 KB, text/x-log)
2017-02-27 08:14 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-02-27 08:14:58 UTC
Created attachment 465358 [details]
sys-apps:ed-1.14.2:20170227-080954.log

>>> Configuring source in /tmp/portage/sys-apps/ed-1.14.2/work/ed-1.14.2 ...
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 CC=x86_64-pc-linux-gnu-gcc-5.4.0 CFLAGS=-march=k8-sse3 -mcx16 -msahf --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -O2 -pipe -frecord-gcc-switches LDFLAGS=-march=k8-sse3 -mcx16 -msahf --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -O2 -pipe -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu CPPFLAGS= --bindir=/bin
configure: WARNING: unrecognized option: '--build=x86_64-pc-linux-gnu'
configure: WARNING: unrecognized option: '--host=x86_64-pc-linux-gnu'
configure: WARNING: unrecognized option: '--datadir=/usr/share'
configure: WARNING: unrecognized option: '--sysconfdir=/etc'
configure: WARNING: unrecognized option: '--localstatedir=/var/lib'
configure: WARNING: unrecognized option: '--libdir=/usr/lib64'


Looks like the econf call needs to be replaced with a custom ./configure call.
Comment 1 Larry the Git Cow gentoo-dev 2019-11-11 16:18:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b0f7b6cf3f930c8a8d9c37da1f4dfc92a97c9e

commit 26b0f7b6cf3f930c8a8d9c37da1f4dfc92a97c9e
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2019-11-11 16:17:27 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2019-11-11 16:17:51 +0000

    sys-apps/ed: rev bump
    
    - EAPI bumped to EAPI=7
    
    - Do not use econf
    
    Closes: https://bugs.gentoo.org/611068
    Package-Manager: Portage-2.3.79, Repoman-2.3.18
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 sys-apps/ed/{ed-1.15.ebuild => ed-1.15-r1.ebuild} | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)