Re: [selenium-developers] Inclusion in linux distributions

33 views
Skip to first unread message

Ajay k

unread,
Oct 31, 2012, 1:17:00 PM10/31/12
to selenium-developers
Hallo Matthias ,

You may need to checkout from 


The 2.25.0 branch is at 
 http://selenium.googlecode.com/svn//tags/selenium-2.25.0/


Thanks,
Ajay K 


On Tue, Oct 30, 2012 at 4:11 PM, Matthias Runge <mru...@matthias-runge.de> wrote:
Hi,

I'd like to include e.g. the python binding in fedora linux. The code from pypi bundles two pre-built libs
file selenium-2.25.0/py/selenium/webdriver/firefox/x86/x_ignore_nofocus.so
selenium-2.25.0/py/selenium/webdriver/firefox/x86/x_ignore_nofocus.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0xcb038bf963712a00eae8f135b84052eb7e018c8b, not stripped

To get this into fedora, I'd like to rebuild this whloe from source. I can't find any download (other than svn checkout) for building.
Having a specified URL to get the source is the preferred way. Is there something like that somewhere hidden? Or which svn version matches the latest stable trunk i.e. selenium-2.25.0?

Thanks, Matthias

--
 
 



--
Thanks,
Ajay K

Andreas Tolf Tolfsen

unread,
Nov 1, 2012, 4:54:37 AM11/1/12
to selenium-...@googlegroups.com
At Tue, 30 Oct 2012 03:41:20 -0700 (PDT), Matthias Runge wrote:
>
> To get this into fedora, I'd like to rebuild this whloe from source.

tl;dr

