Magellan Linux

Diff of /trunk/extras/amarok2/amarok2-2.2.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4966 by niro, Fri Feb 19 14:58:31 2010 UTC revision 4968 by niro, Fri Feb 19 15:51:52 2010 UTC
# Line 42  SRC_URI=( Line 42  SRC_URI=(
42    
43  sminclude kde4  sminclude kde4
44    
45    src_prepare()
46    {
47     # warn about /proc in chroot environments
48     # qtscript bindings test needs mounted /proc or it segfaults!
49     #
50     # test can be done via:
51     # cd /var/tmp/magebuild/amarok-2.2.2/cmake/modules/bindingstest
52     # mkdir build; cd build
53     # cmake ..
54     # make VERBOSE=1
55     # ./bindingstest; echo $?
56     # -> must return 0
57     # without mounted proc it segfaults:
58     # =>  frost64 build # ./bindingstest; echo $?
59     # =>  Segmentation fault
60     # =>  139
61     [[ ! -d /proc/sys ]] && die "Please make sure /proc is mounted in chroot-environments."
62    
63     munpack ${SRCFILE} || die
64    }
65    
66  src_compile()  src_compile()
67  {  {
68   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.4966  
changed lines
  Added in v.4968