[tdf-discuss] Howto start building from tarball for Solaris x86

2011-08-31 Thread Karl Behler

Hi all,

I've downloaded the tarball from 
http://download.documentfoundation.org/libreoffice/src/3.3.4/ and 
untared everything. So I've got my directory filled with something like


@LongLink, libreoffice-artwork-3.3.4.1/, libreoffice-base-3.3.4.1/, 
libreoffice-bootstrap-3.3.4.1/, libreoffice-calc-3.3.4.1/, 
libreoffice-components-3.3.4.1/, libreoffice-extensions-3.3.4.1/, 
libreoffice-extras-3.3.4.1/, libreoffice-filters-3.3.4.1/, 
libreoffice-help-3.3.4.1/, libreoffice-impress-3.3.4.1/, 
libreoffice-l10n-3.3.4.1/, libreoffice-libs-core-3.3.4.1/, 
libreoffice-libs-extern-3.3.4.1/, libreoffice-libs-extern-sys-3.3.4.1/, 
libreoffice-libs-gui-3.3.4.1/,
libreoffice-postprocess-3.3.4.1/, libreoffice-sdk-3.3.4.1/, 
libreoffice-testing-3.3.4.1/, libreoffice-ure-3.3.4.1/, 
libreoffice-writer-3.3.4.1/


Now I cd into libreoffice-bootstrap-3.3.4.1 and do the autogen.sh
I finally managed to get through this

When I say make it tries to fetch a lot from various web locations 
which do not exist anymore. Why that? I thought I already downloaded the 
source with the full tarball


How can I avoid fetching files from external?
How do I have to organize the source from the already downloaded tarball 
so that it is recognized by the configure and make procedures?


My uname -a output is: SunOS sxaug21 5.10 Generic_144501-19 i86pc i386

My autogen options where:
./autogen.sh --with-num-cpus=4 --disable-cups --disable-gconf 
--disable-gnome-vfs --prefix=/usr/gnu/64 --disable-gstreamer 
--with-ant-home=/afs/ipp-garching.mpg.de/home/k/kcb/ftp/Ant/apache-ant-1.8.2 
--without-junit --disable-fetch-external


Any advice?

Thanks,

Karl

--
Dr. Karl Behler 
CODAC  IT services ASDEX Upgrade
phon +49 89 3299-1351 fax 3299-961351


--
Unsubscribe instructions: E-mail to discuss+h...@documentfoundation.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.documentfoundation.org/www/discuss/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [tdf-discuss] Howto start building from tarball for Solaris x86

2011-08-31 Thread Karl Behler

Hi all again,

now I tried the same at home under Suse 11.4.

Downloaded libreoffice-bootstrap-3.3.4.1

And followed the build steps:

This is my autogen.sh:

./autogen.sh --with-num-cpus=2 
--with-ant-home=/downloads/Ant/apache-ant-1.8.2 
--with-junit=/downloads/Junit/junit-4.9.jar


It runs through without complaining:
 .

configure: creating ./config.status
config.status: creating set_soenv
config.status: creating Makefile
Setting up the environment for building LibreOffice
Setting platform independent values... Setting Linux x86-64 specific values... 
done
Setting the environment variables... done
Setting the aliases... done


*
* LibreOffice 330 configuration.
*
*
* Configuration part of LibreOffice 330 build is finished.
*
* NB! Be aware that you might not be able to build LibreOffice if you
* ignore any warning message that were generated during this configuration
* process.
*


To build, do:
  $ make

Developer installation (after you have built):
  $ make dev-install

Configure completed


But when I try to do the make:


