CTKArch · Forums
You are not logged in. Please Register or Login.  |  Search
Posted: Feb 16, 2011 5:06:03 pm
nohype
icon



I would like to rebuild your livecd image from your sorce-package - primarily for practice. But I would like to use a newer kernel-source (2.6.35.11).

Are any other rules to observe besides those in your README?

Thanks in advance.
Posted: Feb 16, 2011 6:18:15 pm
Calimero
icon



The sources were designed to be used by other people, so, just like that, I have nothing more to say than what the Readme says…
Just remember to fix that before generating the live.

Why don't you first try and come back with more precise questions, if any? :)
Posted: Feb 21, 2011 6:05:38 pm
nohype
icon



Quote: Calimero at Feb 16, 2011 6:18:15 pm

Why don't you first try and come back with more precise questions, if any? :)


Yes, for sure!
PHP Code:
[root@ctkarch ctk-src]# mkarchiso -p "$(cat packages.list)" create traitement
mkarchiso : Configuration Settings
        working directory:  traitement
              image name:  none
====> Creating working directory: traitement
====> Installing packages to 'traitement/root-image/'
error: 'archlinuxfr/libfm': can't find or read package
[root@ctkarch ctk-src]# pacman -Q libfm
libfm 0.1.14-2

Please Calimero, what's going wrong here?
Posted: Feb 21, 2011 6:59:02 pm
nohype
icon



Another problem:
PHP Code:
[root@ctkarch sda6]# chroot root
chroot: failed to run command `/bin/bash': No such file or directory
[root@ctkarch sda6]# echo $SHELL
/bin/bash
[root@ctkarch sda6]# ls /bin/bash
/bin/bash
Posted: Feb 21, 2011 10:26:12 pm
nohype
icon



Found my error: incomplete chroot environment.
Posted: Feb 22, 2011 12:19:59 am
Calimero
icon



The present pkglist of ctkarch 0.7 (will be changing):
ctkarch.pastebin.com/ZLCuwGrW
Posted: Feb 22, 2011 7:01:11 pm
nohype
icon



Cannot install base packages.
PHP Code:
[root@ctkarch sda6]# pacman --cachedir /mnt/sda6/root/var/cache/pacman/pkg -r /mnt/sda6/root -Sy base
...
Checking package integrity ...
(98/98) checking fileconflicts                            [################################] 100%
error: could not proceed (files in conflict)
glibc: /mnt/sda6/root/etc/locale.gen exists in filesystem
mkinitcpio: /mnt/sda6/root/lib/initcpio/init exists in filesystem
mkinitcpio: /mnt/sda6/root/lib/initcpio/init_functions exists in filesystem
mkinitcpio: /mnt/sda6/root/lib/initcpio/install/scsi exists in filesystem
pacman-mirrorlist: /mnt/sda6/root/etc/pacman.d/mirrorlist exists in filesystem
pacman: /mnt/sda6/root/etc/pacman.conf exists in filesystem
errors have occurred, no packages habe been installed.

Why is this?
Posted: Feb 23, 2011 11:42:03 pm
Calimero
icon



This isn't exactly the "good" way... The install scripts can't execute when using the -r option instead of a chroot manip.
Anyway, it will work adding -f
Posted: Feb 28, 2011 3:45:11 pm
nohype
icon



@calimero
I don't know how to get the package 'archlinuxfr/libfm'.
Quote:
[root@ctkarch ctk-src]# mkarchiso -p "$(cat packages.list)" create traitement
mkarchiso : Configuration Settings
        working directory:  traitement
              image name:  none
====> Creating working directory: traitement
====> Installing packages to 'traitement/root-image/'
error: 'archlinuxfr/libfm': could not find or read package


So I tried instead the package.list from 0.7rc retaining in
/etc/pacman.d/mirrorlist:
Quote:

...
# Frozen repository using ARM
Server = http://arm.konnichi.com/2010/11/03/$repo/os/$arch



Now I don't how to handle the locale-settings-error.
LANG = "de_DE.UTF-8" is the otherwise correct setting.
Quote:

[root@ctkarch ctk-src]# mkarchiso -p "$(cat packages.list)" create traitement
mkarchiso : Configuration Settings
        working directory:  traitement
              image name:  none
====> Creating working directory: traitement
====> Installing packages to 'traitement/root-image/'

rm: cannot remove `/tmp/udevinstall.VjOs82/dev/zero': No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "de_DE.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
which: no update-desktop-database in (/bin:/usr/bin:/sbin:/usr/sbin:/usr/lib/perl5/core_perl/bin)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "de_DE.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Cleaning up what we can


Posted: Feb 28, 2011 6:28:35 pm
Calimero
icon



You can ignore the locale error.

Did you see in the sources of v0.6?
I generate the locales in the host system instead, and copy locale-archive to the root-image folder afterwards.
Powered by myUPB v2.2.7  ·   Creative Commons License PHP Outburst