Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
en fråga om maskerade program
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Scandinavian
View previous topic :: View next topic  
Author Message
Paradoxx
Apprentice
Apprentice


Joined: 13 Jan 2003
Posts: 197
Location: Sweden

PostPosted: Mon Jul 21, 2003 1:50 am    Post subject: en fråga om maskerade program Reply with quote

när man provar installera ett program som är maskat endar man ju det i make.conf så den tilåter att man laddar ner masade prog men om man har en lista typ

emerge xfree gnome gdm xmms xmms-themes licq licq-themes amsn mc nmap xchat gtoast mplayer lsdvd dvdauthor libdvdread libdvdplay libdvdnav libdvdcss dvdrtools gimp

men ett prog är makat kan man på nåt set seta ett kommando så den bara installerar typ (install onley thes program xfce4) så den inte laddar ner alla instabila libs

om jag endrar i make.conf och seter den på tilåta maskade typ sen gör

emerge xfree gnome gdm xmms xmms-themes licq licq-themes amsn mc nmap xchat gtoast mplayer lsdvd dvdauthor libdvdread libdvdplay libdvdnav libdvdcss dvdrtools gimp xfce4


och sen läger mej och ZZZzzz så kommer ju hela mitt sys va instabilt kan man tå nåt set klema in typ
emerge xfree gnome gdm xmms xmms-themes licq licq-themes amsn mc nmap xchat gtoast mplayer lsdvd dvdauthor libdvdread libdvdplay libdvdnav libdvdcss dvdrtools gimp (alov masked prog xfce but no mor maked)

går det på nåt set och sen hur gör jag då för om jag vill klema in mer maskade progs?


fata ni min fråga?? :?:
_________________
//Jag är dyslectiker

//pless dount complain im dyslectic


//i whas born in hell im going to hell
Back to top
View user's profile Send private message
aridhol
Guru
Guru


Joined: 20 Jan 2003
Posts: 509
Location: Stockholm, Sweden

PostPosted: Mon Jul 21, 2003 2:04 pm    Post subject: Reply with quote

Prova detta:

Säg att du vill installera program foo, men måste installera programmet bar först. Du vill ha den maskerade versionen av foo oh tänker då skriva

ACCEPT_KEYWORDS="~x86" emerge -p foo

I woulld install:
bar
foo

Detta resulterar i att du får en instabil version av bar vilket du inte vill. Istället skriver du:

emerge bar
ACCEPT_KEYWORDS="~x86" emerge foo

Jag rekomenderar att du använder ovanstående sätt att avmaskera ett programm istället för att ändra i make.conf då detta sätt endast gäller denna installation men make.conf gäller tills du går in och ändrar tillbaka.

Hoppas du hängde med. Skicka ett PM om du undrar nåt.
_________________
72 of Pitcairn Islands 49 inhabitants use Seti@Home
"If you buy a DVD you have a copy. If you want a backup copy you buy another one."
"Anyone who is capable of getting themselves made President should on no account be allowed to do the job."
Back to top
View user's profile Send private message
Lemma
Guru
Guru


Joined: 19 Apr 2002
Posts: 416
Location: Uppsala, Sweden

PostPosted: Mon Jul 21, 2003 3:10 pm    Post subject: Reply with quote

Du kan även ge den kompletta länken när du kör emerge, type
Code:
emerge /usr/portage/net-www/epiphany/epiphany-0.8.ebuild
Fungerar varje gång ;-). Detta gäller ju dock bara för det specifika programmet, om du vill installera en hel familj (dvs dependences) är ovanstående förslag bättre.
_________________
Always make it as simple as possible, but no simpler
/Einstein
Back to top
View user's profile Send private message
aridhol
Guru
Guru


Joined: 20 Jan 2003
Posts: 509
Location: Stockholm, Sweden

PostPosted: Mon Jul 21, 2003 5:19 pm    Post subject: Reply with quote

Lemma wrote:
Du kan även ge den kompletta länken när du kör emerge, type
Code:
emerge /usr/portage/net-www/epiphany/epiphany-0.8.ebuild
Fungerar varje gång ;-). Detta gäller ju dock bara för det specifika programmet, om du vill installera en hel familj (dvs dependences) är ovanstående förslag bättre.