papa@lnx54srv1:~/projects/libreoffice/3341/libreoffice-bootstrap-3.3.4.1 make
found wget: wget
found md5sum: md5sum
63ddc5116488985e820075e65fbe6aa4-openssl-0.9.8o.tar.gz
Keine Daten empfangen.
Keine Daten empfangen.
Keine Daten empfangen.
Keine Daten empfangen.
Lesefehler (Die Verbindung wurde vom Kommunikationspartner zurückgesetzt) beim 
Vorspann (header).
Lesefehler (Die Verbindung wurde vom Kommunikationspartner zurückgesetzt) beim 
Vorspann (header).
Keine Daten empfangen.
Keine Daten empfangen.


Obviously the reason is the same the file ooo.list is outdated and the 
mentioned packages are not anymore found at the original places.


Again - What to do? What to read?

Regards
Karl

Am 31.08.2011 17:25, schrieb Karl Behler:

Hi all,

I've downloaded the tarball from
http://download.documentfoundation.org/libreoffice/src/3.3.4/ and
untared everything. So I've got my directory filled with something like

@LongLink, libreoffice-artwork-3.3.4.1/, libreoffice-base-3.3.4.1/,
libreoffice-bootstrap-3.3.4.1/, libreoffice-calc-3.3.4.1/,
libreoffice-components-3.3.4.1/, libreoffice-extensions-3.3.4.1/,
libreoffice-extras-3.3.4.1/, libreoffice-filters-3.3.4.1/,
libreoffice-help-3.3.4.1/, libreoffice-impress-3.3.4.1/,
libreoffice-l10n-3.3.4.1/, libreoffice-libs-core-3.3.4.1/,
libreoffice-libs-extern-3.3.4.1/, libreoffice-libs-extern-sys-3.3.4.1/,
libreoffice-libs-gui-3.3.4.1/,
libreoffice-postprocess-3.3.4.1/, libreoffice-sdk-3.3.4.1/,
libreoffice-testing-3.3.4.1/, libreoffice-ure-3.3.4.1/,
libreoffice-writer-3.3.4.1/

Now I cd into libreoffice-bootstrap-3.3.4.1 and do the autogen.sh
I finally managed to get through this

When I say make it tries to fetch a lot from various web locations
which do not exist anymore. Why that? I thought I already downloaded the
source with the full tarball

How can I avoid fetching files from external?
How do I have to organize the source from the already downloaded tarball
so that it is recognized by the configure and make procedures?

My uname -a output is: SunOS sxaug21 5.10 Generic_144501-19 i86pc i386

My autogen options where:
./autogen.sh --with-num-cpus=4 --disable-cups --disable-gconf
--disable-gnome-vfs --prefix=/usr/gnu/64 --disable-gstreamer
--with-ant-home=/afs/ipp-garching.mpg.de/home/k/kcb/ftp/Ant/apache-ant-1.8.2
--without-junit --disable-fetch-external

Any advice?

Thanks,

Karl



--
Unsubscribe instructions: E-mail to discuss+h...@documentfoundation.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.documentfoundation.org/www/discuss/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [tdf-discuss] Howto start building from tarball for Solaris x86

2011-08-31 Thread Volker Merschmann
Hi Karl,

maybe it is better to ask on the developers Mailing-List
libreoff...@lists.freedesktop.org
This here is more about common things around The Document Foundation,
not LibreOffice itself.

Volker

