You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Christoph Körner <ko...@gmx.de> on 2016/11/04 17:17:13 UTC

"module jpeg error" on compiling

I just tried to compile the original source and i got following error:
 
 
root@abc:~/Schreibtisch/aoo-4.1.3/main/instsetoo_native# build --all:jpeg
build -- version: 275224


=============
Building module jpeg
=============

Entering /root/Schreibtisch/aoo-4.1.3/main/jpeg

mkdir: cannot create directory './unxlngx6.pro/misc/build/jpeg-8d/': File exists
Compiling: jpeg/unxlngx6.pro/misc/build/jpeg-8d/jaricom.c
afl-cc 2.35b by <lc...@google.com>
afl-as 2.35b by <lc...@google.com>
[!] WARNING: No instrumentation targets found.
/root/Schreibtisch/aoo-4.1.3/main/solver/413/unxlngx6.pro/bin/makedepend: error while loading shared libraries: /root/Schreibtisch/aoo-4.1.3/main/solver/413/unxlngx6.pro/lib/libgcc_s.so.1: invalid ELF header
dmake:  Error code 127, while making '../../../../unxlngx6.pro/slo/jaricom.obj'
dmake:  '../../../../unxlngx6.pro/slo/jaricom.obj' removed.
dmake:  Error code 255, while making './unxlngx6.pro/misc/build/so_built_jpeg'

1 module(s): 
   jpeg
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making /root/Schreibtisch/aoo-4.1.3/main/jpeg

When you have fixed the errors in that module you can resume the build by running:

   build --all:jpeg
 
-----------------------------------
 
How can i fix it?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: "module jpeg error" on compiling

Posted by Peter Kovacs <le...@gmail.com>.
Ahh okay my bad. Sorry. Will try tonight with the configuration step.

Ariel Constenla-Haile <ar...@apache.org> schrieb am So., 13. Nov. 2016,
19:10:

> On 13/11/16 07:52, Peter Kovacs wrote:
> >
> >
> > On 11.11.2016 20:34, Ariel Constenla-Haile wrote:
> >>
> >> Try to configure with --with-system-stdlibs
> >>
> > Ariel if I d this I get the following:
> >
> > [legine@Keynix2 instsetoo_native]$ build --all --with-system-stdlibs
> > build -- version: 275224
>
> That option is for configure, not for build, "try to configure" means add
> this option to the ones you pass to configure, for example:
>
> ./configure   \
> --enable-category-b \
> --enable-bundled-dictionaries \
> --with-build-version="$(date +"%Y-%m-%d %H:%M:%S") - `uname -sm`" \
> --enable-verbose \
> --enable-crashdump=yes  \
> --enable-wiki-publisher  \
> --enable-opengl  \
> --enable-dbus  \
> --enable-gstreamer \
> --with-package-format="archive" \
> --with-dmake-url=
> http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
> \
> --with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz
> \
> --without-stlport \
> --with-system-stdlibs \
>
>
> Regards
> --
> Ariel Constenla-Haile
> La Plata, Argentina
>
> --

Disclaimer: Diese Nachricht stammt aus einem Google Account. Ihre Antwort
wird in der Google Cloud Gespeichert und durch Google Algorythmen zwecks
werbeanaöysen gescannt. Es ist derzeit nicht auszuschließen das ihre
Nachricht auch durch einen NSA Mitarbeiter geprüft wird. Durch
kommunikation mit diesen Account stimmen Sie zu das ihre Mail, ihre
Kontaktdaten und die Termine die Sie mit mir vereinbaren online zu Google
konditionen in der Googlecloud gespeichert wird. Sollten sie dies nicht
wünschen kontaktieren sie mich bitte Umgehend um z.B. alternativen zu
verhandeln.

Re: "module jpeg error" on compiling

Posted by Ariel Constenla-Haile <ar...@apache.org>.
On 13/11/16 07:52, Peter Kovacs wrote:
> 
> 
> On 11.11.2016 20:34, Ariel Constenla-Haile wrote:
>>
>> Try to configure with --with-system-stdlibs
>>
> Ariel if I d this I get the following:
> 
> [legine@Keynix2 instsetoo_native]$ build --all --with-system-stdlibs
> build -- version: 275224

That option is for configure, not for build, "try to configure" means add this option to the ones you pass to configure, for example:

./configure   \
--enable-category-b \
--enable-bundled-dictionaries \
--with-build-version="$(date +"%Y-%m-%d %H:%M:%S") - `uname -sm`" \
--enable-verbose \
--enable-crashdump=yes  \
--enable-wiki-publisher  \
--enable-opengl  \
--enable-dbus  \
--enable-gstreamer \
--with-package-format="archive" \
--with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2 \
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz \
--without-stlport \
--with-system-stdlibs \


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


Re: "module jpeg error" on compiling

Posted by Peter Kovacs <le...@gmail.com>.

On 11.11.2016 20:34, Ariel Constenla-Haile wrote:
>
> Try to configure with --with-system-stdlibs
>
Ariel if I d this I get the following:

[legine@Keynix2 instsetoo_native]$ build --all --with-system-stdlibs
build -- version: 275224


=============
Building module solenv
=============

Entering /home/legine/workspace/aoo/main/solenv

Usage:
dmake [-P#] [-{f|K} file] [-{w|W} target ...] [macro[!][[*][+][:]]=value ...]
       [-v[cdfimrtw]] [-m[trae]] [-ABcdeEghiknpqrsStTuVxX] [target ...]

1 module(s):
	solenv
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making /home/legine/workspace/aoo/main/solenv

When you have fixed the errors in that module you can resume the build by running:

	build --all:solenv

[legine@Keynix2 instsetoo_native]$


:(


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: "module jpeg error" on compiling

Posted by Ariel Constenla-Haile <ar...@apache.org>.
On 04/11/16 14:17, "Christoph Körner" wrote:
> I just tried to compile the original source and i got following error:
>  
>  
> root@abc:~/Schreibtisch/aoo-4.1.3/main/instsetoo_native# build --all:jpeg

Side comment, you shouldn't be building as root.

> Entering /root/Schreibtisch/aoo-4.1.3/main/jpeg
> 
> mkdir: cannot create directory './unxlngx6.pro/misc/build/jpeg-8d/': File exists
> Compiling: jpeg/unxlngx6.pro/misc/build/jpeg-8d/jaricom.c
> afl-cc 2.35b by <lc...@google.com>
> afl-as 2.35b by <lc...@google.com>
> [!] WARNING: No instrumentation targets found.
> /root/Schreibtisch/aoo-4.1.3/main/solver/413/unxlngx6.pro/bin/makedepend: error while loading shared libraries: /root/Schreibtisch/aoo-4.1.3/main/solver/413/unxlngx6.pro/lib/libgcc_s.so.1: invalid ELF header
> dmake:  Error code 127, while making '../../../../unxlngx6.pro/slo/jaricom.obj'
> dmake:  '../../../../unxlngx6.pro/slo/jaricom.obj' removed.
> dmake:  Error code 255, while making './unxlngx6.pro/misc/build/so_built_jpeg'

Try to configure with --with-system-stdlibs

Regards


Re: "module jpeg error" on compiling

Posted by Hagar Delest <de...@gmail.com>.
CCed OP.

Christoph, you're not subscribed to the list.

Hagar

Le 04/11/2016  18:32, Peter Kovacs a crit :
> you can circumvent this by
>
> 1) locating the libgcc_s.so.1 on your system
>
> 2) delete /root/Schreibtisch/aoo-4.1.3/main/solver/413/unxlngx6.pro/lib/libgcc_s.so.1
>
> 3) create a softlink instead that points to your system lib.
>
> 4) restart build with given command.
>
>
> All the best
>
> Peter
>
> On 04.11.2016 18:17, "Christoph Krner" wrote:
>> I just tried to compile the original source and i got following error:
>>     root@abc:~/Schreibtisch/aoo-4.1.3/main/instsetoo_native# build --all:jpeg
>> build -- version: 275224
>>
>>
>> =============
>> Building module jpeg
>> =============
>>
>> Entering /root/Schreibtisch/aoo-4.1.3/main/jpeg
>>
>> mkdir: cannot create directory './unxlngx6.pro/misc/build/jpeg-8d/': File exists
>> Compiling: jpeg/unxlngx6.pro/misc/build/jpeg-8d/jaricom.c
>> afl-cc 2.35b by <lc...@google.com>
>> afl-as 2.35b by <lc...@google.com>
>> [!] WARNING: No instrumentation targets found.
>> /root/Schreibtisch/aoo-4.1.3/main/solver/413/unxlngx6.pro/bin/makedepend: error while loading shared libraries: /root/Schreibtisch/aoo-4.1.3/main/solver/413/unxlngx6.pro/lib/libgcc_s.so.1: invalid ELF header
>> dmake:  Error code 127, while making '../../../../unxlngx6.pro/slo/jaricom.obj'
>> dmake:  '../../../../unxlngx6.pro/slo/jaricom.obj' removed.
>> dmake:  Error code 255, while making './unxlngx6.pro/misc/build/so_built_jpeg'
>>
>> 1 module(s):
>>     jpeg
>> need(s) to be rebuilt
>>
>> Reason(s):
>>
>> ERROR: error 65280 occurred while making /root/Schreibtisch/aoo-4.1.3/main/jpeg
>>
>> When you have fixed the errors in that module you can resume the build by running:
>>
>>     build --all:jpeg
>>   -----------------------------------
>>   How can i fix it?
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: "module jpeg error" on compiling

Posted by Peter Kovacs <le...@gmail.com>.
you can circumvent this by

1) locating the libgcc_s.so.1 on your system

2) delete 
/root/Schreibtisch/aoo-4.1.3/main/solver/413/unxlngx6.pro/lib/libgcc_s.so.1

3) create a softlink instead that points to your system lib.

4) restart build with given command.


All the best

Peter

On 04.11.2016 18:17, "Christoph K�rner" wrote:
> I just tried to compile the original source and i got following error:
>   
>   
> root@abc:~/Schreibtisch/aoo-4.1.3/main/instsetoo_native# build --all:jpeg
> build -- version: 275224
>
>
> =============
> Building module jpeg
> =============
>
> Entering /root/Schreibtisch/aoo-4.1.3/main/jpeg
>
> mkdir: cannot create directory './unxlngx6.pro/misc/build/jpeg-8d/': File exists
> Compiling: jpeg/unxlngx6.pro/misc/build/jpeg-8d/jaricom.c
> afl-cc 2.35b by <lc...@google.com>
> afl-as 2.35b by <lc...@google.com>
> [!] WARNING: No instrumentation targets found.
> /root/Schreibtisch/aoo-4.1.3/main/solver/413/unxlngx6.pro/bin/makedepend: error while loading shared libraries: /root/Schreibtisch/aoo-4.1.3/main/solver/413/unxlngx6.pro/lib/libgcc_s.so.1: invalid ELF header
> dmake:  Error code 127, while making '../../../../unxlngx6.pro/slo/jaricom.obj'
> dmake:  '../../../../unxlngx6.pro/slo/jaricom.obj' removed.
> dmake:  Error code 255, while making './unxlngx6.pro/misc/build/so_built_jpeg'
>
> 1 module(s):
>     jpeg
> need(s) to be rebuilt
>
> Reason(s):
>
> ERROR: error 65280 occurred while making /root/Schreibtisch/aoo-4.1.3/main/jpeg
>
> When you have fixed the errors in that module you can resume the build by running:
>
>     build --all:jpeg
>   
> -----------------------------------
>   
> How can i fix it?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org