Friday, September 24, 2010

SRB600-Lab2 -J values in .rpmmacros

I did this Lab. I was used in my lab top and used fedora13.
This output rebuilding a package to base -j value
I installed and rebuild software mediawiki.
This source size was
-rw-r--r--. 1 ycshon ycshon 11528751 Jul 5 15:05 mediawiki-1.15.4-54.fc13.src.rpm
[root@localhost ~]# cat ~/.rpmmacros
%_topdir %(echo $HOME)/rpmbuild
%_smp_mflags -j1--> Change value 1 to 5
%__arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot


-j1
real 1m3.124s
user 0m43.467s
sys 0m19.241s
-j2
real 1m5.417s
user 0m44.490s
sys 0m21.499s
-j3
real 1m7.819s
user 0m44.787s
sys 0m23.487s
-j4
real 1m8.440s
user 0m45.184s
sys 0m24.231s
-j5
real 1m9.077s
user 0m45.641s
sys 0m25.203s
So, if rebuild software, j1 value was more faster then other value.

Tuesday, September 14, 2010

SBR600-Lab1 install 2 package

1.NLED
The Neat Little EDitor is a text mode, full-screen programmer's editor
1.I downlodaded the NLED source.
http://cdot.senecac.on.ca/software/nled/
The file extracts command tar -xf neld_2_52_src.tgz
 change directory command neld-2.52
Error message below
[ycshon@localhost nled-2.52]$ make
cc -O -c -o nled.o nled.c
make: cc: Command not found
make: *** [nled.o] Error 127
Nled may need C compiler beacuse NLED is using C programming
I install yum install "*/ncurses.h" and yum install gcc

[ycshon@localhost nled-2.52]$ make
cc -O -c -o nled.o nled.c
cc -O -c -o nledisp.o nledisp.c
cc -O -c -o nledit.o nledit.c
cc -O -c -o nledio.o nledio.c
cc -O -c -o nledmisc.o nledmisc.c
cc -O -c -o nledata.o nledata.c
cc -O -c -o qkdisp.o qkdisp.c
cc -o nled nled.o nledisp.o nledit.o nledio.o \
     nledmisc.o nledata.o qkdisp.o -lcurses
Now,made NLED editor.
2.aMSN
A very nice MSN compatible messenger application, aMSN Messenger is a multiplatform MSN messenger clone.
Works pretty much like its Windows based counterpart.
Perfect for keeping in touch with those friends who have not yet seen the light.
I downloded from http://sourceforge.net/projects/amsn/files/amsn/0.98.3/amsn-0.98.3-src.tar.bz2/download
command: tar -xvf amsn-0.98.3-src.tar.bz2
command:yum install gcc-c++
command:yum install tcl-devel
command:yum install tk-devel
command:yum install libpng-devel
command:yum install libpeg-devel
command:yum install gstreamer-devel
command:yum install farsight2-devel

compile time options summary
============================

    X11          : yes
    Tcl         : 8.5
    TK          : 8.5
    DEBUG        : no
    STATIC       : no
    FARSIGHT     : yes
    LIBV4L       : no
    GUPNP-IGD    : no

command:./configure and make
rum programming ./amsn



Monday, September 13, 2010

SBR600 for my first blog

, there.
I'm Young Chol,Shon in CTY. Also, I was PBX engineer in Korea. I managed Customer Service Center
in Korea.
Have a fun semester.





Seneca Wiki is:




Fedora wiki: