タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

ubuntuとdebに関するdannのブックマーク (2)

  • smash smartly: Ubuntuでのpbuilder入門

    2011年1月25日火曜日 Ubuntuでのpbuilder入門 メーリングリストでpbuilderが有用だろうなと感じる話題を見かけたので、pbuilderの簡単な使い方をここで紹介しておきます。 [ubuntu-jp:3317] PPAでのビルドエラーの相談(ffado) Ubuntuではソースディレクトリの中で単純に"debuild"コマンドを実行すればパッケージがビルドされます。例えば次のように使います。 $ apt-get source hello $ cd hello-*/ $ debuild これで正常にビルドできたからと言って、PPAなどのクリーンな環境下でもビルドできるとは限りません。ビルドに必要なパッケージが依存関係の記述に漏れていたとしても、debuildを実行した環境にすでにインストールされていた場合はビルドエラーが発生しないので気づけません。そこでパッケージのビル

  • Ubuntu apt-get install failure fix

    This post is to add to a search anyone trying to figure out how to fix "apt-get install" failing. This was Ubuntu 9.10, attempting to install php-pear: apt-get install php-pear The error was: E: Internal Error, Could not perform immediate configuration (2) on mountall What I did was: cd /var/cache/apt/archives/ dpkg -i --force-depends * Then after a bunch of output: apt-get -f install That did the

    Ubuntu apt-get install failure fix
  • 1