2011/8/31 Karl Behler k...@behler-garching.de:
 Hi all again,

 now I tried the same at home under Suse 11.4.

 Downloaded libreoffice-bootstrap-3.3.4.1

 And followed the build steps:

 This is my autogen.sh:

 ./autogen.sh --with-num-cpus=2
 --with-ant-home=/downloads/Ant/apache-ant-1.8.2
 --with-junit=/downloads/Junit/junit-4.9.jar

 It runs through without complaining:
 .

 configure: creating ./config.status
 config.status: creating set_soenv
 config.status: creating Makefile
 Setting up the environment for building LibreOffice
 Setting platform independent values... Setting Linux x86-64 specific
 values... done
 Setting the environment variables... done
 Setting the aliases... done


 
 *
 * LibreOffice 330 configuration.
 *
 *
 * Configuration part of LibreOffice 330 build is finished.
 *
 * NB! Be aware that you might not be able to build LibreOffice if you
 * ignore any warning message that were generated during this configuration
 * process.
 *

 

 To build, do:
  $ make

 Developer installation (after you have built):
  $ make dev-install

 Configure completed

 But when I try to do the make:

 papa@lnx54srv1:~/projects/libreoffice/3341/libreoffice-bootstrap-3.3.4.1
 make
 found wget: wget
 found md5sum: md5sum
 63ddc5116488985e820075e65fbe6aa4-openssl-0.9.8o.tar.gz
 Keine Daten empfangen.
 Keine Daten empfangen.
 Keine Daten empfangen.
 Keine Daten empfangen.
 Lesefehler (Die Verbindung wurde vom Kommunikationspartner zurückgesetzt)
 beim Vorspann (header).
 Lesefehler (Die Verbindung wurde vom Kommunikationspartner zurückgesetzt)
 beim Vorspann (header).
 Keine Daten empfangen.
 Keine Daten empfangen.

 Obviously the reason is the same the file ooo.list is outdated and the
 mentioned packages are not anymore found at the original places.

 Again - What to do? What to read?

 Regards
 Karl

 Am 31.08.2011 17:25, schrieb Karl Behler:

 Hi all,

 I've downloaded the tarball from
 http://download.documentfoundation.org/libreoffice/src/3.3.4/ and
 untared everything. So I've got my directory filled with something like

 @LongLink, libreoffice-artwork-3.3.4.1/, libreoffice-base-3.3.4.1/,
 libreoffice-bootstrap-3.3.4.1/, libreoffice-calc-3.3.4.1/,
 libreoffice-components-3.3.4.1/, libreoffice-extensions-3.3.4.1/,
 libreoffice-extras-3.3.4.1/, libreoffice-filters-3.3.4.1/,
 libreoffice-help-3.3.4.1/, libreoffice-impress-3.3.4.1/,
 libreoffice-l10n-3.3.4.1/, libreoffice-libs-core-3.3.4.1/,
 libreoffice-libs-extern-3.3.4.1/, libreoffice-libs-extern-sys-3.3.4.1/,
 libreoffice-libs-gui-3.3.4.1/,
 libreoffice-postprocess-3.3.4.1/, libreoffice-sdk-3.3.4.1/,
 libreoffice-testing-3.3.4.1/, libreoffice-ure-3.3.4.1/,
 libreoffice-writer-3.3.4.1/

 Now I cd into libreoffice-bootstrap-3.3.4.1 and do the autogen.sh
 I finally managed to get through this

 When I say make it tries to fetch a lot from various web locations
 which do not exist anymore. Why that? I thought I already downloaded the
 source with the full tarball

 How can I avoid fetching files from external?
 How do I have to organize the source from the already downloaded tarball
 so that it is recognized by the configure and make procedures?

 My uname -a output is: SunOS sxaug21 5.10 Generic_144501-19 i86pc i386

 My autogen options where:
 ./autogen.sh --with-num-cpus=4 --disable-cups --disable-gconf
 --disable-gnome-vfs --prefix=/usr/gnu/64 --disable-gstreamer

 --with-ant-home=/afs/ipp-garching.mpg.de/home/k/kcb/ftp/Ant/apache-ant-1.8.2
 --without-junit --disable-fetch-external

 Any advice?

 Thanks,

 Karl


 --
 Unsubscribe instructions: E-mail to discuss+h...@documentfoundation.org
 Problems?
 http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
 Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
 List archive: http://listarchives.documentfoundation.org/www/discuss/
 All messages sent to this list will be publicly archived and cannot be
 deleted





-- 
Volker Merschmann
Member of The Document Foundation
http://www.documentfoundation.org

-- 
Unsubscribe instructions: E-mail to discuss+h...@documentfoundation.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.documentfoundation.org/www/discuss/
All messages sent to this list will be publicly archived and cannot be deleted