Page 1 of 1

Using cauldron or testing packages in mageia 7 beta2

PostPosted: Mar 14th, '19, 16:15
by adhefe
I need to make use of packages that are not yet in mageia 7 beta2 "stable" repositories.

I can see them in mageia 7 debug repos (marked as debuginfo) and in cauldron repos.

I want to give them a try since I need them. What is the best option, mageia 7 debug or cauldron repos?

Thanks

Re: Using cauldron or testing packages in mageia 7 beta2

PostPosted: Mar 14th, '19, 16:27
by doktor5000
mageia 7 beta 2 is just a snapshot of cauldron and uses cauldron repositories, and there are no "stable" cauldron repositories.
Also the debuginfo packages just add debug symbols to normal packages, there always has to be a base package, without it there's no matching debuginfo package.

Would be helpful if you would mention what packages you are referring to in particular.

Re: Using cauldron or testing packages in mageia 7 beta2

PostPosted: Mar 14th, '19, 18:02
by adhefe
Now I'm looking for texlive, texstudio packages...

Do you mean there must exist a texstudio (not debuginfo) in mageia 7 beta2 core/tainted?

Re: Using cauldron or testing packages in mageia 7 beta2

PostPosted: Mar 14th, '19, 18:50
by doktor5000

Re: Using cauldron or testing packages in mageia 7 beta2

PostPosted: Mar 14th, '19, 19:08
by adhefe
I used MCC => Configuring media => Add media (I've translated to english) and some more repositories was included. Now I can see texstudio is available. That is, the set of repos mageia's installer configures by default does not contain all the available packages ...

Is it correct?

Re: Using cauldron or testing packages in mageia 7 beta2

PostPosted: Mar 14th, '19, 19:19
by doktor5000
Well, core/release is the main repository which is always added. Although the mirror you were using mighr have been not completely synced or was syncing at the time you tried to install it, this is happening pretty frequently for cauldron.

You should probably mention which repositories you do currently have.
Code: Select all
urpmq --list-media active --list-url

Re: Using cauldron or testing packages in mageia 7 beta2

PostPosted: Mar 15th, '19, 03:01
by adhefe
listmedia.txt
list of media complete
(3.35 KiB) Downloaded 128 times
Here is the output of

urpmq --list-media active --list-url

Code: Select all
Core Updates http://mageia.fis.unb.br/distrib/7/x86_64/media/core/updates
Core Backports http://mageia.fis.unb.br/distrib/7/x86_64/media/core/backports
Nonfree Release http://mageia.fis.unb.br/distrib/7/x86_64/media/nonfree/release
Nonfree Updates http://mageia.fis.unb.br/distrib/7/x86_64/media/nonfree/updates
Nonfree 32bit Release http://mageia.fis.unb.br/distrib/7/i586/media/nonfree/release
Nonfree 32bit Updates http://mageia.fis.unb.br/distrib/7/i586/media/nonfree/updates
Core Release (distrib1) http://mageia.fis.unb.br/distrib/7/x86_64/media/core/release
Core Updates (distrib3) http://mageia.fis.unb.br/distrib/7/x86_64/media/core/updates
Nonfree Release (distrib11) http://mageia.fis.unb.br/distrib/7/x86_64/media/nonfree/release
Nonfree Updates (distrib13) http://mageia.fis.unb.br/distrib/7/x86_64/media/nonfree/updates
Nonfree 32bit Release (distrib36) http://mageia.fis.unb.br/distrib/7/i586/media/nonfree/release
Nonfree 32bit Updates (distrib37) http://mageia.fis.unb.br/distrib/7/i586/media/nonfree/updates


But this output was obtained after adding media via MCC.

The attached file is the complete list from

urpmq --list-media --list-url

Re: Using cauldron or testing packages in mageia 7 beta2

PostPosted: Mar 15th, '19, 03:04
by adhefe
Couldn't find a package for localization of texstudio like

texstudio-l10n

Is it because this is still a beta release?

Re: Using cauldron or testing packages in mageia 7 beta2

PostPosted: Mar 15th, '19, 11:44
by doktor5000

Right above Core Updates should be where Core Release should be.

adhefe wrote:Couldn't find a package for localization of texstudio like

texstudio-l10n

Is it because this is still a beta release?

No, that is because the localications are contained in the main texstudio package.

Re: Using cauldron or testing packages in mageia 7 beta2

PostPosted: Mar 15th, '19, 12:08
by adhefe
Well, texstudio doesn't show in my language, should i file a bug report?

Re: Using cauldron or testing packages in mageia 7 beta2

PostPosted: Mar 16th, '19, 09:02
by doktor5000
Probably, yes.

Could you please show the output as regular user of
Code: Select all
locale
echo $LANG

Re: Using cauldron or testing packages in mageia 7 beta2

PostPosted: Mar 16th, '19, 23:12
by adhefe
Except for LC_ALL, all other environment variables are set to my language:

Code: Select all
$ echo $LANG
pt_BR.UTF-
$ locale
LANG=pt_BR.UTF-8
LC_CTYPE="pt_BR.UTF-8"
LC_NUMERIC="pt_BR.UTF-8"
LC_TIME="pt_BR.UTF-8"
LC_COLLATE="pt_BR.UTF-8"
LC_MONETARY="pt_BR.UTF-8"
LC_MESSAGES="pt_BR.UTF-8"
LC_PAPER="pt_BR.UTF-8"
LC_NAME="pt_BR.UTF-8"
LC_ADDRESS="pt_BR.UTF-8"
LC_TELEPHONE="pt_BR.UTF-8"
LC_MEASUREMENT="pt_BR.UTF-8"
LC_IDENTIFICATION="pt_BR.UTF-8"
LC_ALL=

Re: Using cauldron or testing packages in mageia 7 beta2

PostPosted: Mar 16th, '19, 23:27
by adhefe
TexStudio can be set to use my language but I think it is supposed to use it even if it is set to use the default language ...

Re: Using cauldron or testing packages in mageia 7 beta2

PostPosted: Mar 16th, '19, 23:28
by adhefe
And, I guess, this should be another topic ...

Re: Using cauldron or testing packages in mageia 7 beta2

PostPosted: Mar 17th, '19, 09:00
by isadora
;)