Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Portage silently adds '--disable-silent-rules' to configure
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Romanujan
n00b
n00b


Joined: 19 Jan 2005
Posts: 31
Location: Poland

PostPosted: Mon Feb 18, 2019 4:31 pm    Post subject: Portage silently adds '--disable-silent-rules' to configure Reply with quote

I am trying to make my own ebuild for the Vice v3.3 (Versatile Commodore Emulator), but I've quickly ran into a problem:

Code:

>>> Configuring source in /var/tmp/portage/app-emulation/vice-3.3/work/vice-3.3 ...
 * econf: updating vice-3.3/src/lib/libx264/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating vice-3.3/src/lib/libx264/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating vice-3.3/src/lib/liblame/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating vice-3.3/src/lib/liblame/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating vice-3.3/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating vice-3.3/config.sub with /usr/share/gnuconfig/config.sub
./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 --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64
option checking is yes
configure: error: invalid option: --disable-silent-rules


How do I prevent Portage from adding this --disable-silent-rules option? Searching the web only gave me information, that it is added automatically by econf since EAPI 5 if it is found in configure --help output... not really useful for me, I don't want to downgrade to EAPI 4.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30915
Location: here

PostPosted: Mon Feb 18, 2019 4:37 pm    Post subject: Reply with quote

I'm not sure but based on this ebuild try to add --disable-option-checking option to econf
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Romanujan
n00b
n00b


Joined: 19 Jan 2005
Posts: 31
Location: Poland

PostPosted: Mon Feb 18, 2019 4:48 pm    Post subject: Reply with quote

Works - thank you! (silly me, I should have noticed it!)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum