#carbslinux

Earlier messages
<merakor2>Also cmake for the build
<merakor2>Lovely
<Digit>it's full of quirks (some very admirable). n_n paludis, idk if ever forked from portage, shares /some/ similarities, but it's worse than going from spanish to portuguese trying to understand. n_n
<merakor2>Doesn't seem to be forked from portage. But it certainly is a lot more complex than it.
<merakor2>I would have never thought to see some package manager more complex than portage itself.
<merakor2>I have run cloc on it, wanna hear the stats?
<merakor2>192303 lines of code
<merakor2>Top languages: C++, sh, bash, CMake, Ruby, Python
<merakor2>2155 files
<Digit>ho ho ho ho. hefty.
<merakor2>Seriously, portage is suckless compared to this monstrosity :D
* Digitgits cpt and clocs it for compariton. n_n heh, figures around double i imagined it might be.
<merakor2>It is more than what I imagined as well :D
<merakor2>But it is also counting the Changelog, which is very long
<merakor2>Almost a quarter of the repository
<Digit>though also, i should have said: "figures /only/ around double i imagined", since at this small, it's still barely past breathing room for anything meaningful.
<merakor2>Yeah, 3000 is pretty small compared to most package managers
...
<raph_ael>merakor: it stops booting at very early stage, maybe some things in kernel conf is not ok
<raph_ael>I used gentoo from 2000 to 2004 but it broke too much, and recompiling everything each time was a lot more of a pain at this time :)
...
<merakor>Does it give an error?
<merakor>If your kernel boot parameter has "quiet" you can remove it from grub
...
<raph_ael>i'll try it tomorrow
...
<raph_ael>merakor: strangely "execvp: no such file or directory"
<raph_ael>for many of kernels I tried/built
<merakor>Huh let me look into it
<raph_ael>maybe I missed something in install phases
<merakor>I have updated the installation page
<merakor>Did you install carbs-init
<merakor>Maybe the init is missing?
<merakor>s/init is/init scripts are/
<raph_ael>I installed sinit and carbs-init
<raph_ael>I'll try again
<raph_ael>I think I made an horrible noob error
<raph_ael>I forgot fstab
<raph_ael>well that's not the problem
<merakor>Yeah the root partition can be mounted without fstab
<merakor>Can be an sinit issue, can you try switching back to busybox init/reboot/poweroff and try
<merakor>If that's the case I will look into sinit
<raph_ael>I try, thanks for your help
<merakor>Sure thing
...
<merakor2>raph_ael: Did you try that?
<raph_ael>can't run /usr/lib/init/rc.boot
<merakor>Okay so the issue is carbs-init
<merakor>If carbs-init is installed, can you send the output of <cpt man carbs-init>
<raph_ael>I'll reinstall it
<merakor2>After installing check the manifest and make sure /usr/lib/init/rc.boot exists
<raph_ael>ok
<raph_ael>ah /etc/profiles.d has disappeared ?
<merakor>Yeah, I have removed cpt-path.sh from the cpt package and removed the repository from the tarball
<merakor>To not hard code the repository to a static place
Later messages