torsmotoy installieren - aber wie?

Ritschie

Ritschie

Leap-User
Hallo Leutz,

ich bin am verzweifeln. Versuch gerade, torsmotoy zu installieren und bring´s einfach nicht hin!

Heruntergeladen hab ich´s hier: http://adesklets.sourceforge.net/desklets.html und entpackt hab ich die Datei torsmotoy-0.0.2.tar.bz2 nach /usr/share/torsmotoy-0.0.2

Dann hab ich in der Konsole in diesen Ordner gewechselt und folgendes versucht:

Code:
linux:/usr/share/torsmotoy-0.0.2 # /configure
bash: /configure: No such file or directory
linux:/usr/share/torsmotoy-0.0.2 # ./configure
bash: ./configure: No such file or directory

Nachdem beides nicht wollte, einfach stur weiter im Text:
Code:
linux:/usr/share/torsmotoy-0.0.2 # make
rm `find . -name '*~' -or -name '*.pyc' \
        -or -name '*.bz2' -or -name '*.asc'`
rm: missing operand
Try `rm --help' for more information.
make: [clean] Error 1 (ignored)
rm -rf `find . -mindepth 1 -maxdepth 1 \
        -type d -name '-*'`
mkdir /tmp/torsmotoy-0.0.3
cp -r . /tmp/torsmotoy-0.0.3
tar --exclude='config.txt' -C /tmp -cvjf torsmotoy-0.0.3.tar.bz2 torsmotoy-0.0.3
torsmotoy-0.0.3/
torsmotoy-0.0.3/README
torsmotoy-0.0.3/VeraMono.ttf
torsmotoy-0.0.3/rgb.py
torsmotoy-0.0.3/GNUmakefile
torsmotoy-0.0.3/torsmotoy.py
torsmotoy-0.0.3/torsmorc.sample
rm -rf /tmp/torsmotoy-0.0.3


... und dann:
Code:
linux:/usr/share/torsmotoy-0.0.2 # make install
make: *** No rule to make target `install'.  Stop.
linux:/usr/share/torsmotoy-0.0.2 # install torsmotoy
install: missing destination file operand after `torsmotoy'
Try `install --help' for more information.

Die Aussage der Hilfe fand ich dann leider auch nicht sonderlich hilfreich:
Code:
linux:/usr/share/torsmotoy-0.0.2 # install --help
Usage: install [OPTION]... [-T] SOURCE DEST
  or:  install [OPTION]... SOURCE... DIRECTORY
  or:  install [OPTION]... -t DIRECTORY SOURCE...
  or:  install [OPTION]... -d DIRECTORY...
In the first three forms, copy SOURCE to DEST or multiple SOURCE(s) to
the existing DIRECTORY, while setting permission modes and owner/group.
In the 4th form, create all components of the given DIRECTORY(ies).

Mandatory arguments to long options are mandatory for short options too.
      --backup[=CONTROL] make a backup of each existing destination file
  -b                  like --backup but does not accept an argument
  -c                  (ignored)
  -d, --directory     treat all arguments as directory names; create all
                        components of the specified directories
  -D                  create all leading components of DEST except the last,
                        then copy SOURCE to DEST
  -g, --group=GROUP   set group ownership, instead of process' current group
  -m, --mode=MODE     set permission mode (as in chmod), instead of rwxr-xr-x
  -o, --owner=OWNER   set ownership (super-user only)
  -p, --preserve-timestamps   apply access/modification times of SOURCE files
                        to corresponding destination files
  -s, --strip         strip symbol tables
  -S, --suffix=SUFFIX override the usual backup suffix
  -t, --target-directory=DIRECTORY  copy all SOURCE arguments into DIRECTORY
  -T, --no-target-directory  treat DEST as a normal file
  -v, --verbose       print the name of each directory as it is created
  -P, --preserve_context (SELinux) Preserve security context
  -Z, --context=CONTEXT  (SELinux) Set security context of files and directories
      --help     display this help and exit
      --version  output version information and exit

