Ok!
Ich habe es gerade nochmal von vorne versucht. Hier läuft das "ganz
normale" Ubuntu 14.04.4 LTS (x86_64) hier aus der Liste mit einigen
eigenen Paketen.

Gerade also nochmal den Download gestartet von:
http://www.softmaker.de/tipps-linux
und danach -so wie es sein soll- dies:
------------------------------------------------------------------------

sudo dpkg -i softmaker-office-2016_752-01_i386.deb
sudo apt-get install -f

-------------------------------------------------------------------------
> aptitude show PAKET

aptitude show softmaker-office-2016:i386
Paket: softmaker-office-2016
Neu: ja
Zustand: Installiert
Automatisch installiert: nein
Version: 2258
Priorität: optional
Bereich: editors
Verwalter: SoftMaker GmbH <[email protected]>
Architektur: i386
Unkomprimierte Größe: 281 M
Hängt ab von: libc6 (>= 2.11.1), libx11-6, libxmu6, libxext6, libidn11,
libxrender1, libxrandr2, libstdc++6, libgl1-mesa-glx
Ersetzt: softmaker-office-2006, softmaker-office-2006,
softmaker-office-2006-trial, softmaker-office-2006-trial,
softmaker-office-2008, softmaker-office-2008, softmaker-office-2008-trial,
         softmaker-office-2008-trial, softmaker-office-2010,
softmaker-office-2010, softmaker-office-2010-trial,
softmaker-office-2010-trial, softmaker-office-2012, softmaker-office-2012,
         softmaker-office-2012-trial, softmaker-office-2012-trial
Beschreibung: SoftMaker Office is a complete office suite.
 It is reliable, lightning-fast, and Microsoft Office-compatible and
comes with a word processor, spreadsheet, and presentation graphics
software.
Homepage: http://www.softmaker.com
------------------------------------------------------------------------------

Dabei installiert aber "apt-get" bei mir nichts mehr nach -- es scheint
bereits alles drauf zu sein?!?

Wenn ich "textmaker16" starte, bleibt es bei besagtem Fehler:
"Segmentation fault"

Ein "strace textmaker16" liefert dies:
------------------------------------------------------------------------
execve("/usr/bin/textmaker16", ["textmaker16"], [/* 27 vars */]) = 0
brk(0)                                  = 0x7f070a23d000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or
directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7f07083e8000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=151962, ...}) = 0
mmap(NULL, 151962, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f07083c2000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or
directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\37\2\0\0\0\0\0"...,
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1840928, ...}) = 0
mmap(NULL, 3949248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7f0707be5000
mprotect(0x7f0707da0000, 2093056, PROT_NONE) = 0
mmap(0x7f0707f9f000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ba000) = 0x7f0707f9f000
mmap(0x7f0707fa5000, 17088, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f0707fa5000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7f07083c1000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7f07083bf000
arch_prctl(ARCH_SET_FS, 0x7f07083bf740) = 0
mprotect(0x7f0707f9f000, 16384, PROT_READ) = 0
mprotect(0x7f07083ea000, 8192, PROT_READ) = 0
mprotect(0x7f07081cc000, 4096, PROT_READ) = 0
munmap(0x7f07083c2000, 151962)          = 0
getpid()                                = 2554
rt_sigaction(SIGCHLD, {0x7f07081e1460, ~[RTMIN RT_1], SA_RESTORER,
0x7f0707c1bd40}, NULL, 8) = 0
geteuid()                               = 0
brk(0)                                  = 0x7f070a23d000
brk(0x7f070a25e000)                     = 0x7f070a25e000
getppid()                               = 2551
stat("/home/linuxadmin/Downloads", {st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/bin/textmaker16", O_RDONLY)  = 3
fcntl(3, F_DUPFD, 10)                   = 10
close(3)                                = 0
fcntl(10, F_SETFD, FD_CLOEXEC)          = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x7f07081e1460, ~[RTMIN RT_1], SA_RESTORER,
0x7f0707c1bd40}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER,
0x7f0707c1bd40}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER,
0x7f0707c1bd40}, NULL, 8) = 0
read(10, "#!/bin/sh\n# A script to run Text"..., 8192) = 135
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x7f07083bfa10) = 2555
wait4(-1, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV}], 0, NULL) = 2555
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_KILLED, si_pid=2555,
si_status=SIGSEGV, si_utime=39, si_stime=7} ---
rt_sigreturn()                          = 2555
write(2, "Segmentation fault\n", 19Segmentation fault
)    = 19
read(10, "", 8192)                      = 0
exit_group(139)                         = ?
+++ exited with 139 +++
------------------------------------------------------------------------------

What's wrong here?

Fehlt bei der Anleitung zu Ubuntu evtl auch der Zusatz:
"dpkg --add-architecture i386" so wie es bei Debian steht?





_______________________________________________
linuxmuster-user mailing list
[email protected]
https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user

Antwort per Email an