Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index International Gentoo Users Deutsches Forum (German) Diskussionsforum
  • Search

Ist Portage kaputt?

Unterhaltung über Gentoo und andere Themen: Alles was nicht in ein Support-Forum gehört.
Post Reply
  • Print view
Advanced search
36 posts
  • Previous
  • 1
  • 2
Author
Message
Yamakuzure
Advocate
Advocate
User avatar
Posts: 2323
Joined: Wed Jun 21, 2006 11:06 am
Location: Adendorf, Germany
Contact:
Contact Yamakuzure
Website

  • Quote

Post by Yamakuzure » Fri Sep 25, 2015 6:22 am

bell wrote:
Small update on moving to git:
eix-users have to generate the cache themselves:
run egencache --repo=gentoo --update --update-use-local-desc after emerge --sync and before eix-update

Ach, das ist der Unterschied! Ich nutze den
https://github.com/gentoo-mirror/gentoo
Der ist ein Paar Minuten weniger aktuell, jedoch mit bereits generiertem Cache.
Thats the difference! I use the other "github gentoo-mirror" that is some minutes less up-to-date but with pre-generated cache.
@miroR: Здесь значит разница ! ... ;)
das kann man auch per eix hooks machen, dann ist der Spaß parallelisiert. Man muss es nämlich für jedes Repo machen:

Code: Select all

 ~ # cat /etc/eix-sync.conf 
@egencache --jobs="$(($(nproc) + 1))" --update --update-use-local-desc --repo=bumblebee
@egencache --jobs="$(($(nproc) + 1))" --update --update-use-local-desc --repo=gentoo
@egencache --jobs="$(($(nproc) + 1))" --update --update-use-local-desc --repo=init6
@egencache --jobs="$(($(nproc) + 1))" --update --update-use-local-desc --repo=java
@egencache --jobs="$(($(nproc) + 1))" --update --update-use-local-desc --repo=kde
@egencache --jobs="$(($(nproc) + 1))" --update --update-use-local-desc --repo=mv
@egencache --jobs="$(($(nproc) + 1))" --update --update-use-local-desc --repo=proaudio
@egencache --jobs="$(($(nproc) + 1))" --update --update-use-local-desc --repo=qt
@egencache --jobs="$(($(nproc) + 1))" --update --update-use-local-desc --repo=seden
@egencache --jobs="$(($(nproc) + 1))" --update --update-use-local-desc --repo=SED-Local
@egencache --jobs="$(($(nproc) + 1))" --update --update-use-local-desc --repo=sunrise
@egencache --jobs="$(($(nproc) + 1))" --update --update-use-local-desc --repo=vmware
Die Datei habe ich so erzeugt:

Code: Select all

 ~ # grep "\[" /etc/portage/repos.conf/* | grep -v DEFAULT | sed -e 's,.*\[\(.*\)\],\1,' | sort -u | \
> while read x ; do \
> echo "@egencache --jobs="\$((\$(nproc) + 1))" --update --update-use-local-desc --repo=$x" >> /etc/eix-sync.conf \
> done
Edited 220,176 times by Yamakuzure
Top
miroR
l33t
l33t
Posts: 826
Joined: Wed Mar 05, 2008 1:56 pm
Contact:
Contact miroR
Website

  • Quote

Post by miroR » Sat Sep 26, 2015 2:14 pm

Studying this (with the little time I have free to do so...):
bell wrote:
Small update on moving to git:
eix-users have to generate the cache themselves:
run egencache --repo=gentoo --update --update-use-local-desc after emerge --sync and before eix-update

Ach, das ist der Unterschied! Ich nutze den
https://github.com/gentoo-mirror/gentoo
Der ist ein Paar Minuten weniger aktuell, jedoch mit bereits generiertem Cache.
Thats the difference! I use the other "github gentoo-mirror" that is some minutes less up-to-date but with pre-generated cache.
@miroR: Здесь значит разница ! ... ;)
And starting from the ending in Russian(?)
(
giving a quick look at the rest of the page, I think the rest does not apply to me, because I use emerge-webrsync and signed portage snapshots, for my Air-Gapped Gentoo installatioan, so this might be a complete reply to kind Gentooer bell.
)
:

WARNING: non-technical, skip the rest of this post, if not interested, please!