The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.
The version control method may be selected via the --backup option or through
the VERSION_CONTROL environment variable.  Here are the values:

  none, off       never make backups (even if --backup is given)
  numbered, t     make numbered backups
  existing, nil   numbered if numbered backups exist, simple otherwise
  simple, never   always make simple backups

Report bugs to <bug-coreutils@gnu.org>.
linux:/usr/share/torsmotoy-0.0.2 #

Die README bringt mich nicht wirklich weiter, die Suchbegriffe "torsmotoy installieren" und "torsmotoy install" ergab beim googeln 0 Treffer und auch über die SuFu hier im Forum hab ich nichts gefunden. Was mach ich nur falsch? Ich hoffe, Ihr könnt mir helfen?!

Gruß,
Ritschie
 
Dann hab ich in der Konsole in diesen Ordner gewechselt und folgendes versucht:

Code:
linux:/usr/share/torsmotoy-0.0.2 # /configure
bash: /configure: No such file or directory
linux:/usr/share/torsmotoy-0.0.2 # ./configure
bash: ./configure: No such file or directory
*seufz* wer auch immer verbreitet hat, man würde 'programme unter linux durch ./configure, make && make install installieren' gehört gepfählt.

Die README bringt mich nicht wirklich weiter
Schonmal nen Blick ins Makefile geworfen?
'make promote' sollte dein Problem lösen.
 
Moin!

Zuerst solltest du mal adesklets installieren:

http://sourceforge.net/project/showfiles.php?group_id=126227

torsmotoy braucht nämlich das corepaket zum laufen.

Phyton muß installiert sein.

adesklets ganz normal mit ./configure && make && checkinstall (Extra-Programm, muß installiert sein, make install ist häßlich[TM])
installieren.

torsmotoy auspacken und im Xterm torsmotoy.py starten (dazu entweder in das Dir wechseln oder ganzen Pfad mitgeben!)

'make promote' holt nur die aktuellste Version von torsomotoy. Steht zumindest so im makefile.

Gute Nacht allerseits!
 
Erstmal danke Euch beiden für Eure Mühe! Ich denke, mit diesen Infos komm ich weiter.

Leider komm ich frühestens in zwei Wochen dazu, mich mal in Ruhe dran zu versuchen. Ich werd Euch auf jeden Fall berichten, ob alles funktioniert hat.

Gruß,
Ritschie
 
So,

nun muss ich mich mal wieder hilfesuchend an Euch wenden.

Ich habe mich jetzt daran gemacht, adesklets zu installieren. Dazu musste ich erst noch einen C-Compiler insten, was kein Problem war.

Nun habe ich den Ordner Adesklets und den Torsmotoy in /usr/bin kopiert. Ich hoffe, das ist richtig. In "SuSE Linux für Dummies" steht, dass dies der Ordner für "ausführbare Dateien, allgemein zugängliche Programme / Kommandos" sei.

Dann in der Konsole als root in den Adesklets-Ordner gewechselt und ./configure ausgeführt. Daraufhin kam folgende Fehlermeldung:
Code:
checking for a BSD-compatible install... /usr/bin/install -c
checking for a Python interpreter with version >= 2.3... python
checking for python... /usr/bin/python
checking for python version... 2.4
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.4/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages
checking for Python include path... find: /usr/include/python/: No such file or directory

configure: error: cannot find Python include path

In Yast hab ich dann nach Pyhton gesucht. Installiert ist Python 2.4-14-i586:

Code:
kdebindings3-python
python
python-gtk
python-mad
python-numeric
python-xml

Dann habe ich nach dem Ordner "/usr/include/python/" gesucht. Dieser fehlt bei mir, aber es ist ein "/usr/include/python2.4" vorhanden. Ist das der gesuchte? Wie kann ich ./configure dazu bringen nicht nach python sondern nach python2.4 zu suchen?

Gruß,
Ritschie
 
