build errors when building 4.1.6

2018-10-10 Thread Peter Kovacs

Hi all,

 when building python I get a segementation fault error.

Does anyone has a solution for this:

/usr/bin/ld: Modules/posixmodule.o: in function `posix_tmpnam':
/home/legine/workspace/ApacheOpenOffice/svn/main/python/unxlngx6.pro/misc/build/Python-2.7.6/./Modules/posixmodule.c:7545: 
warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'

/usr/bin/ld: Modules/posixmodule.o: in function `posix_tempnam':
/home/legine/workspace/ApacheOpenOffice/svn/main/python/unxlngx6.pro/misc/build/Python-2.7.6/./Modules/posixmodule.c:7492: 
warning: the use of `tempnam' is dangerous, better use `mkstemp'

gcc -pthread  -Xlinker -export-dynamic -o python \
    Modules/python.o \
    -L. -lpython2.7 -lpthread -ldl  -lutil   -lm
LD_LIBRARY_PATH=/home/legine/workspace/ApacheOpenOffice/svn/main/python/unxlngx6.pro/misc/build/Python-2.7.6:/home/legine/workspace/ApacheOpenOffice/svn/main/solver/416/unxlngx6.pro/lib 
./python -E -S -m sysconfig --generate-posix-vars

Could not find platform dependent libraries 
Consider setting $PYTHONHOME to [:]
make: *** [Makefile:468: pybuilddir.txt] Segmentation fault (core dumped)
dmake:  Error code 2, while making 
'./unxlngx6.pro/misc/build/so_built_so_python'



All the best

Thanks

Peter


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



Re: Errors with building

2014-10-01 Thread zimuzo ezeozue
Thanks. But when i run *make clean *I get the following error:

*GNUmakefile:29: *** Corrupted module target stack! .  Stop.*

