Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Gentoo勉強会平成26/7月/5日

 Gentoo勉強会平成26/7月/5日

Gentoo勉強会平成26/7月/5日

Alice Ferrazzi

July 05, 2014
Tweet

More Decks by Alice Ferrazzi

Other Decks in Technology

Transcript

  1. get_libdir() bug #463586 Used in econf, but so far not

    available as separate PM function.
  2. Patch applying function in package manager bug #463768 ➔ Needed

    for PATCHES support and user patches. ➔ This duplicates epatch() from eutils, in simplified form. ➔ Name "eapply" has been suggested.
  3. User patches bug #475288 • Name "eapply_user" has been suggested.

    • Will be called from default_src_prepare().
  4. Directory support for package* and use* bug #282296 Not intended

    for gentoo-x86 tree, only to be used in overlays.
  5. 02 Jul 2014; Pacho Ramos <[email protected]> +arch/alpha/package.use.stable.mask, arch/arm/package.use.stable.mask, +arch/ia64/package.use.stable.mask,arch/powerpc/ppc32/package.use.mask, arch/powerpc/ppc64/package.use.mask,

    arch/sparc/package.use.mask: Mask due Gnome3 not going to be stabilized on these arches 01 Jul 2014; Andreas K. Huettel <[email protected]> package.mask: Add message about Switch to perl-5.12 mask 01 Jul 2014; Tim Harder <[email protected]> package.mask: Use more detailed mask explanations. 01 Jul 2014; Patrick Lauer <[email protected]> package.mask: Remove silly lxc mask that interferes with docker
  6. 簡単なTinderbox作りましょう chrootを作って後でそこに このスクリプトを使う。 for i in $( qsearch -NC --all

    | sort -R ); do if $( emerge --nodeps -pk $i > /dev/null ) ; then emerge --depclean; echo $i; emerge -uNDk1 $i; fi; done
  7. 15:00~15:15 皆様の自己紹介 Gentoo勉強会でプレゼンテーションをしたいなら、ここに入れてください: 時間      内容        概要               発表者 15:15~15:30 最近Gentoo情報 Alice Ferrazzi & みんな 15:40~16:10 Dockerでテストする

    @naota 16:20~16:50 emerge failed こんなときどうする ? grauwoelfchen 17:00~17:30 (TBD) LDAP+SSSDな話か伺か @mazgi 17:40~18:10 GentooをVMイメージからインストールしてみた tkshnt 18:20~18:40 travisでrepomanのチェック @aliceinwire 18:40~19:00 ハッカソン・初心者向けヘルプ