上記の広告は1ヶ月以上更新のないブログに表示されています。
新しい記事を書く事で広告が消せます。
|
最新記事 |
【全目次】 |
しばらく放置していたPCを1年ぶりくらいに使用再開したのですが
gentoo linux の更新にずいぶんと手間がかかりました。
いっそ最初から入れなおそうかと思ったくらいですが、
そこはぐっとこらえて、辛抱強くblockしてるものをunemergeしたり
emerge -uDN world と revdep-rebuildを何度も繰り返して
なんとか最新環境に到達できました。
ati-driversから、RS880 [Radeon HD 4250] が消えていたりして
しばらく途方に暮れましたが、xf86-video-ati にして、
なんとか使えるようになりました(この記事の末尾に少し補足しておきます)。
で、最新にした後もなんか変なのが、firefox(-17.0.4)で
revdep-rebuild するたびに
* broken /usr/lib/firefox/libxpcom.so (no version information available)
* broken /usr/lib/firefox/plugin-container (no version information available)
が出て、rebuildがかかります(これがまた時間がかかる)。
検索してみると
http://forums.gentoo.org/viewtopic-t-945930-start-0.htmlなどが見つかるのですが、xulrunnerがどうたらこうたら、で、
[Solved](解決)になっているのですが、意味がよく分からない。
/usr/portage/net-libs/xulrunner
は、パッケージとして(いつの間にか)消滅しているので
# emerge -pv xulrunner
としても、
emerge: there are no ebuilds to satisfy "xulrunner".
となります。
2日ほど悩みましたが、要するに、パッケージ(ebuild)が消えても
過去にxulrunnerをインストールしているので、それがまだ内部に
残っているのが原因のようです。
で、解決するには
# emerge -c xulrunner
として、消せばOK。
# emerge -pv xulrunner
が、
emerge: there are no ebuilds to satisfy "xulrunner".
となっても、
# emerge -c xulrunner
は(過去にインストールしていれば)できるのですね。
※ おそらく、# emerge --depclean していれば、
こんなトラブルは起きないんでしょうが、
なんとなく --depclean て、やりたくないんですねぇ、
色々消えてしまうので。
【続きを読む】
|
最新記事 |
【全目次】 |
テーマ:Linux - ジャンル:コンピュータ
Gentoo Linux で
少し前に、kernel 3.7.10 が stableになっていたのですが
nvidia-driver がコケるので kernel 3.6.11 のままで
使っていた軟弱モノ まがみ@管理人です。
ちなみに、amd64 (64bit)kernelを使用しています。
そのとき、ざっと調べてみたら kernel 3.7 からファイルの
構成が変わったのが原因だったようです。
シンボリックリンクを張ればよい、とか、回避策もあった
気がしますが、kernel 3.7系に急いで乗り換える必要も
ないので、様子見をきめこんでおりました。
先程、emerge --sync したら
nvidia-driver-313.26 が来てまして、そろそろかなー
と、リブートして kernel 3.7.10 にして
# cd /usr/src
# rm linux
(linux-3.6.11のシンボリックリンクを3.7.10に張替え)
# ln -s linux-3.7.10-gentoo linux
# emerge nvidia-drivers
としたら
無事に通過しました。
めでたし、めでたし。
|
最新記事 |
【全目次】 |
テーマ:Linux - ジャンル:コンピュータ
Gentoo-Linuxには、profileというバージョンもどきがあります。
/etc/make.profile
がシンボリックリンクになっていて、私の場合amd64なので
/usr/portage/profiles/default/linux/amd64/10.0/
にリンクしています(した)。
他にも色々なprofileがあって、mask/unmaskやuseフラグの
デフォルトが異なっているようです(見比べた事はありませんが)。
んで、たまに、profileが新しくなったりするのですが
今日、emerge --sync したらnews を読め、と出て
# eselect news read new
とすると
2013-02-10-new-13-profiles
Title New 13.0 profiles and deprecation of 10.0 profiles
Author Andreas K. Huettel
Posted 2013-02-10
Revision 1
We have generated a new set of profiles for Gentoo installation. These are now
called 13.0 instead of 10.0. Everyone should upgrade as soon as possible (but
please make sure sys-apps/portage is updated to current stable *before* you
switch profile).
This brings (nearly) no user-visible changes. Some new files have been added
to the profile directories that make it possible for the developers to do more
fine-grained use flag masking (see PMS-5 for the details), and this formally
requires a new profile tree with EAPI=5.
10.0に代わって13.0になるよ。
とっとと切り替えてね。ただし、portageを最新にしてからね。
見た目、変わらんと思うけど。だそうです。
【続きを読む】
|
最新記事 |
【全目次】 |
テーマ:Linux - ジャンル:コンピュータ
何やら udev が新しくなったようで、関連ファイルが多数更新されました。
恒例の(?)blockingもいくつか出たので、しばらく放置してたのですが
news に次のようなメッセージが来てました。
$ eselect news read new2013-01-23-udev-upgrade
Title Upgrading udev from 171 (or older) to 197
Author Samuli Suominen
Posted 2013-01-23
Revision 1
Upgrading udev from 171 (or older) to 197 will require special attention:
- Remove udev-postmount from runlevels.
- The need of CONFIG_DEVTMPFS=y in the kernel; need to verify the fstype for
possible /dev line in /etc/fstab is devtmpfs (and not, for example, tmpfs)
- The case of predictable network interface names; if the file
/etc/udev/rules.d/70-persistent-net.rules is being used for renaming
network interface names to already existing names, then you need to
read following bug[1] because it's no longer possible. This won't
be a problem with the new predictable network interface name scheme[2].
[1] http://bugs.gentoo.org/453494
[2] http://www.freedesktop.org/wiki/Software/systemd/
PredictableNetworkInterfaceNames
- Support for older kernels than 2.6.39 is dropped. If you need older kernel
we recommend you to look into sys-fs/eudev or use local overlay for keeping
the old ebuild. Remember to also get the distfiles where the patchsets are.
The upgrade into current stable version of gentoo-sources is recommended.
- The case of separate /usr; if it worked for you with 171 it will continue
to work for you with 197. We still recommend initramfs with separate /usr
mounting capabilities because you might need packages like sys-apps/kbd
(keymaps in /usr) or net-wireless/bluez (possible keyboard) in early boot.
And read every message printed by the emerge of udev and udev-init-scripts
to ensure the system is in order before booting as this news item might
not be complete.
Apologies if this news came too late for you.
【続きを読む】
|
最新記事 |
【全目次】 |
テーマ:Linux - ジャンル:コンピュータ
一部では、マヤ暦の終わりだとかで、週末、、じゃない、
終末騒動があったようです。
現に今もこの世は存在してるので、なんだかんだと終末日が
延期されるんでしょうね。
という訳で(?) 2012年12月21日に Gentoo Linux の LiveDVD が
リリースされたようです。→
こちらその名も End of world EDTION....
以前は、torrentでダウンロードできたのですが、いつの間にやら
torrents.gentoo.org が消滅してしまっていました。
そんなこんなで、実はまだ、ダウンロードしていないのです。
前のバージョン(12.1)を試した時に、日本語フォントを入れる所から
やらねばならぬのは、ちょっと億劫でした。
ふつーに、メインでGentooを使っていると、あんまりLiveDVDを試す
必要性を感じないのです。
でも、まぁKDEを試すには良いと思います。
メイン環境にKDEを入れるのは、少々時間がかかりますから。
という訳で、ダウンロードするかどうか、思案中なのでした。
|
最新記事 |
【全目次】 |
テーマ:Linux - ジャンル:コンピュータ
知人から
RaspberryPiを借りました。(512M版ケース付き)
RaspberryPiというのは、名刺サイズのワンボードコンピュータです。
写真は→
こちらCPUはARM11(DSPとワンチップ化されている)で、RAMは512MB。
(過去に256MBやそれより少ないものもありました。)
最大の特徴は、$25 と安価なこと。
SDカード(microでもminiでもなくて標準SD)にBootLoaderやSystemを書いて起動させます。
Systemとしては、DebianベースのLinux、Raspbianというのが提供されています。
2G以上のサイズが必要です(8~16Gくらいが望ましい感じ)。
Gentooでも、
Raspberry Pi Quick Install Guideというガイドが公開されています。
まずは標準のRaspbianで試してみました。
http://www.raspberrypi.org/downloads から、2012-10-28-wheezy-raspbian.zip.torrent
を入手してrtorrentでダウンロードしようとしたのですが、なぜかうまくいかず、
やむなく 2012-10-28-wheezy-raspbian.zip を直ダウンロードしました。
【続きを読む】
|
最新記事 |
【全目次】 |
テーマ:コンピュータ関連 - ジャンル:コンピュータ