On Wed, Oct 1, 2014 at 6:47 AM, Kay Schenk kay.sch...@gmail.com wrote:



 On 09/30/2014 10:33 PM, zimuzo ezeozue wrote:
  Please what command do I use for a clean build?
 
  I have tried  *build --all* ?
 
  And I still end up getting
 
  */usr/bin/ld: cannot find -lmsfilter*
  *collect2: error: ld returned 1 exit status*
  *dmake:  Error code 1, while making '../unxlngi6.pro/lib/libsdfilt.so
  http://unxlngi6.pro/lib/libsdfilt.so'*

 I got caught in something similar just today. :(

 Here's what to do for a clean build --

 Get into /main and source your shell environment script -- see

 https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO#Building_2

 While still in /main, do make clean
 This should remove only the items built for your OS

 Close the shell, terminal.

 Open a new shell, resource your environment shell script and follow your
 normal procedure for building.

 I hope this helps.


 
 
  On Tue, Sep 30, 2014 at 7:15 PM, Regina Henschel 
 rb.hensc...@t-online.de
  wrote:
 
  Hi,
 
  zimuzo ezeozue schrieb:
 
  Please, I am having some issues building. I changed the location of my
 dev
  environment on my pc so I had to ./configure again to change things
 like
  my
  $TARFILE_LOCATION environment variable.
 
 
  when you have made such deep change, you should make a total clean
 build.
  Do not forget to delete the unxlngi6.pro folders in ext_libraries.
 
  Kind regards
  Regina
 
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
  For additional commands, e-mail: dev-h...@openoffice.apache.org
 
 
 

 --
 -
 MzK

 You only get one chance at a first impression.
  I suggest Julia Child, because it's easy to do.
  -- Phil Dunphy (Modern Family)


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




Re: Errors with building

2014-10-01 Thread Regina Henschel

Hi,

I build on Windows with Cygwin, so for Linux it will not be wntmsci12* 
but similar. Look how your *.pro folders are named.


I use in trunk (alles in einer Zeile)
find . -maxdepth 2 -name wntmsci12* | xargs rm -rf

and
I delete folder 410 in main/solver

and
I delete all wntmsci12* from ext_libraries.

Kind regards
Regina


zimuzo ezeozue schrieb:

Please what command do I use for a clean build?

I have tried  *build --all* ?

And I still end up getting

*/usr/bin/ld: cannot find -lmsfilter*
*collect2: error: ld returned 1 exit status*
*dmake:  Error code 1, while making '../unxlngi6.pro/lib/libsdfilt.so
http://unxlngi6.pro/lib/libsdfilt.so'*


On Tue, Sep 30, 2014 at 7:15 PM, Regina Henschel rb.hensc...@t-online.de
wrote:


Hi,

zimuzo ezeozue schrieb:


Please, I am having some issues building. I changed the location of my dev
environment on my pc so I had to ./configure again to change things like
my
$TARFILE_LOCATION environment variable.



when you have made such deep change, you should make a total clean build.
Do not forget to delete the unxlngi6.pro folders in ext_libraries.

Kind regards
Regina


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







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



Re: Errors with building

2014-10-01 Thread Kay Schenk
On Tue, Sep 30, 2014 at 11:30 PM, zimuzo ezeozue zimuzostan...@gmail.com
wrote:

 Thanks. But when i run *make clean *I get the following error:

 *GNUmakefile:29: *** Corrupted module target stack! .  Stop.*


Yes, I get this too. I don't think it causes problems with what actually
needs to happen. One of these days we need to really investigate and fix
this.



 On Wed, Oct 1, 2014 at 6:47 AM, Kay Schenk kay.sch...@gmail.com wrote:

 
 
  On 09/30/2014 10:33 PM, zimuzo ezeozue wrote:
   Please what command do I use for a clean build?
  
   I have tried  *build --all* ?
  
   And I still end up getting
  
   */usr/bin/ld: cannot find -lmsfilter*
   *collect2: error: ld returned 1 exit status*
   *dmake:  Error code 1, while making '../unxlngi6.pro/lib/libsdfilt.so
   http://unxlngi6.pro/lib/libsdfilt.so'*
 
  I got caught in something similar just today. :(
 
  Here's what to do for a clean build --
 
  Get into /main and source your shell environment script -- see
 
 
 https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO#Building_2
 
  While still in /main, do make clean
  This should remove only the items built for your OS
 
  Close the shell, terminal.
 
  Open a new shell, resource your environment shell script and follow your
  normal procedure for building.
 
  I hope this helps.
 
 
  
  
   On Tue, Sep 30, 2014 at 7:15 PM, Regina Henschel 
  rb.hensc...@t-online.de
   wrote:
  
   Hi,
  
   zimuzo ezeozue schrieb:
  
   Please, I am having some issues building. I changed the location of
 my
  dev
   environment on my pc so I had to ./configure again to change things
  like
   my
   $TARFILE_LOCATION environment variable.
  
  
   when you have made such deep change, you should make a total clean
  build.
   Do not forget to delete the unxlngi6.pro folders in ext_libraries.
  
   Kind regards
   Regina
  
  
   -
   To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
   For additional commands, e-mail: dev-h...@openoffice.apache.org
  
  
  
 
  --
  -
  MzK
 
  You only get one chance at a first impression.
   I suggest Julia Child, because it's easy to do.
   -- Phil Dunphy (Modern Family)
 
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
  For additional commands, e-mail: dev-h...@openoffice.apache.org
 
 




-- 
-
MzK

You only get one chance at a first impression.
 I suggest Julia Child, because it's easy to do.
   -- Phil Dunphy (Modern Family)


Re: Errors with building

2014-10-01 Thread zimuzo ezeozue
Thanks. My *.pro folders are named unxlngi6.pro.

I deleted all by doing:  *find . -maxdepth 3 -name wntmsci12* | xargs rm
-rf * from *.../trunk*

I've been able to build successfully.

On Wed, Oct 1, 2014 at 1:34 PM, Regina Henschel rb.hensc...@t-online.de
wrote:

 Hi,

 I build on Windows with Cygwin, so for Linux it will not be wntmsci12*
 but similar. Look how your *.pro folders are named.

 I use in trunk (alles in einer Zeile)
 find . -maxdepth 2 -name wntmsci12* | xargs rm -rf

 and
 I delete folder 410 in main/solver

 and
 I delete all wntmsci12* from ext_libraries.

 Kind regards
 Regina


 zimuzo ezeozue schrieb:

 Please what command do I use for a clean build?

 I have tried  *build --all* ?

 And I still end up getting

 */usr/bin/ld: cannot find -lmsfilter*
 *collect2: error: ld returned 1 exit status*
 *dmake:  Error code 1, while making '../unxlngi6.pro/lib/libsdfilt.so
 http://unxlngi6.pro/lib/libsdfilt.so'*


 On Tue, Sep 30, 2014 at 7:15 PM, Regina Henschel rb.hensc...@t-online.de
 
 wrote:

  Hi,

 zimuzo ezeozue schrieb:

  Please, I am having some issues building. I changed the location of my
 dev
 environment on my pc so I had to ./configure again to change things like
 my
 $TARFILE_LOCATION environment variable.


 when you have made such deep change, you should make a total clean build.
 Do not forget to delete the unxlngi6.pro folders in ext_libraries.

 Kind regards
 Regina


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





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




Errors with building

2014-09-30 Thread zimuzo ezeozue
Please, I am having some issues building. I changed the location of my dev
environment on my pc so I had to ./configure again to change things like my
$TARFILE_LOCATION environment variable.

Now when I *build --all * I get the following error:

*Entering /mnt/hd/Dev/AOO/trunk/main/sd/util*

*Making:libsdfilt.so*
*/usr/bin/ld: cannot find -lmsfilter*
*collect2: error: ld returned 1 exit status*
*dmake:  Error code 1, while making '../unxlngi6.pro/lib/libsdfilt.so
http://unxlngi6.pro/lib/libsdfilt.so'*

*1 module(s): *
* sd*
*need(s) to be rebuilt*

*Reason(s):*

*ERROR: error 65280 occurred while making
/mnt/hd/Dev/AOO/trunk/main/sd/util*

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

* build --all:sd*

I have tried deleting the *../unxlngi6.pro http://unxlngi6.pro/ *folder,
but it still throws. Please what else can I do?

Thanks


Re: Errors with building

2014-09-30 Thread Regina Henschel

Hi,

zimuzo ezeozue schrieb:

Please, I am having some issues building. I changed the location of my dev
environment on my pc so I had to ./configure again to change things like my
$TARFILE_LOCATION environment variable.


when you have made such deep change, you should make a total clean 
build. Do not forget to delete the unxlngi6.pro folders in ext_libraries.


Kind regards
Regina


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



Re: Errors with building

2014-09-30 Thread zimuzo ezeozue
Please what command do I use for a clean build?

I have tried  *build --all* ?

And I still end up getting

*/usr/bin/ld: cannot find -lmsfilter*
*collect2: error: ld returned 1 exit status*
*dmake:  Error code 1, while making '../unxlngi6.pro/lib/libsdfilt.so
http://unxlngi6.pro/lib/libsdfilt.so'*


On Tue, Sep 30, 2014 at 7:15 PM, Regina Henschel rb.hensc...@t-online.de
wrote:

 Hi,

 zimuzo ezeozue schrieb:

 Please, I am having some issues building. I changed the location of my dev
 environment on my pc so I had to ./configure again to change things like
 my
 $TARFILE_LOCATION environment variable.


 when you have made such deep change, you should make a total clean build.
 Do not forget to delete the unxlngi6.pro folders in ext_libraries.

 Kind regards
 Regina


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




Re: Errors with building

2014-09-30 Thread Kay Schenk


On 09/30/2014 10:33 PM, zimuzo ezeozue wrote:
 Please what command do I use for a clean build?
 
 I have tried  *build --all* ?
 
 And I still end up getting
 
 */usr/bin/ld: cannot find -lmsfilter*
 *collect2: error: ld returned 1 exit status*
 *dmake:  Error code 1, while making '../unxlngi6.pro/lib/libsdfilt.so
 http://unxlngi6.pro/lib/libsdfilt.so'*

I got caught in something similar just today. :(

Here's what to do for a clean build --

Get into /main and source your shell environment script -- see
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO#Building_2

While still in /main, do make clean
This should remove only the items built for your OS

Close the shell, terminal.

Open a new shell, resource your environment shell script and follow your
normal procedure for building.

I hope this helps.


 
 
 On Tue, Sep 30, 2014 at 7:15 PM, Regina Henschel rb.hensc...@t-online.de
 wrote:
 
 Hi,

 zimuzo ezeozue schrieb:

 Please, I am having some issues building. I changed the location of my dev
 environment on my pc so I had to ./configure again to change things like
 my
 $TARFILE_LOCATION environment variable.


 when you have made such deep change, you should make a total clean build.
 Do not forget to delete the unxlngi6.pro folders in ext_libraries.

 Kind regards
 Regina


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


 

-- 
-
MzK

You only get one chance at a first impression.
 I suggest Julia Child, because it's easy to do.
 -- Phil Dunphy (Modern Family)


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