Discussion:
Last AppImage
Leon Pollak
2017-05-03 09:51:14 UTC
Permalink
Hello, all.

Comparing the last AppImage and "native" FC25 kdevelop version I have two
issues:

1. Compiling/linking of my project produces a lot of messages of this kind:

ERROR: ld.so: object '/tmp/.mount_a3XHWT/exec_wrapper.so' from LD_PRELOAD
cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.

The "native" version compiles silently.

2. The size of the tabs for my source files in the image version is almost
twice higher than in the native one. Also it has the constant width
independent on the name length, while "native" version adapts the width to the
name length.

Any comments, please...
--
Leon
Sven Brauch
2017-05-03 17:42:42 UTC
Permalink
Post by Leon Pollak
Comparing the last AppImage and "native" FC25 kdevelop version I have two
ERROR: ld.so: object '/tmp/.mount_a3XHWT/exec_wrapper.so' from LD_PRELOAD
cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
This is a helper program used by us to set the proper environment for
child processes, and is only needed in the AppImage. Do you compile with
a 32-bit compiler on a 64-bit system?
Post by Leon Pollak
2. The size of the tabs for my source files in the image version is almost
twice higher than in the native one. Also it has the constant width
independent on the name length, while "native" version adapts the width to the
name length.
The AppImage uses a different Qt theme and version, that will be related
to this.

Greetings,
Sven
Leon Pollak
2017-05-04 06:35:27 UTC
Permalink
Post by Sven Brauch
Post by Leon Pollak
Comparing the last AppImage and "native" FC25 kdevelop version I have two
ERROR: ld.so: object '/tmp/.mount_a3XHWT/exec_wrapper.so' from LD_PRELOAD
cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
This is a helper program used by us to set the proper environment for
child processes, and is only needed in the AppImage. Do you compile with
a 32-bit compiler on a 64-bit system?
Yes, I cross compile ARM on x86_64.
Post by Sven Brauch
Post by Leon Pollak
2. The size of the tabs for my source files in the image version is almost
twice higher than in the native one. Also it has the constant width
independent on the name length, while "native" version adapts the width to
the name length.
The AppImage uses a different Qt theme and version, that will be related
to this.
I understand this as when Fedora will accept the new version and recompile it,
this will go away.

Thanks a lot!!!
--
Leon
Loading...