Ich glaube eher das dir das python-devel fehlt :)

Installier das mal ...

PS: Wenn du was aus den Sourcen baust, brauchst du eigentlich immer die DEVEL Packete dazu ...
 
devilz schrieb:
Ich glaube eher das dir das python-devel fehlt :)

Stimmt, hatte gefehlt. Aber natürlich will configure immer noch nicht. Ich hatte Fehlermeldungen imlib2 betreffend. Hab dann mal gecheckt und festgestellt, dass ich v1.1.1 hatte. Hab mir jetzt von PackMan v1.2.1 als rpm mit allen zusätzlichen Packeten gezogen und installiert

imlib2

Nun findet er imlib2 wenigstens schon mal aber:
Code:
checking for X... no
checking for imlib2-config... /usr/bin/imlib2-config
checking for imlib2 - version >= 1.1.2... yes
checking for imlib2... checking for imlib2 - version >= 1.2.0... yes
checking for imlib2 program linking... no
configure: error: Cannot link Imlib2 program.
If you specified you did not want X support this can be caused
by your Imlib2 installment being configured so it needs it
or conversely. In that case reinstall Imlib2 with proper
--enable-x11-support parameter (as from enlightement CVS)
before retrying to configure this package.
linux:/usr/bin/adesklets-0.4.10 #

