You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/05/21 23:08:31 UTC

[Bug 122356] New: SDK broken after 3 layer removal

https://issues.apache.org/ooo/show_bug.cgi?id=122356

            Bug ID: 122356
        Issue Type: DEFECT
           Summary: SDK broken after 3 layer removal
    Classification: Unclassified
           Product: App Dev
           Version: AOO400-dev
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: sdk
          Assignee: jsc@apache.org
          Reporter: arielch@apache.org
                CC: issues@openoffice.apache.org
             Flags: 4.0.0_release_blocker?

The SDK is broken after the 3 layer removal.
On Linux, it still install in /opt/openoffice/basis4.0/sdk/

Running the set-up script:

]$ /opt/openoffice/basis4.0/sdk/setsdkenv_unix 

 ************************************************************************
 *
 *  You have to configure your SDK environment first before you can
 *  can use it! The configuration has to be done only once.
 *
 ************************************************************************

sh: line 0: cd: /opt/openoffice/basis4.0/sdk/../ure-link: No such file or
directory

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122356] SDK broken after 3 layer removal

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122356

--- Comment #3 from SVN Robot <sv...@dev.null.org> ---
"jsc" committed SVN revision 1488117 into trunk:
#122356# adapt SDK config etc. to 3layer changes

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122356] SDK broken after 3 layer removal

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122356

--- Comment #10 from SVN Robot <sv...@dev.null.org> ---
"jsc" committed SVN revision 1497345 into trunk:
#122356# quote rdb path, windows spaces in paths

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122356] SDK broken after 3 layer removal

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122356

--- Comment #12 from jsc@apache.org ---
needs verification

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122356] SDK broken after 3 layer removal

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122356

--- Comment #9 from SVN Robot <sv...@dev.null.org> ---
"jsc" committed SVN revision 1497344 into trunk:
#122356# correct used variable name

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122356] SDK broken after 3 layer removal

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122356

hdu@apache.org <hd...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |AOO 4.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122356] SDK broken after 3 layer removal

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122356

--- Comment #6 from SVN Robot <sv...@dev.null.org> ---
"jsc" committed SVN revision 1488949 into trunk:
#122356# add mistakenly removed licene header

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122356] SDK broken after 3 layer removal

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122356

--- Comment #8 from SVN Robot <sv...@dev.null.org> ---
"jsc" committed SVN revision 1496422 into trunk:
#122356# patch for generated javadoc index

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122356] SDK broken after 3 layer removal

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122356

--- Comment #1 from Ariel Constenla-Haile <ar...@apache.org> ---
While setting up the environment somehow works:


 ************************************************************************
 * ... your SDK environment has been prepared.
 * For each time you want to use this configured SDK environment, you
 * have to run the "setsdkenv_unix" script file!
 * Alternatively can you source one of the scripts
 *   "/home/ariel/apacheopenoffice4.0_sdk/localhost/setsdkenv_unix.sh"
 * to get an environment without starting a new shell.
 ************************************************************************


 ************************************************************************
 *
 * SDK environment is prepared for Linux
 *
 * SDK = /opt/openoffice/basis4.0/sdk
 * Office = /opt/openoffice4
 * Office Base = /opt/openoffice/basis4.0
 * URE = 
 * Make = /usr/bin
 * Zip = /usr/bin
 * cat = /usr/bin
 * sed = /usr/bin
 * C++ Compiler = /usr/lib64/ccache
 * Java = /usr/lib/jvm/java-openjdk
 * SDK Output directory = /home/ariel/aoo/onelayer/sdk/apacheopenoffice4.0_sdk
 * Auto deployment = NO
 *
 ************************************************************************

libraries fail to load:


]$ cd $OO_SDK_HOME         
[ariel@localhost sdk]$ cd examples/cpp/complextoolbarcontrols/
[ariel@localhost complextoolbarcontrols]$ make
mkdir -p
/home/ariel/aoo/onelayer/sdk/apacheopenoffice4.0_sdk/LINUXexample.out/misc
rm -f
/home/ariel/aoo/onelayer/sdk/apacheopenoffice4.0_sdk/LINUXexample.out/misc/oosdk_cpp_types.flag
"/opt/openoffice/basis4.0/sdk/bin/cppumaker" -Gc -BUCR
-O/home/ariel/aoo/onelayer/sdk/apacheopenoffice4.0_sdk/LINUXexample.out/inc
"/types.rdb" "/opt/openoffice/basis4.0/program/offapi.rdb"
/opt/openoffice/basis4.0/sdk/bin/cppumaker: error while loading shared
libraries: libuno_sal.so.3: cannot open shared object file: No such file or
directory
make: ***
[/home/ariel/aoo/onelayer/sdk/apacheopenoffice4.0_sdk/LINUXexample.out/misc/oosdk_cpp_types.flag]
Error 127

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122356] SDK broken after 3 layer removal

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122356

--- Comment #4 from SVN Robot <sv...@dev.null.org> ---
"jsc" committed SVN revision 1488119 into trunk:
#122356# rename toolkit lib due to conflicts on MacOS, it's a workaround for
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122356] SDK broken after 3 layer removal

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122356

jsc@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ACCEPTED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #11 from jsc@apache.org ---
fixed on trunk

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122356] SDK broken after 3 layer removal

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122356

jsc@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |ACCEPTED
              Flags|4.0.0_release_blocker?      |4.0.0_release_blocker+

--- Comment #2 from jsc@apache.org ---
The SDK is still on my todo list and I will fix it asap

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122356] SDK broken after 3 layer removal

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122356

--- Comment #5 from jsc@apache.org ---
config file of SDK changed to reflect the 3lyer related changes. Initial tests
already completed.

More QA is in progress ...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122356] SDK broken after 3 layer removal

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122356

--- Comment #7 from Ariel Constenla-Haile <ar...@apache.org> ---
Created attachment 80781
  --> https://issues.apache.org/ooo/attachment.cgi?id=80781&action=edit
Windows 7 screen shot

The SDK is installing by default in C:\Program Files (x86)\OpenOffice 4\Basis

The Basis folder does not exist anymore after the 3 layer removal.

-- 
You are receiving this mail because:
You are on the CC list for the bug.