* [gentoo-user] system wants to emerge unstable package
@ 2024-01-22 0:11 syscon edm
2024-01-22 3:18 ` Dale
0 siblings, 1 reply; 7+ messages in thread
From: syscon edm @ 2024-01-22 0:11 UTC (permalink / raw
To: gentoo-user
In: package.mask
...
>net-misc/asterisk-20
current stable versions are;
asterisk-18.18.1
but : emerge -avq asterisk
wants to pull 'net-misc/asterisk-18.20.2" (which is marked as unstable, why?)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] system wants to emerge unstable package
2024-01-22 0:11 [gentoo-user] system wants to emerge unstable package syscon edm
@ 2024-01-22 3:18 ` Dale
2024-01-22 3:23 ` syscon edm
0 siblings, 1 reply; 7+ messages in thread
From: Dale @ 2024-01-22 3:18 UTC (permalink / raw
To: gentoo-user
syscon edm wrote:
> In: package.mask
> ...
>> net-misc/asterisk-20
>
> current stable versions are;
> asterisk-18.18.1
>
> but : emerge -avq asterisk
> wants to pull 'net-misc/asterisk-18.20.2" (which is marked as unstable, why?)
>
>
If you add the -t option to emerge, it should show what is pulling it
in. Worth a try at least. That would be 'emerge -atvq asterisk' and
check the output.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] system wants to emerge unstable package
2024-01-22 3:18 ` Dale
@ 2024-01-22 3:23 ` syscon edm
2024-01-22 10:20 ` netfab
0 siblings, 1 reply; 7+ messages in thread
From: syscon edm @ 2024-01-22 3:23 UTC (permalink / raw
To: gentoo-user
Hm..., it still wants to emerge unstable version:
emerge -atvq asterisk
[ebuild U ] net-misc/asterisk-18.20.2
On Sun, Jan 21, 2024 at 8:19 PM Dale <rdalek1967@gmail.com> wrote:
>
> syscon edm wrote:
> > In: package.mask
> > ...
> >> net-misc/asterisk-20
> >
> > current stable versions are;
> > asterisk-18.18.1
> >
> > but : emerge -avq asterisk
> > wants to pull 'net-misc/asterisk-18.20.2" (which is marked as unstable, why?)
> >
> >
>
>
> If you add the -t option to emerge, it should show what is pulling it
> in. Worth a try at least. That would be 'emerge -atvq asterisk' and
> check the output.
>
> Dale
>
> :-) :-)
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] system wants to emerge unstable package
2024-01-22 3:23 ` syscon edm
@ 2024-01-22 10:20 ` netfab
2024-01-22 10:28 ` Michael
2024-01-22 13:12 ` syscon edm
0 siblings, 2 replies; 7+ messages in thread
From: netfab @ 2024-01-22 10:20 UTC (permalink / raw
To: gentoo-user
Le 21/01/24 à 20:23, syscon edm a tapoté :
> Hm..., it still wants to emerge unstable version:
>
> emerge -atvq asterisk
> [ebuild U ] net-misc/asterisk-18.20.2
>
Please post the output of :
> $ emerge -pvt asterisk
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] system wants to emerge unstable package
2024-01-22 10:20 ` netfab
@ 2024-01-22 10:28 ` Michael
2024-01-22 13:43 ` syscon edm
2024-01-22 13:12 ` syscon edm
1 sibling, 1 reply; 7+ messages in thread
From: Michael @ 2024-01-22 10:28 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 597 bytes --]
On Monday, 22 January 2024 10:20:56 GMT netfab wrote:
> Le 21/01/24 à 20:23, syscon edm a tapoté :
> > Hm..., it still wants to emerge unstable version:
> >
> > emerge -atvq asterisk
> > [ebuild U ] net-misc/asterisk-18.20.2
>
> Please post the output of :
> > $ emerge -pvt asterisk
After you change your asterisk package mask to:
=net-misc/asterisk-20.*
or,
=net-misc/asterisk:0/20
please show the output of
emerge --info | grep ACCEPT_KEYWORDS
grep asterisk -r /etc/portage
NOTE: On a stable amd64 arch, emerge will pull in the latest stable package.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] system wants to emerge unstable package
2024-01-22 10:20 ` netfab
2024-01-22 10:28 ` Michael
@ 2024-01-22 13:12 ` syscon edm
1 sibling, 0 replies; 7+ messages in thread
From: syscon edm @ 2024-01-22 13:12 UTC (permalink / raw
To: gentoo-user
On Mon, Jan 22, 2024 at 4:58 AM netfab <netbox253@netc.eu> wrote:
>
> Le 21/01/24 à 20:23, syscon edm a tapoté :
> > Hm..., it still wants to emerge unstable version:
> >
> > emerge -atvq asterisk
> > [ebuild U ] net-misc/asterisk-18.20.2
> >
>
> Please post the output of :
> > $ emerge -pvt asterisk
emerge -pvt asterisk
These are the packages that would be merged, in reverse order:
Calculating dependencies... done!
Dependency resolution took 7.21 s (backtrack: 0/20).
[ebuild U ~] net-misc/asterisk-18.20.2:0/18::gentoo
[16.30.1:0/16::gentoo] USE="alsa bluetooth caps iconv mysql ssl vorbis
-blocks -calendar -cluster -codec2 -curl (-dahdi) -debug -deprecated
-doc -freetds -gtalk -http -ilbc -ldap -lua -newt -odbc -oss
-pjproject -portaudio -postgres -radius (-selinux) -snmp -span -speex
-srtp -static -statsd -syslog -systemd -unbound -xmpp"
LUA_SINGLE_TARGET="lua5-1 -lua5-3 -lua5-4" VOICEMAIL_STORAGE="-imap
-odbc (-file%*)" 27,782 KiB
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] system wants to emerge unstable package
2024-01-22 10:28 ` Michael
@ 2024-01-22 13:43 ` syscon edm
0 siblings, 0 replies; 7+ messages in thread
From: syscon edm @ 2024-01-22 13:43 UTC (permalink / raw
To: gentoo-user
On Mon, Jan 22, 2024 at 6:34 AM Michael <confabulate@kintzios.com> wrote:
>
> On Monday, 22 January 2024 10:20:56 GMT netfab wrote:
> > Le 21/01/24 à 20:23, syscon edm a tapoté :
> > > Hm..., it still wants to emerge unstable version:
> > >
> > > emerge -atvq asterisk
> > > [ebuild U ] net-misc/asterisk-18.20.2
> >
> > Please post the output of :
> > > $ emerge -pvt asterisk
>
> After you change your asterisk package mask to:
>
> =net-misc/asterisk-20.*
>
> or,
>
> =net-misc/asterisk:0/20
Package: cat /etc/portage/package.mask has: >net-misc/asterisk-20
> please show the output of
>
> emerge --info | grep ACCEPT_KEYWORDS
emerge --info | grep ACCEPT_KEYWORDS
ACCEPT_KEYWORDS="amd64"
> grep asterisk -r /etc/portage
> NOTE: On a stable amd64 arch, emerge will pull in the latest stable package.
Huh, that was it,
grep asterisk -r /etc/portage
/etc/portage/package.mask:>net-misc/asterisk-20
/etc/portage/package.accept_keywords:net-misc/asterisk ~amd64
Thank you!
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-01-22 13:43 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22 0:11 [gentoo-user] system wants to emerge unstable package syscon edm
2024-01-22 3:18 ` Dale
2024-01-22 3:23 ` syscon edm
2024-01-22 10:20 ` netfab
2024-01-22 10:28 ` Michael
2024-01-22 13:43 ` syscon edm
2024-01-22 13:12 ` syscon edm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox