[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Please could I have a guide to one package... or at least some pointers



Here is what I have done this install is based on a thread with Neil Williams <codehelp@debian.org> called "Hopeful get Emdebian on i386 working! with a little help!! please"

= Install from http://www.debian-administration.org/articles/426 =

1. Install debian
2. timm@media-PC:# sudo apt-get install debootstrap
3. timm@media-PC:# sudo mkdir ~/debian-sid
4. timm@media-PC:# sudo debootstrap sid ~/debian-sid
5. timm@media-PC:~# sudo chroot ~/debian-sid
6. root@media-PC:/# ls
   bin   dev  home    lib    mnt  proc  sbin  sys  usr
   boot  etc  initrd  media  opt  root  srv   tmp  var
8. root@media-PC:/# apt-get clean
9. root@media-PC:/# du . --human-readable --total | grep total
   135M    total
10. timm@media-PC:~$ exit
11. timm@media-PC:~$ sudo mount proc ~/debian-sid/proc/ -t proc
   [sudo] password for timm:
12. timm@media-PC:~$ sudo cp /etc/resolv.conf ~/debian-sid/etc
13. timm@media-PC:~$ sudo cp /etc/hosts ~/debian-sid/etc
14. timm@media-PC:~$ sudo chroot ~/debian-sid/

= Install of emdebian-tool =

1. timm@media-PC:~$ sudo chroot ~/debian-sid/
2. root@media-PC:/# apt-get update
3. root@media-PC:/# apt-get upgrade
4. root@media-PC:/# apt-get install emdebian-tools
5. root@media-PC:/# apt-get update
6. root@media-PC:/# apt-get upgrade
8. root@media-PC:/# du . --human-readable --total | grep total
       1.3G    total
9. apt-get install apt apt-utils adduser attr base-files base-passwd bsdutils bsdmainutils cdebconf cron coreutils cpio dhcp3-client dhcp3-common dpkg dselect debianutils diff e2fslibs e2fsprogs findutils grep gzip iptables hostname ifupdown initscripts iputils-ping ed aptitude libbz2-1.0 libattr1 libc6 libncurses5 libpam0g libpam-modules libpam-runtime logrotate libselinux1 libncursesw5 libpopt0 libreadline5 lsb-base libsepol1 login libacl1 libwrap0 libcomerr2 libblkid1 libuuid1 libss2 liblzo1 libtasn1-3 libsigc++-2.0-0c2a makedev mawk mount module-init-tools mktemp ncurses-base ncurses-bin net-tools netbase netcat readline-common passwd procps sed sysv-rc sysvinit sysvinit-utils tar tzdata tcpd openbsd-inetd traceroute nano util-linux update-inetd wget zlib1g libdevmapper1.02.1 i. I was informed I had to have all packages installed on the chroot that I am going to emdebianize later this package list came from http://wiki.debian.org/EmdebianRootfs this is for dependence reason I believe

10. root@media-PC:/# ./emsource-get
i. a little script to get all of the above emsource from the Emdebian SVN
11. root@media-PC:/# du . --human-readable --total | grep total
   1.5G    total
12. root@media-PC:/# cd trunk/
{{{
13. root@media-PC:/trunk# ls -l
   total 80
   drwxr-xr-x 7 root root 4096 Jan 24 10:36 a
   drwxr-xr-x 6 root root 4096 Jan 24 10:34 b
   drwxr-xr-x 6 root root 4096 Jan 24 10:31 c
   drwxr-xr-x 7 root root 4096 Jan 24 10:40 d
   drwxr-xr-x 4 root root 4096 Jan 24 10:33 e
   drwxr-xr-x 3 root root 4096 Jan 24 10:32 f
   drwxr-xr-x 5 root root 4096 Jan 24 10:34 g
   drwxr-xr-x 3 root root 4096 Jan 24 10:33 h
   drwxr-xr-x 5 root root 4096 Jan 24 10:33 i
   drwxr-xr-x 9 root root 4096 Jan 24 10:37 l
   drwxr-xr-x 6 root root 4096 Jan 24 10:37 m
   drwxr-xr-x 6 root root 4096 Jan 24 10:40 n
   drwxr-xr-x 3 root root 4096 Jan 24 10:39 o
   drwxr-xr-x 5 root root 4096 Jan 24 10:38 p
   drwxr-xr-x 3 root root 4096 Jan 24 10:35 r
   drwxr-xr-x 5 root root 4096 Jan 24 10:38 s
   drwxr-xr-x 6 root root 4096 Jan 24 10:39 t
   drwxr-xr-x 4 root root 4096 Jan 24 10:40 u
   drwxr-xr-x 3 root root 4096 Jan 24 10:40 w
   drwxr-xr-x 3 root root 4096 Jan 24 10:40 z
}}} i. This is home to are emsource from Emdebian SVN
14. root@media-PC:/trunk#

This is where I am stuck because I don't have the source code I only have the Emdebian SVN stuff which is great don't get me wrong so what I am asking is for a few pointer please I think that I...

1. apt-get source zyx
2. em_make
3. .emdebuild

This is where I get lost because I have tried a few different ways now and none seem to work of using apt-get source zyx em_make xyz emdebuild (.emdebuild can not be found?)

The source code I download goes where?? I think that em_make works al least no error when I runn em_make in the source code directory but emdebuild has never worked for me and any help on this would be greatly appreciated

The package I have been trying to compile has been apt

Thank you in advance

Tim


Reply to: