View previous topic :: View next topic |
Author |
Message |
Johnnydsg Tux's lil' helper
Joined: 13 Jan 2013 Posts: 120
|
Posted: Sun Jan 01, 2023 6:17 pm Post subject: Installazione repository locale |
|
|
Vorrei installare il repository al seguente indirizzo https://github.com/jgenco/jgenco-overlay
ma non so proprio da dove iniziare, qualche indizio per favore. |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31447 Location: here
|
Posted: Sun Jan 01, 2023 6:40 pm Post subject: |
|
|
Puoi usare app-eselect/eselect-repository. Una volta installato ti basta dare il comando
Code: | # eselect repository add jgenco-overlay git https://github.com/jgenco/jgenco-overlay.git |
e poi dai un emerge --sync per aggiornarlo. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Johnnydsg Tux's lil' helper
Joined: 13 Jan 2013 Posts: 120
|
Posted: Sun Jan 01, 2023 8:09 pm Post subject: |
|
|
fedeliallalinea wrote: | Puoi usare app-eselect/eselect-repository. Una volta installato ti basta dare il comando
Code: | # eselect repository add jgenco-overlay git https://github.com/jgenco/jgenco-overlay.git |
e poi dai un emerge --sync per aggiornarlo. |
|
|
Back to top |
|
|
Johnnydsg Tux's lil' helper
Joined: 13 Jan 2013 Posts: 120
|
Posted: Sat Jan 07, 2023 1:48 pm Post subject: |
|
|
Code: | !!! Section 'jgenco-overlay' in repos.conf has name different from repository name 'jgenco' set inside repository |
che significa |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31447 Location: here
|
Posted: Sat Jan 07, 2023 5:33 pm Post subject: |
|
|
Che l'overlay si chiama jgenco e non jgenco-overlay, quindi il comando giusto sarebbe
Code: | # eselect repository add jgenco git https://github.com/jgenco/jgenco-overlay.git |
e se è il caso che ti ha aggiunto il repository con il nome jgenco-overlay puoi eliminarlo con il comando
Code: | # eselect repository remove -f kgenco-overlay |
Scusa non ho fatto attenzione e il nome dell'overlay si trova nel file profiles/repo_name. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Johnnydsg Tux's lil' helper
Joined: 13 Jan 2013 Posts: 120
|
Posted: Sun Jan 08, 2023 8:52 am Post subject: |
|
|
fedeliallalinea wrote: | Che l'overlay si chiama jgenco e non jgenco-overlay, quindi il comando giusto sarebbe
Code: | # eselect repository add jgenco git https://github.com/jgenco/jgenco-overlay.git |
e se è il caso che ti ha aggiunto il repository con il nome jgenco-overlay puoi eliminarlo con il comando
Code: | # eselect repository remove -f kgenco-overlay |
Scusa non ho fatto attenzione e il nome dell'overlay si trova nel file profiles/repo_name. |
Grazie,
dopo aver fatto l'emerge di rstudio, quando faccio l'aggiornamento del sistema mi ritrovo con il seguente warning, che vorrei mettere a tacere, come faccio?
Code: |
Total: 1 package (1 upgrade), Size of downloads: 0 KiB
WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:
dev-cpp/yaml-cpp:0
(dev-cpp/yaml-cpp-0.7.0_p1:0/0.7::jgenco, ebuild scheduled for merge) USE="-test" ABI_X86="(64) -32 (-x32)" conflicts with
=dev-cpp/yaml-cpp-0.7.0-r2:0/0.7= required by (sci-mathematics/rstudio-2022.12.0.353:0/0::jgenco-overlay, installed) USE="electron -clang -debug -doc -panmirror -qt5 (-qt6) -quarto -server -test" ABI_X86="(64)"
^ ^^^^^^^^
|
|
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31447 Location: here
|
Posted: Sun Jan 08, 2023 11:01 am Post subject: |
|
|
Ti server solo il pacchetto sci-mathematics/rstudio dall'overlay jgenco?
Se si di solito io maschero tutti i pacchetti di un overlay e smaschero solo quello che mi serve:
Code: | # echo "*/*::jgenco" >> /etc/portage/package.mask
# echo "sci-mathematics/rstudio::jgenco" >> /etc/portage/package.unmask |
L'errore viene mostrato perché va in conflitto il pacchetto dev-cpp/yaml-cpp dell'overlay jgenco con quello ufficiale. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Johnnydsg Tux's lil' helper
Joined: 13 Jan 2013 Posts: 120
|
Posted: Sun Jan 08, 2023 2:04 pm Post subject: |
|
|
Grazie mille, sto imparando tanto. |
|
Back to top |
|
|
|