Görs ingen dependencycheck om man kör ebuilden direkt?
Ökar inte det felfrekvensen då installationen kan bero av att andra program/libbar är installerade?
_________________
72 of Pitcairn Islands 49 inhabitants use Seti@Home
"If you buy a DVD you have a copy. If you want a backup copy you buy another one."
"Anyone who is capable of getting themselves made President should on no account be allowed to do the job."
Back to top
View user's profile Send private message
Anime_Fan
Guru
Guru


Joined: 01 Jul 2003
Posts: 366
Location: Linköping, Sweden

PostPosted: Mon Jul 21, 2003 6:49 pm    Post subject: Reply with quote

aridhol wrote:
Görs ingen dependencycheck om man kör ebuilden direkt?
Ökar inte det felfrekvensen då installationen kan bero av att andra program/libbar är installerade?


Jo, dep-check körs, men om något annat paket är ostabilt (annat än den ebuild du kör), misslyckas din emerge (inget körs).
Back to top
View user's profile Send private message
Yarrick
Bodhisattva
Bodhisattva


Joined: 05 Jun 2002
Posts: 304
Location: Malmö, Sweden

PostPosted: Mon Jul 21, 2003 7:11 pm    Post subject: Reply with quote

så här kan man också göra, för att inte få med massa onödiga program i world-filen:
Code:

emerge --onlydeps foo
ACCEPT_KEYWORDS="~x86" emerge foo

då installeras deps som vanligt, men programmet som ~x86
Back to top
View user's profile Send private message
Lemma
Guru
Guru


Joined: 19 Apr 2002
Posts: 416
Location: Uppsala, Sweden

PostPosted: Mon Jul 21, 2003 7:12 pm    Post subject: Reply with quote

Quote:
aridhol wrote:
Görs ingen dependencycheck om man kör ebuilden direkt?
Ökar inte det felfrekvensen då installationen kan bero av att andra program/libbar är installerade?

Jo, dep-check körs, men om något annat paket är ostabilt (annat än den ebuild du kör), misslyckas din emerge (inget körs).
Detta betraktar jag som bra, då bara de program/bibliotek som jag önskar är instabila (eller i alla fall potentiellt instabila). Eftersom det tar ett tag att kompilera vill jag ha så stor mängd program som möjligt inom ramarna för vad som är testat och ansett stabilt (kör dock t ex epiphany som är maskerad, men det innebär inget problem vad jag har sett - stabilare än vissa stabila versioner av galeon tidigare ;-)).
_________________
Always make it as simple as possible, but no simpler
/Einstein
Back to top
View user's profile Send private message
aridhol
Guru
Guru


Joined: 20 Jan 2003
Posts: 509
Location: Stockholm, Sweden

PostPosted: Tue Jul 22, 2003 7:11 am    Post subject: Reply with quote

Righty!

Jag tolkade vad du skrev som att bara detta program skulle installeras utan att kolla dependncies, men jag förstår nu att ebuilden körs och dependencies installeras som vanligt omaskade. Det är självklart mycket bra.
_________________
72 of Pitcairn Islands 49 inhabitants use Seti@Home
"If you buy a DVD you have a copy. If you want a backup copy you buy another one."
"Anyone who is capable of getting themselves made President should on no account be allowed to do the job."
Back to top
View user's profile Send private message
Lemma
Guru
Guru


Joined: 19 Apr 2002
Posts: 416
Location: Uppsala, Sweden

PostPosted: Tue Jul 22, 2003 10:40 am    Post subject: Reply with quote

Quote:
Jag tolkade vad du skrev som att bara detta program skulle installeras utan att kolla dependncies, men jag förstår nu att ebuilden körs och dependencies installeras som vanligt omaskade. Det är självklart mycket bra.
När jag nu läser mitt inlägg skulle jag också tolkat det så om jag nu inte vet hur jag menade ;-). Nåväl, slutet gott, alting gott ;-)
_________________
Always make it as simple as possible, but no simpler
/Einstein
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Scandinavian 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