Re: Re[2]: Volunteers lists editing

2014-02-01 Thread Varun Bezzam
Dear Andrea,
  I joined the developer's community yesterday because I am
familiar with OpenOffice, and would like to participate in the further
development of the software. I am from India and I am currently pursuing my
Bachelor's degree in Computer Science Engineering from the Anna University,
Chennai. I am extremely interested in developing a project for GSOC 2014.
This is my first experience with any OSS forum, so I would be extremely
grateful for any guidance on where to start, what project ideas to
implement and so on. I have worked with C,C++ and I have a working
knowledge of Java. Any help would be much appreciated.
Thank You,
Varun
(P.S. Is the letter okay? Should i change my presentation format?)


On Sat, Feb 1, 2014 at 1:47 AM, Дарья Чуркина d_churk...@inbox.ru wrote:

  Thank you for help.

 Daria.


 Пятница, 31 января 2014, 19:27 +01:00 от Andrea Pescetti 
 pesce...@apache.org:
 On 31/01/2014 Дарья Чуркина:
  Could you please also advise me how to edit the volunteers lists (I
  need to add my name to the Directory of Volunteers and Documentation
  Volunteers lists). It is said that my account is currently disabled,
  can this be the reason I can't edit these lists?
 
 Yes, accounts need to be whitelisted. I've just whitelisted yours.
 
 Regards,
Andrea.
 
 -
 To unsubscribe, e-mail:  dev-unsubscr...@openoffice.apache.org
 For additional commands, e-mail:  dev-h...@openoffice.apache.org
 


 --
 Дарья Чуркина



Newcomer Needs Help!

2014-02-01 Thread Varun Bezzam
Hello Everyone!!
  I joined the developer's community yesterday because I am
familiar with OpenOffice, and would like to participate in the further
development of the software. I am from India and I am currently pursuing my
Bachelor's degree in Computer Science Engineering from the Anna University,
Chennai. I am extremely interested in developing a project for GSOC 2014.
This is my first experience with any OSS forum, so I would be extremely
grateful for any guidance on where to start, what project ideas to
implement and so on. I have worked with C,C++ and I have a working
knowledge of Java. Any help would be much appreciated.
Thank You,
Varun


Re: OO 4.01 Compiled for Solaris 11 x86 Runtime Memory Fault

2014-02-01 Thread Herbert Duerr

Hi Raymond,

most regulars are traveling (and are meeting this weekend at FOSDEM in 
Brussels).


I already recommended the try to find whether any exceptions are thrown 
(and caught away) during the steps you already debugged.


In gdb I'd use the command
catch throw
to find the throwing code. Maybe there is similar facility in Solaris 
Studio?


Herbert

On 31.01.2014 20:27, Steele, Raymond wrote:

Anyone out there? We really need to get this working, but are having a 
difficult time.

From: Steele, Raymond
Sent: Wednesday, January 29, 2014 5:11 PM
To: dev@openoffice.apache.org; a...@openoffice.apache.org; Herbert Duerr 
(h...@apache.org)
Cc: Meffe, David K
Subject: OO 4.01 Compiled for Solaris 11 x86 Runtime Memory Fault


We've recently compiled OpenOffice 4.01 on Solaris 11 x86 and are experiencing 
the following at runtime. I've included some of the stack trace below. Any help 
would be great. Thanks!



Observed Behaviour

1.OpenOffice starts, the splash screen with logo appears and then 
closes replaced with the full application window and choices for specific 
OpenOffice projects.

2.Selecting either the Word or Spreadsheet project causes a 
segmentation fault and closes the application.

3.Following the start of the application with the debugger, we can 
see the SidebarController is created in a first pass without error (known 
because first time to this stop point does not error).

4.As the process continues, the SidebarController constructor is 
called a second time (unknown why, but could be understood with more 
familiarity with the system).

5.The failure doesn't appear in the constructor, but the trace follows down 
SidebarController constructor call of WeakReferenceSidebarController 
WeakController (this);

6.This template definition for WeakController uses 
ReferenceTemplate::Refrence( interface_type *pInterface) as its definition in 
::com::sun::star::uno::Reference.hxx.

7.The function will try to convert the pInterface parameter to a 
XInterface type called _pInterface.

8.If it succeeds in converting the pInterface to _pInterface then 
the function will try to acquire a new reference.

9.Assumption: Creating this new reference calls 
SidebarController::notifyContextChangeEvent with a corrupt or bad rEvent. This 
assumption is based on the stack where the immediate next routine after the Reference 
function call is the notifyContextChangeEvent, also while following along in the 
debugger, the rEvent parameter at this point is already corrupted with the value 
ERROR stored in the structure.

10.  It is later after the notifyContextChangeEvent calls Context and 
then ustring that the segmentation fault occurs, but I believe the error 
located in rEvent is what causes this later problem.



It appears as if inside the SidebarController Constructor at line 168 when 
xWeakController(this) is called that the problem first occurs. The xWeakController 
appears to be  defined in Reference.hxx in /cppu/inc/com/sun/star/uno/ and this 
definition as an inline function that calls the _pInterface-acquire() at line 136. 
We assume that this acquire is where the problem occurs because the 
SidebarController::notifyContextChangeEvent (which is the next item on the stack) rEvent 
contains an ERROR value in the dbxtool (debug tool) immediately following in the 
stack. It eventually crashes downstream at line 103 of ustring.hxx in /sal/inc/rtl when 
the string is trying to be accessed as pData = str.pData;



Stack Trace:



(dbx) where

current thread: t@1

=[1] rtl::OUString::OUString(this = 0xfeff9dac, str = CLASS), line 103 in 
ustring.hxx

  [2] sfx2::sidebar::Context::Context(this = 0xfeff9dac, rsApplication = CLASS, 
rsContext = CLASS), line 51 in Context.cxx

  [3] sfx2::sidebar::SidebarController::notifyContextChangeEvent(this = 0xebc6d6b0, 
rEvent = STRUCT), line 257 in SideBarController.cxx

  [4] 
com::sun::star::uno::Referencesfx2::sidebar::SidebarController::Reference(this = 
0xfeff9f64, pInterface = 0xebc6d6b0), line 136 in Reference.hxx

  [5] sfx2::sidebar::SidebarController::SidebarController(this = 0xebc6d6b0, 
pParentWindow = 0x9659bf8, rxFrame = CLASS), line 168 in SidebarController.cxx



I can provide more of the stack trace if needed. Thanks in Advance!

Raymond



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



instsetoo_native need(s) to be rebuilt...

2014-02-01 Thread Απόστολος Συρόπουλος
Hello,

I have compiled all OpenOffice modules and now building stops as follows:

$ build --all:instsetoo_native
build -- version: 275224


=
Building module instsetoo_native
=

Entering 
/extra/sources/OpenOffice/aoo4/main/instsetoo_native/inc_openoffice/unix


Entering 
/extra/sources/OpenOffice/aoo4/main/instsetoo_native/inc_openoffice/windows/msi_languages


Entering /extra/sources/OpenOffice/aoo4/main/instsetoo_native/util

Useless use of \E at 
/extra/sources/OpenOffice/aoo4/main/solenv/bin/modules/installer/systemactions.pm
 line 94.
Useless use of \E at 
/extra/sources/OpenOffice/aoo4/main/solenv/bin/modules/installer/systemactions.pm
 line 214.
... checking environment variables ...


make_installer.pl, version 1.0
Product list file: ../util/openoffice.lst
Taking setup script from solver
Unpackpath: 
/extra/sources/OpenOffice/aoo4/main/instsetoo_native/util/../unxsogi.pro
Compiler: unxsogi
Product: Apache_OpenOffice
BuildID: 9750
Build: AOO410
No minor set
Product version
Using default installpath
Package format: installed
msi templatepath: 
/extra/sources/OpenOffice/aoo4/main/instsetoo_native/util/../unxsogi.pro/misc/openoffice/msi_templates
msi template path will be ignored for non Windows builds!
msi languagepath: 
/extra/sources/OpenOffice/aoo4/main/instsetoo_native/util/../unxsogi.pro/misc/win_ulffiles
msi language path will be ignored for non Windows builds!
Calling epm
Stripping files
Unzip ARCHIVE files
Languages: en-US

... checking required files ...
.. searching zip ...
Found: /usr/bin/zip
... analyzing ../util/openoffice.lst ... 
... reading include pathes ...
... analyzing script: 
/extra/sources/OpenOffice/aoo4/main/solver/410/unxsogi.pro/bin/setup_osl.ins 
... 
... analyzing script: 
/extra/sources/OpenOffice/aoo4/main/solver/410/unxsogi.pro/bin/setup_osl.ins 
... 
... analyzing directories ... 
... analyzing files ... 
... analyzing scpactions ... 
... analyzing shortcuts ... 
... analyzing unix links ... 
... analyzing profile ... 
... analyzing profileitems ... 
... analyzing modules ... 

... languages en-US ... 
... analyzing files ...
preparing 0 extension blobs for language en-US:
preparing 0 bundled extensions for language en-US:
... analyzing files with flag ARCHIVE ...
... analyzing files with flag SUBST_FILENAME ...
... analyzing files with flag SCPZIP_REPLACE ...
... analyzing files with flag PATCH_SO_NAME ...
... analyzing files with flag HIDDEN ...
... analyzing all directories for this product ...
... analyzing links ...
... analyzing unix links ...
... creating profiles ...
... analyzing modules ...
... creating installation directory ...
... creating installation set in 
/extra/sources/OpenOffice/aoo4/main/instsetoo_native/unxsogi.pro/Apache_OpenOffice/installed/install/en-US
 ...
... removing old installation directories ...
... creating directories ...
... copying files ...
... creating links ...
remove_empty_dirs_in_folder 
/extra/sources/OpenOffice/aoo4/main/instsetoo_native/unxsogi.pro/Apache_OpenOffice/installed/install/en-US_inprogress/openoffice4/share/extensions
... current dir: 
/extra/sources/OpenOffice/aoo4/main/instsetoo_native/unxsogi.pro/Apache_OpenOffice/installed/install/en-US_inprogress/openoffice4/program
 ...
... unopkg sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 21 | ...
... cleaning the output tree ...
... removing directory /tmp/ooopackaging/i_103001391261452 ...
... removing directory 
/extra/sources/OpenOffice/aoo4/main/instsetoo_native/unxsogi.pro/Apache_OpenOffice/installed/stripped/en-US
 ...
Error: ERROR: unopkg sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 21 | 
failed!

**
ERROR: ERROR: unopkg sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 21 | 
failed!
in function: register_extensions
**
in function: register_extensionsstopping log at Sat Feb  1 15:33:31 2014
dmake:  Error code 255, while making 'openoffice_en-US.installed'

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

Reason(s):

ERROR: error 65280 occurred while making 
/extra/sources/OpenOffice/aoo4/main/instsetoo_native/util

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

build --all:instsetoo_native


I have no idea what is wrong and moreover where should I look to find the 
problem.
Any ideas and/or suggestions would be really apprecieted!

Kind regards,

Apostolos

--
Apostols Syropoulos
Xanthi, Greece

  

Re: Newcomer Needs Help!

2014-02-01 Thread Kay Schenk
On Sat, Feb 1, 2014 at 3:50 AM, Varun Bezzam varun.bez...@gmail.com wrote:

 Hello Everyone!!
   I joined the developer's community yesterday because I am
 familiar with OpenOffice, and would like to participate in the further
 development of the software. I am from India and I am currently pursuing my
 Bachelor's degree in Computer Science Engineering from the Anna University,
 Chennai. I am extremely interested in developing a project for GSOC 2014.
 This is my first experience with any OSS forum, so I would be extremely
 grateful for any guidance on where to start, what project ideas to
 implement and so on. I have worked with C,C++ and I have a working
 knowledge of Java. Any help would be much appreciated.
 Thank You,
 Varun


Hello Varun  and welcome to Apache OpenOffice--

Usually, we like new volunteers to go through the orientation modules first:

http://openoffice.apache.org/orientation/index.html

but you may have already done that.

After that, to get started with development, it's best to actually build
OpenOffice on your system. See information on the wiki:

https://wiki.openoffice.org/wiki/Main_Page

(see lower right hand Documentation area pertaining to Development).

Let us know how your build experience goes. Once you get through that
process, we can give you more guidance on what to do next.

It is super that you want to participate in GSOC 14! We have not submitted
any projects to be mentored for that yet -- but stay tuned for more
information about AOO participation in that venture.

Apache OpenOffice welcomes you, your enthusiasm and skills.

---
MzK

Cats do not have to be shown how to have a good time,
 for they are unfailing ingenious in that respect.
   -- James Mason


Re: Newcomer Needs Help!

2014-02-01 Thread Varun Bezzam
Thanks for the warm welcome Kay! Will do as instructed!
On Feb 1, 2014 11:14 PM, Kay Schenk kay.sch...@gmail.com wrote:

 On Sat, Feb 1, 2014 at 3:50 AM, Varun Bezzam varun.bez...@gmail.com
 wrote:

  Hello Everyone!!
I joined the developer's community yesterday because I
 am
  familiar with OpenOffice, and would like to participate in the further
  development of the software. I am from India and I am currently pursuing
 my
  Bachelor's degree in Computer Science Engineering from the Anna
 University,
  Chennai. I am extremely interested in developing a project for GSOC 2014.
  This is my first experience with any OSS forum, so I would be extremely
  grateful for any guidance on where to start, what project ideas to
  implement and so on. I have worked with C,C++ and I have a working
  knowledge of Java. Any help would be much appreciated.
  Thank You,
  Varun
 

 Hello Varun  and welcome to Apache OpenOffice--

 Usually, we like new volunteers to go through the orientation modules
 first:

 http://openoffice.apache.org/orientation/index.html

 but you may have already done that.

 After that, to get started with development, it's best to actually build
 OpenOffice on your system. See information on the wiki:

 https://wiki.openoffice.org/wiki/Main_Page

 (see lower right hand Documentation area pertaining to Development).

 Let us know how your build experience goes. Once you get through that
 process, we can give you more guidance on what to do next.

 It is super that you want to participate in GSOC 14! We have not submitted
 any projects to be mentored for that yet -- but stay tuned for more
 information about AOO participation in that venture.

 Apache OpenOffice welcomes you, your enthusiasm and skills.


 ---
 MzK

 Cats do not have to be shown how to have a good time,
  for they are unfailing ingenious in that respect.
-- James Mason



Reporting a problem with the OpenOffice website

2014-02-01 Thread willard meier
Do you have a version compatible with OS X 10.9.1?  If you do, can you possible 
send me a link to download?  
I’m pretty much a technological moron….  Thanks, Willard
-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org