You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Pavel Janík <pa...@janik.cz> on 2013/01/25 14:34:39 UTC

tag AOO341 and serf - 1.1.0 or 1.0.0

Hi,

I'm trying to build current tag AOO341 (https://svn.apache.org/repos/asf/openoffice/tags/AOO341/ext_sources/).

serf 1.1.0 is in external_deps.lst:

p-000000:/posta/build/BuildDir/ooo_AOO341_src # grep serf external_deps.lst 
    name = serf-1.1.0.tar.bz2
    URL1 = http://serf.googlecode.com/files/serf-1.1.0.tar.bz2

and it is really downloaded.

BUT serf-1.0.0 is expected:

p-000000:/posta/build/BuildDir/ooo_AOO341_src # cat ../ext_libraries/serf/serf_version.mk 
...
SERF_MAJOR=1
SERF_MINOR=0
SERF_MICRO=0
p-000000:/posta/build/BuildDir/ooo_AOO341_src # 

-- 
Pavel Janík




Re: tag AOO341 and serf - 1.1.0 or 1.0.0

Posted by Jürgen Schmidt <jo...@gmail.com>.
On 1/25/13 3:00 PM, Pavel Janík wrote:
> Hi,
> 
>>> p-000000:/posta/build/BuildDir/ooo_AOO341_src # grep serf external_deps.lst 
>>>    name = serf-1.1.0.tar.bz2
>>>    URL1 = http://serf.googlecode.com/files/serf-1.1.0.tar.bz2
> 
> I unpacked trunk main here instead of AOO341 tag's one.
> 
> Sorry for confusion.
> 

no problem, but I got a little bit nervous short in front of the respin ;-)

Juergen


Re: tag AOO341 and serf - 1.1.0 or 1.0.0

Posted by Pavel Janík <Pa...@Janik.cz>.
Hi,

>> p-000000:/posta/build/BuildDir/ooo_AOO341_src # grep serf external_deps.lst 
>>    name = serf-1.1.0.tar.bz2
>>    URL1 = http://serf.googlecode.com/files/serf-1.1.0.tar.bz2

I unpacked trunk main here instead of AOO341 tag's one.

Sorry for confusion.
-- 
Pavel Janík




Re: tag AOO341 and serf - 1.1.0 or 1.0.0

Posted by Jürgen Schmidt <jo...@gmail.com>.
On 1/25/13 2:34 PM, Pavel Janík wrote:
> Hi,
> 
> I'm trying to build current tag AOO341 (https://svn.apache.org/repos/asf/openoffice/tags/AOO341/ext_sources/).
> 
> serf 1.1.0 is in external_deps.lst:
> 
> p-000000:/posta/build/BuildDir/ooo_AOO341_src # grep serf external_deps.lst 
>     name = serf-1.1.0.tar.bz2
>     URL1 = http://serf.googlecode.com/files/serf-1.1.0.tar.bz2
> 
> and it is really downloaded.
> 
> BUT serf-1.0.0 is expected:
> 
> p-000000:/posta/build/BuildDir/ooo_AOO341_src # cat ../ext_libraries/serf/serf_version.mk 
> ...
> SERF_MAJOR=1
> SERF_MINOR=0
> SERF_MICRO=0
> p-000000:/posta/build/BuildDir/ooo_AOO341_src # 
> 

mmh, in my local branch directory where I have built the src release and
the binaries for Mac it is correct.

I have built the src release package and serf-1.0.0.tar.bz2 was
downloaded in ext_sources.

I can't reproduce your problem.

Juergen