Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installazione repository locale
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Johnnydsg
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2013
Posts: 116

PostPosted: Sun Jan 01, 2023 6:17 pm    Post subject: Installazione repository locale Reply with quote

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
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30923
Location: here

PostPosted: Sun Jan 01, 2023 6:40 pm    Post subject: Reply with quote

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
View user's profile Send private message
Johnnydsg
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2013
Posts: 116

PostPosted: Sun Jan 01, 2023 8:09 pm    Post subject: Reply with quote

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.


:D
Back to top
View user's profile Send private message
Johnnydsg
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2013
Posts: 116

PostPosted: Sat Jan 07, 2023 1:48 pm    Post subject: Reply with quote

Code:
!!! Section 'jgenco-overlay' in repos.conf has name different from repository name 'jgenco' set inside repository


che significa :?:
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30923
Location: here

PostPosted: Sat Jan 07, 2023 5:33 pm    Post subject: Reply with quote

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
View user's profile Send private message
Johnnydsg
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2013
Posts: 116

PostPosted: Sun Jan 08, 2023 8:52 am    Post subject: Reply with quote

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
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30923
Location: here

PostPosted: Sun Jan 08, 2023 11:01 am    Post subject: Reply with quote

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
View user's profile Send private message
Johnnydsg
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2013
Posts: 116

PostPosted: Sun Jan 08, 2023 2:04 pm    Post subject: Reply with quote

Grazie mille, sto imparando tanto. :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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