Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I followed the guide here
http://nas-tweaks.net/CH3SNAS:Tutorials … g_software
to set up the environment for compiling a package by myself
but when I try to compile it (the package is ffmmpegthumbnailer) i get an error
the step I followed are
cd /mnt/HD_a2/ffpbuildenv/
sh chroot.sh
cd /mnt/HD_a2/ffpbuildenv/source/
cd /mnt/HD_a2/ffpbuildenv/source/
./Make.sh -F <PACKAGENAME> (http://ffmpegthumbnailer.googlecode.com … 0.4.tar.gz) I changed <PACKAGENAME> whit link above
but i get this error "/ffp/bin/sh: ./Make.sh: not found" , How can I solve ???
Offline
DId you unzip and untar the source file first?
Offline
I gunzippep and untar the source into the directory /mnt/HD_a2/ffpbuildenv/source
then
cd /mnt/HD_a2/ffpbuildenv/
sh chroot.sh
cd /mnt/HD_a2/ffpbuildenv/source/
./Make.sh ffmpegthumbnailer-2.0.4
but the result is the same
/ffp/bin/sh: ./Make.sh: not found
Last edited by LuckyBlack (2010-10-19 09:33:33)
Offline
Do you actually have a "make.sh" in that directory? If not, and you have installed the appropriate package, just type:
make {....}
It will use the makefile from the current dir
Offline
I have a Make.sh in cd /mnt/HD_a2/ffpbuildenv/source/
Last edited by LuckyBlack (2010-10-19 15:16:22)
Offline
Something within make.sh is not found then assuming you are type the filename exactly as it appears in the directory listing as linux is case sensitive.
Offline
Something in the make script is not being found, not the make script itself.
Can you post make.sh?
Last edited by bound4h (2010-10-20 06:29:09)
Offline
attached is the content of Make.sh in /mnt/HD_a2/ffpbuildenv/source
and also there the content of /mnt/HD_a2/ffpbuildenv/source/ffmpegthumbnailer-2.0.4 the source code of package to compile
-----------------------------------------------------------------------------------------------
-rwxr-xr-x 1 1000 100 38 Aug 5 16:05 AUTHORS
-rw-r--r-- 1 1000 100 18009 Aug 5 16:05 COPYING
-rw-r--r-- 1 1000 100 4003 Aug 6 15:05 ChangeLog
-rwxr-xr-x 1 1000 100 6970 Aug 5 16:05 INSTALL
-rw-r--r-- 1 1000 100 2877 Aug 6 15:05 Makefile.am
-rw-r--r-- 1 1000 100 60111 Aug 6 15:06 Makefile.in
-rwxr-xr-x 1 1000 100 0 Aug 5 16:05 NEWS
-rwxr-xr-x 1 1000 100 386 Aug 5 16:05 README
-rwxr-xr-x 1 1000 100 1 Aug 5 16:05 TODO
-rw-r--r-- 1 1000 100 41547 Aug 6 15:06 aclocal.m4
-rwxr-xr-x 1 1000 100 44941 Aug 5 16:21 config.guess
-rw-r--r-- 1 1000 100 2264 Aug 6 15:07 config.h.in
-rwxr-xr-x 1 1000 100 34423 Aug 5 16:21 config.sub
-rwxr-xr-x 1 1000 100 541973 Aug 6 15:06 configure
-rw-r--r-- 1 1000 100 4738 Aug 6 15:05 configure.ac
-rwxr-xr-x 1 1000 100 18615 Aug 5 16:21 depcomp
-rwxr-xr-x 1 1000 100 13663 Aug 5 16:21 install-sh
drwxr-xr-x 2 1000 100 4096 Oct 19 07:26 libffmpegthumbnailer
-rw-r--r-- 1 1000 100 301 Aug 5 16:05 libffmpegthumbnailer.pc.in
-rw-r--r-- 1 root root 0 Oct 20 07:28 list.txt
-rwxr-xr-x 1 1000 100 253153 Aug 5 16:21 ltmain.sh
drwxr-xr-x 2 1000 100 4096 Oct 19 07:26 m4
-rw-r--r-- 1 1000 100 7438 Aug 6 08:24 main.cpp
drwxr-xr-x 2 1000 100 4096 Oct 19 07:26 man
-rwxr-xr-x 1 1000 100 11419 Aug 5 16:21 missing
drwxr-xr-x 2 1000 100 4096 Oct 19 07:26 unittest
-------------------------------------------------------------------------------
Offline
The most obvious question is did you install bash?
#!/ffp/bin/bash
Offline
i'll check it, will be useful for future packages to compile
but in the end i solved, because i found the ffmpegthumbnailer package compiled for dns-323
Offline