I think this is a good initiative, thank you for looking into the
possibilities of packaging for distros (-:

Matthias Runge

unread,
Nov 1, 2012, 5:04:14 AM11/1/12
to selenium-...@googlegroups.com
On 10/31/2012 06:17 PM, Ajay k wrote:
> Hallo Matthias ,
>
> You may need to checkout from
>
> */http/*://selenium.googlecode.com/svn/trunk/cpp
> <http://selenium.googlecode.com/svn/trunk/cpp>
>
> The 2.25.0 branch is at
> */http/*://selenium.googlecode.com/svn/
> <http://selenium.googlecode.com/svn/>/tags/selenium-2.25.0/
>
>
> Thanks,
> Ajay K
>

Yes, thank you. My request was, to also get a download like
http://project-website/selenium-full-%{version}.tar.gz
or something like that.

Yes, I know, I could get a svn checkout, but users don't know their
svn checkout revision, but the release version. We like downloading a
defined version more.
>
> On Tue, Oct 30, 2012 at 4:11 PM, Matthias Runge
> <mru...@matthias-runge.de <mailto:mru...@matthias-runge.de>> wrote:
>
> Hi,
>
> I'd like to include e.g. the python binding in fedora linux. The
> code from pypi bundles two pre-built libs
> file
> selenium-2.25.0/py/selenium/webdriver/firefox/x86/x_ignore_nofocus.so
> selenium-2.25.0/py/selenium/webdriver/firefox/x86/x_ignore_nofocus.so:
> ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV),
> dynamically linked,
> BuildID[sha1]=0xcb038bf963712a00eae8f135b84052eb7e018c8b, not stripped
>
> To get this into fedora, I'd like to rebuild this whloe from source.
> I can't find any download (other than svn checkout) for building.
> Having a specified URL to get the source is the preferred way. Is
> there something like that somewhere hidden? Or which svn version
> matches the latest stable trunk i.e. selenium-2.25.0?


--
Matthias Runge <mru...@matthias-runge.de>
<mru...@fedoraproject.org>

David Burns

unread,
Nov 1, 2012, 11:09:29 AM11/1/12
to selenium-...@googlegroups.com
Matthais,

svn choeckout http://selenium.googlecode.com/svn/tags/selenium-2.25.0/
./go py_release

That will get the binary created and zipped. It will try upload but since you dont have access it will fail. The tarball will be in the dist folder.

David

David Burns
URL: http://www.theautomatedtester.co.uk/


--



Matthias Runge

unread,
Nov 1, 2012, 11:18:10 AM11/1/12
to selenium-...@googlegroups.com
On 11/01/2012 04:09 PM, David Burns wrote:
> Matthais,
>
> svn choeckout http://selenium.googlecode.com/svn/tags/selenium-2.25.0/
> ./go py_release
>
> That will get the binary created and zipped. It will try upload but
> since you dont have access it will fail. The tarball will be in the dist
> folder.
>
> David
>
> David Burns
> URL: http://www.theautomatedtester.co.uk/

David,

thank you,

currently, we define the download URL in the package description. So,
sadly, your hint doesn't really helps me there.
I never thought, just providing a source tarball (as like the other
tarballs/zips) couldn't produce such an issue.

Regards,
Matthias
>
>
> On Thu, Nov 1, 2012 at 9:04 AM, Matthias Runge <mru...@matthias-runge.de
> <mailto:mru...@matthias-runge.de>> wrote:
>
> On 10/31/2012 06:17 PM, Ajay k wrote:
>
> Hallo Matthias ,
>
> You may need to checkout from
>
> */http/*://selenium.__googlecode.com/svn/trunk/cpp
> <http://selenium.googlecode.com/svn/trunk/cpp>
>
> <http://selenium.googlecode.__com/svn/trunk/cpp
> <http://selenium.googlecode.com/svn/trunk/cpp>>
>
> The 2.25.0 branch is at
> */http/*://selenium.__googlecode.com/svn/
> <http://selenium.googlecode.com/svn/>
> <http://selenium.googlecode.__com/svn/
> <http://selenium.googlecode.com/svn/>>/tags/selenium-2.25.__0/
>
>
> Thanks,
> Ajay K
>
>
> Yes, thank you. My request was, to also get a download like
> http://project-website/__selenium-full-%{version}.tar.__gz
> <http://project-website/selenium-full-%{version}.tar.gz>
> or something like that.
>
> Yes, I know, I could get a svn checkout, but users don't know their
> svn checkout revision, but the release version. We like downloading
> a defined version more.
>
>
> On Tue, Oct 30, 2012 at 4:11 PM, Matthias Runge
> <mru...@matthias-runge.de <mailto:mru...@matthias-runge.de>
> <mailto:mrunge@matthias-runge.__de
> <mailto:mru...@matthias-runge.de>>> wrote:
>
> Hi,
>
> I'd like to include e.g. the python binding in fedora
> linux. The
> code from pypi bundles two pre-built libs
> file
>
> selenium-2.25.0/py/selenium/__webdriver/firefox/x86/x___ignore_nofocus.so
>
> selenium-2.25.0/py/selenium/__webdriver/firefox/x86/x___ignore_nofocus.so:
> ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV),
> dynamically linked,
>
> BuildID[sha1]=__0xcb038bf963712a00eae8f135b840__52eb7e018c8b,
> not stripped
>
> To get this into fedora, I'd like to rebuild this whloe
> from source.
> I can't find any download (other than svn checkout) for
> building.
> Having a specified URL to get the source is the preferred
> way. Is
> there something like that somewhere hidden? Or which svn
> version
> matches the latest stable trunk i.e. selenium-2.25.0?
>
>
>
> --
> Matthias Runge <mru...@matthias-runge.de
> <mailto:mru...@matthias-runge.de>>
> <mru...@fedoraproject.org
> <mailto:mru...@fedoraproject.org>>
>
> --
>
>
>
> --

David Burns

unread,
Nov 1, 2012, 11:30:21 AM11/1/12
to selenium-...@googlegroups.com
We are nearly ready for 2.26. When that happens I will add it to the downloads page of our Google Code page.

David
> --
>
>

Matthias Runge

unread,
Nov 1, 2012, 1:20:30 PM11/1/12
to selenium-...@googlegroups.com
On 11/01/2012 04:30 PM, David Burns wrote:
> We are nearly ready for 2.26. When that happens I will add it to the downloads page of our Google Code page.
>
> David
>
Great! I'll wait for that. Until then, I can also use the svn checkout.

Thanks a lot!

Matthias
Reply all
Reply to author
Forward
0 new messages