雑記 日記帳 V-BOX ゲスト chakra 64bit

Chakra  オートログインはOK

[hoge@chakra-pc ~]$ cd /home/hoge/jd
[hoge@chakra-pc jd]$ makepkg -cis -p PKGBUILD
==> パッケージを作成: jd 2.8.8-1 (2015年 2月 20日 金曜日 JST)
==> ランタイムの依存関係を確認...
==> 欠けている依存パッケージをインストール...
[sudo] password for hoge
エラー: 対象が見つかりませんでした: gtkmm
==> エラー: 'pacman' で欠けている依存パッケージをインストールするのに失敗しました。
[hoge@chakra-pc jd]$ yaourt -S gtkmm
package-query: error while loading shared libraries: libalpm.so.9: cannot open shared object file: No such file or directory
package-query: error while loading shared libraries: libalpm.so.9: cannot open shared object file: No such file or directory
エラー: 対象が見つかりませんでした: gtkmm
[hoge@chakra-pc jd]$ 

# pacman -S gtkmm
エラー: 対象が見つかりませんでした: gtkmm

 -----------------------------------------------------------------------------------------

 /etc/pacman.conf

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives


#
# GENERAL OPTIONS
#

[options]

# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.

#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
HoldPkg = pacman glibc pacman-helpme
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl -C - %u > %o
#CleanMethod = KeepInstalled
#UseDelta = 0.7
Architecture = auto


# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup

#IgnorePkg =
#IgnoreGroup =

#NoUpgrade =
#NoExtract =


# Misc options (CheckSpace enabled by default for safety; color enabled by default 'cause it's fancy)

#UseSyslog
#ShowSize
Color
#TotalDownload
CheckSpace
#VerbosePkgLists


# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.

SigLevel = Never
LocalFileSigLevel = Never
#RemoteFileSigLevel = Required


#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

[lib32]
Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[platform]
Include = /etc/pacman.d/mirrorlist

[desktop]
Include = /etc/pacman.d/mirrorlist

[apps]
Include = /etc/pacman.d/mirrorlist

[games]
Include = /etc/pacman.d/mirrorlist

#[extra]
#Include = /etc/pacman.d/mirrorlist

[unstable]              <---ここは # を削除した。
Include = /etc/pacman.d/mirrorlist          <---ここは # を削除した。


# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs


[archlinuxfr]
SigLevel = Never
Server = http://repo.archlinux.fr/$arch


###[multilib]           <---ここは勝手に追加した。
###Include = /etc/pacman.d/mirrorlist      <---ここは勝手に追加した。

-------------------------------------------------------------------------------------

端末で

# EDITOR=nano visudo      


## sudoers file.
##
## This file MUST be edited with the 'visudo' command as root.
## Failure to use 'visudo' may result in syntax or file permission errors
## that prevent sudo from running.
##
## See the sudoers man page for the details on how to write a sudoers file.
##

##
## Host alias specification
##
## Groups of machines. These may include host names (optionally with wildcards),
## IP addresses, network numbers or netgroups.
# Host_Alias WEBSERVERS = www1, www2, www3

##
## User alias specification
##
## Groups of users. These may consist of user names, uids, Unix groups,
## or netgroups.
# User_Alias ADMINS = millert, dowdy, mikef
##
## Cmnd alias specification
##
## Groups of commands. Often used to group related commands together.
# Cmnd_Alias PROCESSES = /usr/bin/nice, /bin/kill, /usr/bin/renice, \
# /usr/bin/pkill, /usr/bin/top

##
## Defaults specification
##
## You may wish to keep some of the following environment variables
## when running commands via sudo.
##
## Locale settings
# Defaults env_keep += "LANG LANGUAGE LINGUAS LC_* _XKB_CHARSET"
##
## Run X applications through sudo; HOME is used to find the
## .Xauthority file. Note that other programs use HOME to find
## configuration files and this may lead to privilege escalation!
# Defaults env_keep += "HOME"
##
## X11 resource path settings
# Defaults env_keep += "XAPPLRESDIR XFILESEARCHPATH XUSERFILESEARCHPATH"
##
## Desktop path settings
# Defaults env_keep += "QTDIR KDEDIR"
##
## Allow sudo-run commands to inherit the callers' ConsoleKit session
# Defaults env_keep += "XDG_SESSION_COOKIE"
##
## Uncomment to enable special input methods. Care should be taken as
## this may allow users to subvert the command being run via sudo.
# Defaults env_keep += "XMODIFIERS GTK_IM_MODULE QT_IM_MODULE QT_IM_SWITCHER"
##
## Uncomment to enable logging of a command's output, except for
## sudoreplay and reboot. Use sudoreplay to play back logged sessions.
# Defaults log_output
# Defaults!/usr/bin/sudoreplay !log_output
# Defaults!/usr/local/bin/sudoreplay !log_output
# Defaults!/sbin/reboot !log_output

##
## Runas alias specification
##

##
## User privilege specification
##
root ALL=(ALL) ALL

## Uncomment to allow members of group wheel to execute any command
# %wheel ALL=(ALL) ALL

## Same thing without a password
# %wheel ALL=(ALL) NOPASSWD: ALL

## Uncomment to allow members of group sudo to execute any command
# %sudo ALL=(ALL) ALL

## Uncomment to allow any user to run sudo if they know the password
## of the user they are running the command as (root by default).
# Defaults targetpw # Ask for the password of the target user
# ALL ALL=(ALL) ALL # WARNING: only use this together with 'Defaults targetpw'

## Read drop-in files from /etc/sudoers.d
## (the '#' here does not indicate a comment)
#includedir /etc/sudoers.d

# user created during chakra setup
hoge ALL=(ALL) ALL

*************************************************************
KDE のオートログイン設定は何処でするのか不明。

DMが何なのかも不明。kdmでは無いような感じですが。

////////////////////////////////////////////////////////////////////////////////////////////

JDをインストールする事は出来なかった。

v2cはインストール出来た。

Firefox28のtar展開した物が動かない。

Opera12.00のtar展開した物は動いた。

leafpadをインストールする事は出来なかった。