While I can read Cyrillic (I hope you're not avert to the only two words that I could write at this time --too busy, and have typed those in, and have kept'em since months ago--: Слава України!...

[While I can read Cyrillic,] I don't know neither Russian nor Ukrainian at this time... And I don't use Schmoogle the Schmoog for nothing whatsoever, so can't look up the translation...
BTW. my view is here:

Edward Snowden on AJ
https://forums.gentoo.org/viewtopic-t-1028156.html

where find:
This is not a little pond of water in which only USian fish should be welcome to freely swim. But us of other nations, including Russian fish, ought to be welcome.
Miroslav Rovis
Zagreb, Croatia
www.CroatiaFidelis.hr
Try refute: rootkit hooks in kernel,
linux capabilities for intrusion? (Linus?)
Top
bell
Guru
Guru
User avatar
Posts: 524
Joined: Tue Nov 27, 2007 8:48 am

  • Quote

Post by bell » Sat Sep 26, 2015 8:49 pm

[Off-Topic]
Sorry, I did not want to start a political discussion. I wrote the same thing in german and in english, seen in your "ls" code the name "ukrainian" and asumed you speak russian. Then I started to write the same thing in russian but only the first words.
I can speak and write russian because I was born in Russia, but I don't like to speak about the currently poltical situation. We don't know what really happens in Ukraina, just what we see in the press. If I look to russian TV, german TV and some english speaked TV the same recording is translated to the 3 languages with complete different meaning. The truth is made as needed.

[On-Topic]
Zurück zum Thema. wie ich es sehe ist das repo "gentoo" für die Entwickler und "gentoo-mirror" für die Enduser. Aber es gibt auch noch https://gitweb.gentoo.org/repo/gentoo.git/
Welches soll man denn nun nehmen? Eines der beiden von Github? Oder das von gentoo.org?

Ach ja, git vs. Snapshots: Ich denke for webrsync-User lohnt es sich Git-Sync auszuprobieren. Der Initiale Lauf ist zwar umfangreich, die Updates laufen aber deutlich schneller als mit Rsync. Ausserdem läuft Git über http, für die Leute die wegen gesperrten Rsync-Port per webrsync syncen..

Ach ja, läuft rsync inzwischen wieder? Bin inzwischen auf allen Systemen auf Git migriert.
Top
mv
Watchman
Watchman
User avatar
Posts: 6795
Joined: Wed Apr 20, 2005 12:12 pm

  • Quote

Post by mv » Sun Sep 27, 2015 8:29 am

bell wrote:Eines der beiden von Github? Oder das von gentoo.org?
Gibhub. Gentoo.org ist nicht für eine so enorme Zahl an Useranfragen ausgelegt.
Ach ja, läuft rsync inzwischen wieder?
Ja.
Top
Klaus Meier
Advocate
Advocate
User avatar
Posts: 2908
Joined: Mon Apr 18, 2005 8:08 pm
Location: Bozen

  • Quote

Post by Klaus Meier » Tue Nov 10, 2015 11:02 am

Seit gestern ist das Problem wieder da. Beim syncen werden Changelog und Manifest von jedem Paket geladen.

Edit: Liegt vielleicht an Eix. ich aktualisiere Portage und Overlays in einem Rutsch mit eix-sync. Und habe gerade gesehen, dass es nach dem oben beschriebenen Durchlauf noch einen zweiten gab, der wie ein normales Update aussah.
Top
mv
Watchman
Watchman
User avatar
Posts: 6795
Joined: Wed Apr 20, 2005 12:12 pm

  • Quote

Post by mv » Tue Nov 10, 2015 12:40 pm

Klaus Meier wrote:Seit gestern ist das Problem wieder da. Beim syncen werden Changelog und Manifest von jedem Paket geladen.
Ein gutest Zeichen: Vielleicht werden jetzt die ChangeLogs jetzt endlich wieder ge-updated.
Top
Klaus Meier
Advocate
Advocate
User avatar
Posts: 2908
Joined: Mon Apr 18, 2005 8:08 pm
Location: Bozen

  • Quote

Post by Klaus Meier » Wed Nov 11, 2015 11:53 am

Könnte sein, heute war alles wieder normal.
Top
Yamakuzure
Advocate
Advocate
User avatar
Posts: 2323
Joined: Wed Jun 21, 2006 11:06 am
Location: Adendorf, Germany
Contact:
Contact Yamakuzure
Website

  • Quote

Post by Yamakuzure » Wed Nov 11, 2015 1:43 pm

Huch? Ich dachte die ChangeLog-dateien wurden entfernt, weil "git log" ja so viel mächtiger und praktischer ist. Funktioniert vor Allem prima auf Dateien, die entfernt wurden.

</Sarkasmus>
Edited 220,176 times by Yamakuzure
Top
mv
Watchman
Watchman
User avatar
Posts: 6795
Joined: Wed Apr 20, 2005 12:12 pm

  • Quote

Post by mv » Wed Nov 11, 2015 5:22 pm

Yamakuzure wrote:ch dachte die ChangeLog-dateien wurden entfernt, weil "git log" ja so viel mächtiger und praktischer ist.
Ja, das ist jetzt der Mechanismus, wie Änderungen dokumentiert werden.
Wenn alles richtig geht, sollten aber die ChangeLogs für rysnc & co aus dem git-log generiert werden, siehe [bug=561454]diesen Bug[/bug].
Die Tools dafür existierten schon lange, aber irgendwie ließ sich von Infra bislang niemand motivieren, sie auch anzuwenden. Es gab jetzt eine längere Diskussion auf der dev-ml, und ich hoffe, dass sich jetzt in der Richtung etwas tut. Zumindest wurde vor ein paar Tagen egencache den Wünschen von Infra bzgl. dieses Problems angepasst.
Im Moment scheint zwar nur eine Umbenennung der "alten" ChangeLogs stattgefunden zu haben, aber das ist natürlich ein erster Schritt in diese Richtung.
Top
xtrace
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 76
Joined: Mon May 17, 2010 8:04 pm

  • Quote

Post by xtrace » Mon Nov 16, 2015 10:58 am

Besteht das Problem eigentlich noch? Weil bei mir wird alles geladen.
Top
mv
Watchman
Watchman
User avatar
Posts: 6795
Joined: Wed Apr 20, 2005 12:12 pm

  • Quote

Post by mv » Mon Nov 16, 2015 5:45 pm

xtrace wrote:Besteht das Problem eigentlich noch? Weil bei mir wird alles geladen.
Die aktuellen ChangeLogs werden inzwischen korrekt generiert.
Ein paar Tage gab es Probleme mit kaputten Manifest-Files (die englischen Foren sind voll davon), aber das scheint seit ein paar Stunden ebenfalls gefixt zu sein.
Top
Post Reply
  • Print view

36 posts
  • Previous
  • 1
  • 2

Return to “Diskussionsforum”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic