You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Kay Schenk <ka...@gmail.com> on 2015/09/03 23:50:40 UTC

glibc errors with buildbot build Linux-32

I couldn't verify the fix for
https://bz.apache.org/ooo/show_bug.cgi?id=117989

with my own build--Macro button not expanding! :(

so I just downloaded and installed the latest Linux-32 rpm from our
buildbots. Normally I do a verbose option on rpm install but I didn't
this time. In any case, I am getting the following errors so this is a
no go for me from the buildbots.

--------  glib c errors ---
/opt/openoffice42/openoffice4/program/javaldx: /lib/libc.so.6: version
`GLIBC_2.15' not found (required by
/opt/openoffice42/openoffice4/program/libuno_sal.so.3)
/opt/openoffice42/openoffice4/program/javaldx: /lib/libc.so.6: version
`GLIBC_2.15' not found (required by
/opt/openoffice42/openoffice4/program/libxml2.so.2)
/opt/openoffice42/openoffice4/program/soffice.bin: /lib/libc.so.6:
version `GLIBC_2.15' not found (required by
/opt/openoffice42/openoffice4/program/libuno_sal.so.3)
/opt/openoffice42/openoffice4/program/soffice.bin: /lib/libc.so.6:
version `GLIBC_2.15' not found (required by
/opt/openoffice42/openoffice4/program/libxml2.so.2)

------ end glibc errors ----

I have glibc 2.12 installed. 4.1.1 is still fine as well as my own
build, at least on startup.

If requirements for testing the builbot versions have changed since
4.1.1., do we know what they are?


-- 
--------------------------------------------
MzK

“The journey of a thousand miles begins
 with a single step.”
                          --Lao Tzu



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


Re: glibc errors with buildbot build Linux-32

Posted by Kay Schenk <ka...@gmail.com>.
On 09/08/2015 09:14 PM, Damjan Jovanovic wrote:
> You need --enable-category-b for libnss to be allowed so
> main/xmlsecurity can build which is needed for the macro security
> button to work (a catch eh?), but I already committed a test for that
> bug under test/testuno/data/uno/sc/fvt/StarBasicYearMonthDateHourMinuteSecondTests.ods,
> and those automated spreadsheet tests run with macros explicitly
> enabled (see https://bz.apache.org/ooo/show_bug.cgi?id=123119 for how
> to use it).
> 
> Damjan

Right. I had that. I'm not sure what the problem was initially but it's
fine now. OK, I will review the tests again.

> 
> On Thu, Sep 3, 2015 at 11:50 PM, Kay Schenk <ka...@gmail.com> wrote:
>> I couldn't verify the fix for
>> https://bz.apache.org/ooo/show_bug.cgi?id=117989
>>
>> with my own build--Macro button not expanding! :(
>>
>> so I just downloaded and installed the latest Linux-32 rpm from our
>> buildbots. Normally I do a verbose option on rpm install but I didn't
>> this time. In any case, I am getting the following errors so this is a
>> no go for me from the buildbots.
>>
>> --------  glib c errors ---
>> /opt/openoffice42/openoffice4/program/javaldx: /lib/libc.so.6: version
>> `GLIBC_2.15' not found (required by
>> /opt/openoffice42/openoffice4/program/libuno_sal.so.3)
>> /opt/openoffice42/openoffice4/program/javaldx: /lib/libc.so.6: version
>> `GLIBC_2.15' not found (required by
>> /opt/openoffice42/openoffice4/program/libxml2.so.2)
>> /opt/openoffice42/openoffice4/program/soffice.bin: /lib/libc.so.6:
>> version `GLIBC_2.15' not found (required by
>> /opt/openoffice42/openoffice4/program/libuno_sal.so.3)
>> /opt/openoffice42/openoffice4/program/soffice.bin: /lib/libc.so.6:
>> version `GLIBC_2.15' not found (required by
>> /opt/openoffice42/openoffice4/program/libxml2.so.2)
>>
>> ------ end glibc errors ----
>>
>> I have glibc 2.12 installed. 4.1.1 is still fine as well as my own
>> build, at least on startup.
>>
>> If requirements for testing the builbot versions have changed since
>> 4.1.1., do we know what they are?
>>
>>
>> --
>> --------------------------------------------
>> MzK
>>
>> “The journey of a thousand miles begins
>>  with a single step.”
>>                           --Lao Tzu
>>
>>
>>
>> ---------------------------------------------------------------------
>> 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
> 

-- 
--------------------------------------------
MzK

“The journey of a thousand miles begins
 with a single step.”
                          --Lao Tzu



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


Re: glibc errors with buildbot build Linux-32

Posted by Damjan Jovanovic <da...@apache.org>.
You need --enable-category-b for libnss to be allowed so
main/xmlsecurity can build which is needed for the macro security
button to work (a catch eh?), but I already committed a test for that
bug under test/testuno/data/uno/sc/fvt/StarBasicYearMonthDateHourMinuteSecondTests.ods,
and those automated spreadsheet tests run with macros explicitly
enabled (see https://bz.apache.org/ooo/show_bug.cgi?id=123119 for how
to use it).

Damjan

On Thu, Sep 3, 2015 at 11:50 PM, Kay Schenk <ka...@gmail.com> wrote:
> I couldn't verify the fix for
> https://bz.apache.org/ooo/show_bug.cgi?id=117989
>
> with my own build--Macro button not expanding! :(
>
> so I just downloaded and installed the latest Linux-32 rpm from our
> buildbots. Normally I do a verbose option on rpm install but I didn't
> this time. In any case, I am getting the following errors so this is a
> no go for me from the buildbots.
>
> --------  glib c errors ---
> /opt/openoffice42/openoffice4/program/javaldx: /lib/libc.so.6: version
> `GLIBC_2.15' not found (required by
> /opt/openoffice42/openoffice4/program/libuno_sal.so.3)
> /opt/openoffice42/openoffice4/program/javaldx: /lib/libc.so.6: version
> `GLIBC_2.15' not found (required by
> /opt/openoffice42/openoffice4/program/libxml2.so.2)
> /opt/openoffice42/openoffice4/program/soffice.bin: /lib/libc.so.6:
> version `GLIBC_2.15' not found (required by
> /opt/openoffice42/openoffice4/program/libuno_sal.so.3)
> /opt/openoffice42/openoffice4/program/soffice.bin: /lib/libc.so.6:
> version `GLIBC_2.15' not found (required by
> /opt/openoffice42/openoffice4/program/libxml2.so.2)
>
> ------ end glibc errors ----
>
> I have glibc 2.12 installed. 4.1.1 is still fine as well as my own
> build, at least on startup.
>
> If requirements for testing the builbot versions have changed since
> 4.1.1., do we know what they are?
>
>
> --
> --------------------------------------------
> MzK
>
> “The journey of a thousand miles begins
>  with a single step.”
>                           --Lao Tzu
>
>
>
> ---------------------------------------------------------------------
> 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: glibc errors with buildbot build Linux-32

Posted by Kay Schenk <ka...@gmail.com>.

On 09/08/2015 03:52 PM, Andrea Pescetti wrote:
> On 03/09/2015 Kay Schenk wrote:
>> In any case, I am getting the following errors so this is a
>> no go for me from the buildbots. ...
>> `GLIBC_2.15' not found
>> I have glibc 2.12 installed. 4.1.1 is still fine as well as my own
>> build, at least on startup.
> 
> The released version of OpenOffice 4.1.1 was not built using the
> buildbots. We built (and will build) the release with older systems
> (systems that use an older glibc, like CentOS 5) to avoid exactly the
> error you described.

Ok, thanks. I knew that, but this was the first time I had encountered
this. However, I have changed OS versions, and perhaps my former one had
a newer glibc.  In any case, I did finally get my local build to test
out the change I was trying to verify.

> 
>> If requirements for testing the builbot versions have changed since
>> 4.1.1., do we know what they are?
> 
> I think it's unchanged. See this same discussion from May 2014:
> http://markmail.org/message/6bu44fuxno6vopbf

OK

> 
> Regards,
>   Andrea.
> 


-- 
--------------------------------------------
MzK

“The journey of a thousand miles begins
 with a single step.”
                          --Lao Tzu



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


Re: glibc errors with buildbot build Linux-32

Posted by Andrea Pescetti <pe...@apache.org>.
On 03/09/2015 Kay Schenk wrote:
> In any case, I am getting the following errors so this is a
> no go for me from the buildbots. ...
> `GLIBC_2.15' not found
> I have glibc 2.12 installed. 4.1.1 is still fine as well as my own
> build, at least on startup.

The released version of OpenOffice 4.1.1 was not built using the 
buildbots. We built (and will build) the release with older systems 
(systems that use an older glibc, like CentOS 5) to avoid exactly the 
error you described.

> If requirements for testing the builbot versions have changed since
> 4.1.1., do we know what they are?

I think it's unchanged. See this same discussion from May 2014:
http://markmail.org/message/6bu44fuxno6vopbf

Regards,
   Andrea.

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