Ohne fehlendes Basiswissen und mit mangelhaften Englischkenntnissen macht Linux manchmal nicht richtig Spaß ;(

Gruß,
Ritschie
 
Zuletzt bearbeitet:
imlib2 & imlib2-devel solltest du aber von der SuSE 9.3 CD/DVD installieren - warum von packman ?
 
devilz schrieb:
imlib2 & imlib2-devel solltest du aber von der SuSE 9.3 CD/DVD installieren - warum von packman ?

Weil auf der SuSE CD v1.1.1 drauf ist und mein adesklets höher gleich v.1.1.2 verlangt. Deshalb die v1.2.1 von PackMan.

Ich hab jetzt die xorg-x11-devel von der CD nachinstalliert und configure scheint zu laufen.

Anschließend "make" und "make install". Schaut alles so aus, als ob´s klappt.

Dann wechseln in den Torsmotoy-Ordner und torsmotoy.py eingegeben. Mit folgendem Ergebnis:
Code:
linux:/usr/bin/adesklets-0.4.10 # cd /usr/bin/torsmotoy-0.0.2
linux:/usr/bin/torsmotoy-0.0.2 # torsmotoy.py
bash: torsmotoy.py: command not found
linux:/usr/bin/torsmotoy-0.0.2 #

Ich hab die ganzen Ausgaben von configure, make und make install mal abgespeichert, will aber das Forum nicht zumüllen. Hab ich offensichtlich was vergessen, oder soll ich die Ausgaben doch mal hier posten?

Gruß,
Ritschie
 
mach mal ein "ls /usr/bin/torsmotoy-0.0.2" was da drinn ist ....

vielleicht startest du es auch nur mit ./torsmotoy ?
 
Also ein ls /usr/bin/torsmotoy-0.0.2 ergibt:
Code:
linux:/usr/bin/torsmotoy-0.0.2 # ls /usr/bin/torsmotoy-0.0.2
.  ..  GNUmakefile  README  rgb.py  torsmorc.sample  torsmotoy.py  VeraMono.ttf
linux:/usr/bin/torsmotoy-0.0.2 #

Der Versuch mit ./torsmotoy ergab
Code:
linux:/usr/bin/torsmotoy-0.0.2 # ./torsmotoy
bash: ./torsmotoy: Datei oder Verzeichnis nicht gefunden

./torsmotoy.py führte zu
Code:
linux:/usr/bin/torsmotoy-0.0.2 # ./torsmotoy.py
Traceback (most recent call last):
  File "./torsmotoy.py", line 15, in ?
    import adesklets
  File "usr/lib/python2.4/site-packages/adesklets/__init__.py", line 36, in ?
  File "usr/lib/python2.4/site-packages/adesklets/initializer.py", line 53, in __init__
  File "usr/lib/python2.4/site-packages/adesklets/communicator.py", line 103, in err
adesklets.error_handler.ADESKLETSError: adesklets process exited -
Exception exceptions.AttributeError: <exceptions.AttributeError instance at 0x4039f0ac> in <bound method _Communicator.__del__ of <adesklets.communicator._Communicator instance at 0x40447b2c>> ignored

Somit schon mal ein Fortschritt :rolleyes:

Gruß,
Ritschie
 
Huhu!

Mach im ~/tormotoy-0.0.2 ein 'make promote'. Dann holt er die neueste Version von torsmotoy mit der du die 0.0.2 ersetzt.

Vllt ist das Problem damit behoben.

HTH
 
Bâshgob schrieb:
ein 'make promote'
hab ich natürlich auch schon probiert. Hat mich nicht weitergebracht. Ich vermute das Problem weniger bei Torsmotoy sondern eher bei meiner Adesklets-Installation - bin mir aber alles andere als sicher :O

Ich versuch´s jetzt einfach nochmal, indem ich Euch die ganzen Ausgaben von der Installation hier reinsetzte. Vielleicht fällt Euch daran ja was auf.

Die Ausgabe von ./configure war folgende:
Code:
linux:/home/ritschie # cd /usr/bin/adesklets-0.4.10
linux:/usr/bin/adesklets-0.4.10 # ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for a BSD-compatible install... /usr/bin/install -c
checking for a Python interpreter with version >= 2.3... python
checking for python... /usr/bin/python
checking for python version... 2.4
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.4/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages
checking for Python include path... /usr/include/python2.4
checking for Python library path... /usr/lib/python2.4/config
checking python extra libraries...
checking for sigprocmask... yes
checking for help2man... no
checking for tidy... no
checking for doxygen... no
checking for ISO C99 warnings generation... yes
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for debugging symbols generation... no
checking for sigkill timeout... yes
checking for polling frequency... checking for bc... yes
checking for lock files directory setting... yes
checking for control modifier on context menu... no
checking for date... (cached) yes
checking for uname... (cached) yes
checking for tputs in -lncurses... yes
checking for readline in -lreadline... yes
checking for add_history in -lhistory... yes
checking for free_history_entry in -lhistory... yes
checking for history max command lenght... yes
checking for pkg-config... no
checking for fontconfig... yes
checking for fork... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XOpenDisplay in -lX11... yes
checking for imlib2-config... /usr/bin/imlib2-config
checking for imlib2 - version >= 1.1.2... yes
checking for imlib2... checking for imlib2 - version >= 1.2.0... yes
checking for imlib2 program linking... yes
checking for uint typedef in standard library... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating data/Makefile
config.status: creating utils/Makefile
config.status: creating doc/Makefile
config.status: creating doc/htmldoc.sh
config.status: creating doc/imlib2/Makefile
config.status: creating scripting/Makefile
config.status: creating scripting/protoize.sh
config.status: creating scripting/python/Makefile
config.status: creating scripting/python/config.h
config.status: creating scripting/python/setup.py
config.status: creating src/config.h
config.status: executing depfiles commands

make ergab:
Code:
linux:/usr/bin/adesklets-0.4.10 # make
Making all in src
make[1]: Entering directory `/usr/bin/adesklets-0.4.10/src'
make  all-am
make[2]: Entering directory `/usr/bin/adesklets-0.4.10/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/X11R6/include   -O2 -std=c99 -pedantic -Wall -DPKGDATADIR=\"/usr/local/share/adesklets\" -MT adesklets-main.o -MD -MP -MF ".deps/adesklets-main.Tpo" -c -o adesklets-main.o `test -f 'main.c' || echo './'`main.c; \
then mv -f ".deps/adesklets-main.Tpo" ".deps/adesklets-main.Po"; else rm -f ".deps/adesklets-main.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/X11R6/include   -O2 -std=c99 -pedantic -Wall -DPKGDATADIR=\"/usr/local/share/adesklets\" -MT adesklets-adesklets.o -MD -MP -MF ".deps/adesklets-adesklets.Tpo" -c -o adesklets-adesklets.o `test -f 'adesklets.c' || echo './'`adesklets.c; \
then mv -f ".deps/adesklets-adesklets.Tpo" ".deps/adesklets-adesklets.Po"; else rm -f ".deps/adesklets-adesklets.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/X11R6/include   -O2 -std=c99 -pedantic -Wall -DPKGDATADIR=\"/usr/local/share/adesklets\" -MT adesklets-xwindow.o -MD -MP -MF ".deps/adesklets-xwindow.Tpo" -c -o adesklets-xwindow.o `test -f 'xwindow.c' || echo './'`xwindow.c; \
then mv -f ".deps/adesklets-xwindow.Tpo" ".deps/adesklets-xwindow.Po"; else rm -f ".deps/adesklets-xwindow.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/X11R6/include   -O2 -std=c99 -pedantic -Wall -DPKGDATADIR=\"/usr/local/share/adesklets\" -MT adesklets-xmenu.o -MD -MP -MF ".deps/adesklets-xmenu.Tpo" -c -o adesklets-xmenu.o `test -f 'xmenu.c' || echo './'`xmenu.c; \
then mv -f ".deps/adesklets-xmenu.Tpo" ".deps/adesklets-xmenu.Po"; else rm -f ".deps/adesklets-xmenu.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/X11R6/include   -O2 -std=c99 -pedantic -Wall -DPKGDATADIR=\"/usr/local/share/adesklets\" -MT adesklets-cfgfile.o -MD -MP -MF ".deps/adesklets-cfgfile.Tpo" -c -o adesklets-cfgfile.o `test -f 'cfgfile.c' || echo './'`cfgfile.c; \
then mv -f ".deps/adesklets-cfgfile.Tpo" ".deps/adesklets-cfgfile.Po"; else rm -f ".deps/adesklets-cfgfile.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/X11R6/include   -O2 -std=c99 -pedantic -Wall -DPKGDATADIR=\"/usr/local/share/adesklets\" -MT adesklets-cfg_parser.o -MD -MP -MF ".deps/adesklets-cfg_parser.Tpo" -c -o adesklets-cfg_parser.o `test -f 'cfg_parser.c' || echo './'`cfg_parser.c; \
then mv -f ".deps/adesklets-cfg_parser.Tpo" ".deps/adesklets-cfg_parser.Po"; else rm -f ".deps/adesklets-cfg_parser.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/X11R6/include   -O2 -std=c99 -pedantic -Wall -DPKGDATADIR=\"/usr/local/share/adesklets\" -MT adesklets-cfg_scanner.o -MD -MP -MF ".deps/adesklets-cfg_scanner.Tpo" -c -o adesklets-cfg_scanner.o `test -f 'cfg_scanner.c' || echo './'`cfg_scanner.c; \
then mv -f ".deps/adesklets-cfg_scanner.Tpo" ".deps/adesklets-cfg_scanner.Po"; else rm -f ".deps/adesklets-cfg_scanner.Tpo"; exit 1; fi
cfg_scanner.c:1520: warning: `yyunput' defined but not used
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/X11R6/include   -O2 -std=c99 -pedantic -Wall -DPKGDATADIR=\"/usr/local/share/adesklets\" -MT adesklets-command.o -MD -MP -MF ".deps/adesklets-command.Tpo" -c -o adesklets-command.o `test -f 'command.c' || echo './'`command.c; \
then mv -f ".deps/adesklets-command.Tpo" ".deps/adesklets-command.Po"; else rm -f ".deps/adesklets-command.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/X11R6/include   -O2 -std=c99 -pedantic -Wall -DPKGDATADIR=\"/usr/local/share/adesklets\" -MT adesklets-event.o -MD -MP -MF ".deps/adesklets-event.Tpo" -c -o adesklets-event.o `test -f 'event.c' || echo './'`event.c; \
then mv -f ".deps/adesklets-event.Tpo" ".deps/adesklets-event.Po"; else rm -f ".deps/adesklets-event.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/X11R6/include   -O2 -std=c99 -pedantic -Wall -DPKGDATADIR=\"/usr/local/share/adesklets\" -MT adesklets-variable.o -MD -MP -MF ".deps/adesklets-variable.Tpo" -c -o adesklets-variable.o `test -f 'variable.c' || echo './'`variable.c; \
then mv -f ".deps/adesklets-variable.Tpo" ".deps/adesklets-variable.Po"; else rm -f ".deps/adesklets-variable.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/X11R6/include   -O2 -std=c99 -pedantic -Wall -DPKGDATADIR=\"/usr/local/share/adesklets\" -MT adesklets-vector.o -MD -MP -MF ".deps/adesklets-vector.Tpo" -c -o adesklets-vector.o `test -f 'vector.c' || echo './'`vector.c; \
then mv -f ".deps/adesklets-vector.Tpo" ".deps/adesklets-vector.Po"; else rm -f ".deps/adesklets-vector.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/X11R6/include   -O2 -std=c99 -pedantic -Wall -DPKGDATADIR=\"/usr/local/share/adesklets\" -MT adesklets-vector_free.o -MD -MP -MF ".deps/adesklets-vector_free.Tpo" -c -o adesklets-vector_free.o `test -f 'vector_free.c' || echo './'`vector_free.c; \
then mv -f ".deps/adesklets-vector_free.Tpo" ".deps/adesklets-vector_free.Po"; else rm -f ".deps/adesklets-vector_free.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/X11R6/include   -O2 -std=c99 -pedantic -Wall -DPKGDATADIR=\"/usr/local/share/adesklets\" -MT adesklets-tree.o -MD -MP -MF ".deps/adesklets-tree.Tpo" -c -o adesklets-tree.o `test -f 'tree.c' || echo './'`tree.c; \
then mv -f ".deps/adesklets-tree.Tpo" ".deps/adesklets-tree.Po"; else rm -f ".deps/adesklets-tree.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/X11R6/include   -O2 -std=c99 -pedantic -Wall -DPKGDATADIR=\"/usr/local/share/adesklets\" -MT adesklets-error.o -MD -MP -MF ".deps/adesklets-error.Tpo" -c -o adesklets-error.o `test -f 'error.c' || echo './'`error.c; \
then mv -f ".deps/adesklets-error.Tpo" ".deps/adesklets-error.Po"; else rm -f ".deps/adesklets-error.Tpo"; exit 1; fi
gcc  -O2 -std=c99 -pedantic -Wall -DPKGDATADIR=\"/usr/local/share/adesklets\"   -o adesklets -L/usr/X11R6/lib  -lX11 -L/usr/lib -lImlib2 -lfreetype -L/usr/X11R6/lib -lX11 -lXext -ldl -lm -lncurses -lreadline -lhistory -lfontconfig adesklets-main.o adesklets-adesklets.o adesklets-xwindow.o adesklets-xmenu.o adesklets-cfgfile.o adesklets-cfg_parser.o adesklets-cfg_scanner.o adesklets-command.o adesklets-event.o adesklets-variable.o adesklets-vector.o adesklets-vector_free.o adesklets-tree.o adesklets-error.o -lSM -lICE
make[2]: Leaving directory `/usr/bin/adesklets-0.4.10/src'
make[1]: Leaving directory `/usr/bin/adesklets-0.4.10/src'
Making all in data
make[1]: Entering directory `/usr/bin/adesklets-0.4.10/data'
make[1]: Für das Ziel »all« ist nichts zu tun.
make[1]: Leaving directory `/usr/bin/adesklets-0.4.10/data'
Making all in scripting
make[1]: Entering directory `/usr/bin/adesklets-0.4.10/scripting'
Making all in .
make[2]: Entering directory `/usr/bin/adesklets-0.4.10/scripting'
make[2]: Für das Ziel »all-am« ist nichts zu tun.
make[2]: Leaving directory `/usr/bin/adesklets-0.4.10/scripting'
Making all in python
make[2]: Entering directory `/usr/bin/adesklets-0.4.10/scripting/python'
/usr/bin/python setup.py build
running build
running build_py
running build_ext
make[2]: Leaving directory `/usr/bin/adesklets-0.4.10/scripting/python'
make[1]: Leaving directory `/usr/bin/adesklets-0.4.10/scripting'
Making all in utils
make[1]: Entering directory `/usr/bin/adesklets-0.4.10/utils'
make[1]: Für das Ziel »all« ist nichts zu tun.
make[1]: Leaving directory `/usr/bin/adesklets-0.4.10/utils'
Making all in doc
make[1]: Entering directory `/usr/bin/adesklets-0.4.10/doc'
Making all in imlib2
make[2]: Entering directory `/usr/bin/adesklets-0.4.10/doc/imlib2'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/usr/bin/adesklets-0.4.10/doc/imlib2'
make[2]: Entering directory `/usr/bin/adesklets-0.4.10/doc'
make[2]: Für das Ziel »all-am« ist nichts zu tun.
make[2]: Leaving directory `/usr/bin/adesklets-0.4.10/doc'
make[1]: Leaving directory `/usr/bin/adesklets-0.4.10/doc'
make[1]: Entering directory `/usr/bin/adesklets-0.4.10'
make[1]: Für das Ziel »all-am« ist nichts zu tun.
make[1]: Leaving directory `/usr/bin/adesklets-0.4.10'

make install dann folgendes:
Code:
linux:/usr/bin/adesklets-0.4.10 # make install
Making install in src
make[1]: Entering directory `/usr/bin/adesklets-0.4.10/src'
make[2]: Entering directory `/usr/bin/adesklets-0.4.10/src'
test -z "/usr/local/bin" || mkdir -p -- . "/usr/local/bin"
  /usr/bin/install -c 'adesklets' '/usr/local/bin/adesklets'
test -z "/usr/local/share/adesklets" || mkdir -p -- . "/usr/local/share/adesklets"
 /usr/bin/install -c 'adesklets_debug.sh' '/usr/local/share/adesklets/adesklets_debug.sh'
make[2]: Leaving directory `/usr/bin/adesklets-0.4.10/src'
make[1]: Leaving directory `/usr/bin/adesklets-0.4.10/src'
Making install in data
make[1]: Entering directory `/usr/bin/adesklets-0.4.10/data'
make[2]: Entering directory `/usr/bin/adesklets-0.4.10/data'
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/share/adesklets" || mkdir -p -- . "/usr/local/share/adesklets"
 /usr/bin/install -c -m 644 'FONT_LICENSE' '/usr/local/share/adesklets/FONT_LICENSE'
 /usr/bin/install -c -m 644 'Vera.ttf' '/usr/local/share/adesklets/Vera.ttf'
make[2]: Leaving directory `/usr/bin/adesklets-0.4.10/data'
make[1]: Leaving directory `/usr/bin/adesklets-0.4.10/data'
Making install in scripting
make[1]: Entering directory `/usr/bin/adesklets-0.4.10/scripting'
Making install in .
make[2]: Entering directory `/usr/bin/adesklets-0.4.10/scripting'
make[3]: Entering directory `/usr/bin/adesklets-0.4.10/scripting'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.
make[3]: Leaving directory `/usr/bin/adesklets-0.4.10/scripting'
make[2]: Leaving directory `/usr/bin/adesklets-0.4.10/scripting'
Making install in python
make[2]: Entering directory `/usr/bin/adesklets-0.4.10/scripting/python'
/usr/bin/python setup.py build
running build
running build_py
running build_ext
make[3]: Entering directory `/usr/bin/adesklets-0.4.10/scripting/python'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
/usr/bin/python setup.py install --root=/
running install
running build
running build_py
running build_ext
running install_lib
make[3]: Leaving directory `/usr/bin/adesklets-0.4.10/scripting/python'
make[2]: Leaving directory `/usr/bin/adesklets-0.4.10/scripting/python'
make[1]: Leaving directory `/usr/bin/adesklets-0.4.10/scripting'
Making install in utils
make[1]: Entering directory `/usr/bin/adesklets-0.4.10/utils'
make[2]: Entering directory `/usr/bin/adesklets-0.4.10/utils'
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
cp adesklets_submit ///usr/local/bin
cp adesklets_checkin ///usr/local/bin
make[2]: Leaving directory `/usr/bin/adesklets-0.4.10/utils'
make[1]: Leaving directory `/usr/bin/adesklets-0.4.10/utils'
Making install in doc
make[1]: Entering directory `/usr/bin/adesklets-0.4.10/doc'
Making install in imlib2
make[2]: Entering directory `/usr/bin/adesklets-0.4.10/doc/imlib2'
make[3]: Entering directory `/usr/bin/adesklets-0.4.10/doc/imlib2'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.
make[3]: Leaving directory `/usr/bin/adesklets-0.4.10/doc/imlib2'
make[2]: Leaving directory `/usr/bin/adesklets-0.4.10/doc/imlib2'
make[2]: Entering directory `/usr/bin/adesklets-0.4.10/doc'
make[3]: Entering directory `/usr/bin/adesklets-0.4.10/doc'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/info" || mkdir -p -- . "/usr/local/info"
 /usr/bin/install -c -m 644 './adesklets_en.info' '/usr/local/info/adesklets_en.info'
 /usr/bin/install -c -m 644 './adesklets_fr.info' '/usr/local/info/adesklets_fr.info'
 install-info --info-dir='/usr/local/info' '/usr/local/info/adesklets_en.info'
install-info: menu item `adesklets' already exists, for file `adesklets'
 install-info --info-dir='/usr/local/info' '/usr/local/info/adesklets_fr.info'
test -z "/usr/local/man/man1" || mkdir -p -- . "/usr/local/man/man1"
 /usr/bin/install -c -m 644 './adesklets.1' '/usr/local/man/man1/adesklets.1'
make  install-data-hook
make[4]: Entering directory `/usr/bin/adesklets-0.4.10/doc'
mv //usr/local/info/adesklets_en.info \
        //usr/local/info/adesklets.info
make[4]: Leaving directory `/usr/bin/adesklets-0.4.10/doc'
make[3]: Leaving directory `/usr/bin/adesklets-0.4.10/doc'
make[2]: Leaving directory `/usr/bin/adesklets-0.4.10/doc'
make[1]: Leaving directory `/usr/bin/adesklets-0.4.10/doc'
make[1]: Entering directory `/usr/bin/adesklets-0.4.10'
make[2]: Entering directory `/usr/bin/adesklets-0.4.10'
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[2]: Für das Ziel »install-data-am« ist nichts zu tun.
make[2]: Leaving directory `/usr/bin/adesklets-0.4.10'
make[1]: Leaving directory `/usr/bin/adesklets-0.4.10'

Bitte nicht hauen, wegen dem Riesen-Posting. Aber ich bin echt am Aufgeben. Das ist mein letzter Versuch. Wenn das nichts bringt, hau ich das Adesklets/Torsmotoy-Zeug wieder vom PC :trash:

Gruß,
Ritschie
 

Ähnliche Themen

NGINX bietet intern abgerufene Seiten nur zum Download an, extern geht's

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

Nginx als Reverse Proxy für Nextcloud und Emby

Samba-Server mit Univention Corporate Server

Ich mag Dovecot nicht ...

Zurück
Oben