|
View:
New views
17 Messages
—
Rating Filter:
Alert me
|
|
|
Custom Build Question driver/firefox 3 TS 2.2.2Okay so after reading the forums here I've decided to try a custom build.
I've downloaded and installed ubuntu, and added the developers tools for compiling. I downloaded the TS 2.2.2 source from source forge. I download the firefox 3 contrib package (put in my build home directory) and then did tar xvfz I downloaded the R8108 contrib package (put in my build home directory) and then did a tar xvfz and i downloaded the msttcorefonts contrib package (put in my build home directory) and then did a tar xvfz and then i ran the install.sh file. Everything seemed to go okay. This is basically everything i needed in my build. Firefox 3 some nicer fonts and this Ethernet card driver. I added the firefox package to my build.conf as well as the url param I added module r8108 to my build.conf Then i went to the directory and typed in sudo ./build ... it said it was compiling the image and it starts listing off the drivers but then it gives an error of missing destination file operand after "./tmp-tree/lib/modules/r8108.ko' Try Cp-help It stalls for a second and then continues. and at the very end of it it also says 1097 cant open .tmp-tree/packages/firefoxurl.param Now im new to linux but i have read a lot of posts on nabble as well as on other sites, and help would be greatly appreciated. |
|||
|
|
Re: Custom Build Question driver/firefox 3 TS 2.2.2On Tue, Oct 27, 2009 at 10:18 PM, selfprodigy <selfprodigy@...> wrote:
> > Okay so after reading the forums here I've decided to try a custom build. > > I've downloaded and installed ubuntu, and added the developers tools for > compiling. > > I downloaded the TS 2.2.2 source from source forge. > > I download the firefox 3 contrib package (put in my build home directory) > and then did tar xvfz > > I downloaded the R8108 contrib package (put in my build home directory) and > then did a tar xvfz > > and i downloaded the msttcorefonts contrib package (put in my build home > directory) and then did a tar xvfz and then i ran the install.sh file. > > Everything seemed to go okay. > > > This is basically everything i needed in my build. Firefox 3 some nicer > fonts and this Ethernet card driver. > > I added the firefox package to my build.conf as well as the url param > > I added module r8108 to my build.conf > > Then i went to the directory and typed in sudo ./build ... it said it was > compiling the image and it starts listing off the drivers but then it gives > an error of missing destination file operand after > "./tmp-tree/lib/modules/r8108.ko' Try Cp-help r8108? There is no such driver. Anyway - check out the path is correct: tar ftz xxx.tar.gz (just shows the files and paths - no uncompression) It must refer to kernel/modules-2.6.16.5/kernel/drivers/net/ If it refers to kernel/modules-2.6.15.1/kernel/drivers/net/ then move it. Mike > It stalls for a second and then continues. > > and at the very end of it it also says 1097 cant open > .tmp-tree/packages/firefoxurl.param > > > Now im new to linux but i have read a lot of posts on nabble as well as on > other sites, and help would be greatly appreciated. > -- > View this message in context: http://www.nabble.com/Custom-Build-Question-driver-firefox-3-TS-2.2.2-tp26085376p26085376.html > Sent from the thinstation-general mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Thinstation-general mailing list > Thinstation-general@... > https://lists.sourceforge.net/lists/listinfo/thinstation-general > -- Thinstation oldtimer http://thinstation.org - a light, full featured linux based thin client OS ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Thinstation-general mailing list Thinstation-general@... https://lists.sourceforge.net/lists/listinfo/thinstation-general |
|||
|
|
Re: Custom Build Question driver/firefox 3 TS 2.2.2
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Thinstation-general mailing list Thinstation-general@... https://lists.sourceforge.net/lists/listinfo/thinstation-general |
|||
|
|
Re: Custom Build Question driver/firefox 3 TS 2.2.2On Tue, Oct 27, 2009 at 11:24 PM, Fred <selfprodigy@...> wrote:
OK, but then the driver is r8101.ko - not r8108. Fix it in build.conf. And, yes the path is screwed up: move the driver: mv kernel/modules-2.6.15.1/kernel/drivers/net/r8101.ko kernel/modules-2.6.16.5/kernel/drivers/net/ To remove the FF 2.x setup: rm -rf packages/firefox The untar the downloaded FF 3.x package (again) and rebuild. Mike
-- Thinstation oldtimer http://thinstation.org - a light, full featured linux based thin client OS ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Thinstation-general mailing list Thinstation-general@... https://lists.sourceforge.net/lists/listinfo/thinstation-general |
|||
|
|
Re: Custom Build Question driver/firefox 3 TS 2.2.2
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Thinstation-general mailing list Thinstation-general@... https://lists.sourceforge.net/lists/listinfo/thinstation-general |
|||
|
|
Re: Custom Build Question driver/firefox 3 TS 2.2.2I take it back I am still have issues with Firefox 3.
I don't understand I'm following the instructions exactly as they are explained. I've removed the firefox package that came bundled with 2.2.2. I've tarred the new contrib package. I've changed the url to firefox3url and im still getting this error message. ./build: line 507: ./tmp-tree/packages/firefoxurl.param: No such file or directory firefox url param not set in build.conf build aborted. Now I can see that it's going for the old url but i dont understand why. Is there some place where i can change this? What shall i do next? Could this be a dash/bash problem i am on a newer version of ubuntu Thank you, Fred
|
|||
|
|
Re: Custom Build Question driver/firefox 3 TS 2.2.2Quoting selfprodigy <selfprodigy@...>:
> > I take it back I am still have issues with Firefox 3. > > I don't understand I'm following the instructions exactly as they are > explained. I've removed the firefox package that came bundled with 2.2.2. > I've tarred the new contrib package. I've changed the url to firefox3url and > im still getting this error message. > > ./build: line 507: ./tmp-tree/packages/firefoxurl.param: No such file or > directory > > firefox url param not set in build.conf build aborted. It is saying that you do NOT have a line param firefoxurl <url to your firefox package> in your build.conf Trevor B > > Now I can see that it's going for the old url but i dont understand why. Is > there some place where i can change this? What shall i do next? > > Could this be a dash/bash problem i am on a newer version of ubuntu > > Thank you, > > Fred > > > selfprodigy wrote: >> >> Okay so after reading the forums here I've decided to try a custom build. >> >> I've downloaded and installed ubuntu, and added the developers tools for >> compiling. >> >> I downloaded the TS 2.2.2 source from source forge. >> >> I download the firefox 3 contrib package (put in my build home directory) >> and then did tar xvfz >> >> I downloaded the R8108 contrib package (put in my build home directory) >> and then did a tar xvfz >> >> and i downloaded the msttcorefonts contrib package (put in my build home >> directory) and then did a tar xvfz and then i ran the install.sh file. >> >> Everything seemed to go okay. >> >> >> This is basically everything i needed in my build. Firefox 3 some nicer >> fonts and this Ethernet card driver. >> >> I added the firefox package to my build.conf as well as the url param >> >> I added module r8108 to my build.conf >> >> Then i went to the directory and typed in sudo ./build ... it said it was >> compiling the image and it starts listing off the drivers but then it >> gives an error of missing destination file operand after >> "./tmp-tree/lib/modules/r8108.ko' Try Cp-help >> >> It stalls for a second and then continues. >> >> and at the very end of it it also says 1097 cant open >> .tmp-tree/packages/firefoxurl.param >> >> >> Now im new to linux but i have read a lot of posts on nabble as well as on >> other sites, and help would be greatly appreciated. >> > > -- > View this message in context: > http://www.nabble.com/Custom-Build-Question-driver-firefox-3-TS-2.2.2-tp26085376p26122213.html > Sent from the thinstation-general mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Thinstation-general mailing list > Thinstation-general@... > https://lists.sourceforge.net/lists/listinfo/thinstation-general > Trevor B +------- Thinstation Developer http://thinstation.org ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Thinstation-general mailing list Thinstation-general@... https://lists.sourceforge.net/lists/listinfo/thinstation-general |
|||
|
|
Re: Custom Build Question driver/firefox 3 TS 2.2.2Thank you for your response. I realize that. However, I have removed the FF2 directory. packages/firefox I tared the firefox 3 package i got from sourceforge for 2.2 It says to replace that url with firefox3url instead of firefoxurl. If i change it back it will download and fail somewhere else in the install. I looked at the install file in the packages/firefox/lib/install and it points to a directory name which would be firefox not firefox 3... If i change the directory to firefox3 it will install and fail when it tries to tar it after the download. Maybe I'm way off but im starting to think there is something wrong with this contrib package From: Trevor Batley <trevorbatley@...> To: selfprodigy <selfprodigy@...> Cc: thinstation-general@... Sent: Thu, October 29, 2009 6:53:08 PM Subject: Re: [Thinstation-general] Custom Build Question driver/firefox 3 TS 2.2.2 Quoting selfprodigy <selfprodigy@...>: > > I take it back I am still have issues with Firefox 3. > > I don't understand I'm following the instructions exactly as they are > explained. I've removed the firefox package that came bundled with 2.2.2. > I've tarred the new contrib package. I've changed the url to firefox3url and > im still getting this error message. > > ./build: line 507: ./tmp-tree/packages/firefoxurl.param: No such file or > directory > > firefox url param not set in build.conf build aborted. It is saying that you do NOT have a line param firefoxurl <url to your firefox package> in your build.conf Trevor B > > Now I can see that it's going for the old url but i dont understand why. Is > there some place where i can change this? What shall i do next? > > Could this be a dash/bash problem i am on a newer version of ubuntu > > Thank you, > > Fred > > > selfprodigy wrote: >> >> Okay so after reading the forums here I've decided to try a custom build. >> >> I've downloaded and installed ubuntu, and added the developers tools for >> compiling. >> >> I downloaded the TS 2.2.2 source from source forge. >> >> I download the firefox 3 contrib package (put in my build home directory) >> and then did tar xvfz >> >> I downloaded the R8108 contrib package (put in my build home directory) >> and then did a tar xvfz >> >> and i downloaded the msttcorefonts contrib package (put in my build home >> directory) and then did a tar xvfz and then i ran the install.sh file. >> >> Everything seemed to go okay. >> >> >> This is basically everything i needed in my build. Firefox 3 some nicer >> fonts and this Ethernet card driver. >> >> I added the firefox package to my build.conf as well as the url param >> >> I added module r8108 to my build.conf >> >> Then i went to the directory and typed in sudo ./build ... it said it was >> compiling the image and it starts listing off the drivers but then it >> gives an error of missing destination file operand after >> "./tmp-tree/lib/modules/r8108.ko' Try Cp-help >> >> It stalls for a second and then continues. >> >> and at the very end of it it also says 1097 cant open >> .tmp-tree/packages/firefoxurl.param >> >> >> Now im new to linux but i have read a lot of posts on nabble as well as on >> other sites, and help would be greatly appreciated. >> > > -- > View this message in context: > Sent from the thinstation-general mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Thinstation-general mailing list > Thinstation-general@... > https://lists.sourceforge.net/lists/listinfo/thinstation-general > Trevor B +------- Thinstation Developer http://thinstation.org ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Thinstation-general mailing list Thinstation-general@... https://lists.sourceforge.net/lists/listinfo/thinstation-general |
|||
|
|
Re: Custom Build Question driver/firefox 3 TS 2.2.2On Fri, Oct 30, 2009 at 12:53 AM, Trevor Batley
<trevorbatley@...> wrote: > Quoting selfprodigy <selfprodigy@...>: > >> >> I take it back I am still have issues with Firefox 3. >> >> I don't understand I'm following the instructions exactly as they are >> explained. I've removed the firefox package that came bundled with 2.2.2. >> I've tarred the new contrib package. I've changed the url to firefox3url and >> im still getting this error message. >> >> ./build: line 507: ./tmp-tree/packages/firefoxurl.param: No such file or >> directory >> >> firefox url param not set in build.conf build aborted. > > It is saying that you do NOT have a line > param firefoxurl <url to your firefox package> > in your build.conf > > Trevor B IT is because the doc is broken. It claims the the url is named firefox3url, which is wrong - remove the "3". Then it builds. However I cannot make FF3 to run for obvious reasons: the file packages/bin/firefox i zero bytes and points to nothing. I think this package is broken. Mike >> >> Now I can see that it's going for the old url but i dont understand why. Is >> there some place where i can change this? What shall i do next? >> >> Could this be a dash/bash problem i am on a newer version of ubuntu >> >> Thank you, >> >> Fred >> >> >> selfprodigy wrote: >>> >>> Okay so after reading the forums here I've decided to try a custom build. >>> >>> I've downloaded and installed ubuntu, and added the developers tools for >>> compiling. >>> >>> I downloaded the TS 2.2.2 source from source forge. >>> >>> I download the firefox 3 contrib package (put in my build home directory) >>> and then did tar xvfz >>> >>> I downloaded the R8108 contrib package (put in my build home directory) >>> and then did a tar xvfz >>> >>> and i downloaded the msttcorefonts contrib package (put in my build home >>> directory) and then did a tar xvfz and then i ran the install.sh file. >>> >>> Everything seemed to go okay. >>> >>> >>> This is basically everything i needed in my build. Firefox 3 some nicer >>> fonts and this Ethernet card driver. >>> >>> I added the firefox package to my build.conf as well as the url param >>> >>> I added module r8108 to my build.conf >>> >>> Then i went to the directory and typed in sudo ./build ... it said it was >>> compiling the image and it starts listing off the drivers but then it >>> gives an error of missing destination file operand after >>> "./tmp-tree/lib/modules/r8108.ko' Try Cp-help >>> >>> It stalls for a second and then continues. >>> >>> and at the very end of it it also says 1097 cant open >>> .tmp-tree/packages/firefoxurl.param >>> >>> >>> Now im new to linux but i have read a lot of posts on nabble as well as on >>> other sites, and help would be greatly appreciated. >>> >> >> -- >> View this message in context: >> http://www.nabble.com/Custom-Build-Question-driver-firefox-3-TS-2.2.2-tp26085376p26122213.html >> Sent from the thinstation-general mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> Thinstation-general mailing list >> Thinstation-general@... >> https://lists.sourceforge.net/lists/listinfo/thinstation-general >> > > > > Trevor B > +------- > Thinstation Developer > http://thinstation.org > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Thinstation-general mailing list > Thinstation-general@... > https://lists.sourceforge.net/lists/listinfo/thinstation-general > -- Thinstation oldtimer http://thinstation.org - a light, full featured linux based thin client OS ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Thinstation-general mailing list Thinstation-general@... https://lists.sourceforge.net/lists/listinfo/thinstation-general |
|||
|
|
Re: Custom Build Question driver/firefox 3 TS 2.2.2Please check that sh points to bash:
ls -al /bin/sh Then: rm -rf packages/firefox tar xvfz firefox3_TS-2.2.tar.gz edit build.conf to include: param firefoxurl http://thinstation.org/download/2.4/firefox-3.x-current.tar.bz2 and run ./build This should install cleanly (it does here). However it is still broken IMHO. Mike On Fri, Oct 30, 2009 at 1:01 AM, Fred <selfprodigy@...> wrote: > Thank you for your response. > > I realize that. However, I have removed the FF2 directory. packages/firefox > > I tared the firefox 3 package i got from sourceforge for 2.2 > > It says to replace that url with firefox3url instead of firefoxurl. If i > change it back it will download and fail somewhere else in the install. > > I looked at the install file in the packages/firefox/lib/install and it > points to a directory name which would be firefox not firefox 3... If i > change the directory to firefox3 it will install and fail when it tries to > tar it after the download. > > Maybe I'm way off but im starting to think there is something wrong with > this contrib package > > ________________________________ > From: Trevor Batley <trevorbatley@...> > To: selfprodigy <selfprodigy@...> > Cc: thinstation-general@... > Sent: Thu, October 29, 2009 6:53:08 PM > Subject: Re: [Thinstation-general] Custom Build Question driver/firefox 3 TS > 2.2.2 > > Quoting selfprodigy <selfprodigy@...>: > >> >> I take it back I am still have issues with Firefox 3. >> >> I don't understand I'm following the instructions exactly as they are >> explained. I've removed the firefox package that came bundled with 2.2.2. >> I've tarred the new contrib package. I've changed the url to firefox3url >> and >> im still getting this error message. >> >> ./build: line 507: ./tmp-tree/packages/firefoxurl.param: No such file or >> directory >> >> firefox url param not set in build.conf build aborted. > > It is saying that you do NOT have a line > param firefoxurl <url to your firefox package> > in your build.conf > > Trevor B >> >> Now I can see that it's going for the old url but i dont understand why. >> Is >> there some place where i can change this? What shall i do next? >> >> Could this be a dash/bash problem i am on a newer version of ubuntu >> >> Thank you, >> >> Fred >> >> >> selfprodigy wrote: >>> >>> Okay so after reading the forums here I've decided to try a custom build. >>> >>> I've downloaded and installed ubuntu, and added the developers tools for >>> compiling. >>> >>> I downloaded the TS 2.2.2 source from source forge. >>> >>> I download the firefox 3 contrib package (put in my build home directory) >>> and then did tar xvfz >>> >>> I downloaded the R8108 contrib package (put in my build home directory) >>> and then did a tar xvfz >>> >>> and i downloaded the msttcorefonts contrib package (put in my build home >>> directory) and then did a tar xvfz and then i ran the install.sh file. >>> >>> Everything seemed to go okay. >>> >>> >>> This is basically everything i needed in my build. Firefox 3 some nicer >>> fonts and this Ethernet card driver. >>> >>> I added the firefox package to my build.conf as well as the url param >>> >>> I added module r8108 to my build.conf >>> >>> Then i went to the directory and typed in sudo ./build ... it said it was >>> compiling the image and it starts listing off the drivers but then it >>> gives an error of missing destination file operand after >>> "./tmp-tree/lib/modules/r8108.ko' Try Cp-help >>> >>> It stalls for a second and then continues. >>> >>> and at the very end of it it also says 1097 cant open >>> .tmp-tree/packages/firefoxurl.param >>> >>> >>> Now im new to linux but i have read a lot of posts on nabble as well as >>> on >>> other sites, and help would be greatly appreciated. >>> >> >> -- >> View this message in context: >> >> http://www.nabble.com/Custom-Build-Question-driver-firefox-3-TS-2.2.2-tp26085376p26122213.html >> Sent from the thinstation-general mailing list archive at Nabble.com. >> >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> Thinstation-general mailing list >> Thinstation-general@... >> https://lists.sourceforge.net/lists/listinfo/thinstation-general >> > > > > Trevor B > +------- > Thinstation Developer > http://thinstation.org > > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Thinstation-general mailing list > Thinstation-general@... > https://lists.sourceforge.net/lists/listinfo/thinstation-general > > -- Thinstation oldtimer http://thinstation.org - a light, full featured linux based thin client OS ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Thinstation-general mailing list Thinstation-general@... https://lists.sourceforge.net/lists/listinfo/thinstation-general |
|||
|
|
Re: Custom Build Question driver/firefox 3 TS 2.2.2On Fri, Oct 30, 2009 at 1:32 AM, Mike Eriksen
<thinstation.mike@...> wrote: > Please check that sh points to bash: > ls -al /bin/sh > > Then: > rm -rf packages/firefox > tar xvfz firefox3_TS-2.2.tar.gz > edit build.conf to include: > param firefoxurl > http://thinstation.org/download/2.4/firefox-3.x-current.tar.bz2 > and run ./build > > This should install cleanly (it does here). However it is still broken IMHO. > > Mike A bit of progress: packages/firefox/bin: rm firefox ln -s /lib/firefox/firefox firefox Get the prism package and steal the file libjemalloc.so and place it in packages/firefox/lib With this firefox3 can be started for the command prompt but not via the icon. I think firefox.init is broken, bur don't know for sure yet. Who contributed FF3? We could need a bit of help ;-) Mike -- Thinstation oldtimer http://thinstation.org - a light, full featured linux based thin client OS ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Thinstation-general mailing list Thinstation-general@... https://lists.sourceforge.net/lists/listinfo/thinstation-general |
|||
|
|
Re: Custom Build Question driver/firefox 3 TS 2.2.2Hmmm, is it a later version of 3 than when this was originally released
(3.5 maybe...)?? I'm pretty sure there was a huge jump in dependencies between 3.0 & 3.5. Trevor B On Fri, 2009-10-30 at 11:24 +0100, Mike Eriksen wrote: > On Fri, Oct 30, 2009 at 1:32 AM, Mike Eriksen > <thinstation.mike@...> wrote: > > Please check that sh points to bash: > > ls -al /bin/sh > > > > Then: > > rm -rf packages/firefox > > tar xvfz firefox3_TS-2.2.tar.gz > > edit build.conf to include: > > param firefoxurl > > http://thinstation.org/download/2.4/firefox-3.x-current.tar.bz2 > > and run ./build > > > > This should install cleanly (it does here). However it is still broken IMHO. > > > > Mike > > A bit of progress: > packages/firefox/bin: > rm firefox > ln -s /lib/firefox/firefox firefox > > Get the prism package and steal the file libjemalloc.so and place it > in packages/firefox/lib > > With this firefox3 can be started for the command prompt but not via > the icon. I think firefox.init is broken, bur don't know for sure yet. > > Who contributed FF3? We could need a bit of help ;-) > > Mike ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Thinstation-general mailing list Thinstation-general@... https://lists.sourceforge.net/lists/listinfo/thinstation-general |
|||
|
|
Re: Custom Build Question driver/firefox 3 TS 2.2.2On Fri, Oct 30, 2009 at 12:38 PM, TrevorB
<trevorbatley@...> wrote: > Hmmm, is it a later version of 3 than when this was originally released > (3.5 maybe...)?? No, ver. 3.0.15 Mike > > I'm pretty sure there was a huge jump in dependencies between 3.0 & 3.5. > > Trevor B > > On Fri, 2009-10-30 at 11:24 +0100, Mike Eriksen wrote: >> On Fri, Oct 30, 2009 at 1:32 AM, Mike Eriksen >> <thinstation.mike@...> wrote: >> > Please check that sh points to bash: >> > ls -al /bin/sh >> > >> > Then: >> > rm -rf packages/firefox >> > tar xvfz firefox3_TS-2.2.tar.gz >> > edit build.conf to include: >> > param firefoxurl >> > http://thinstation.org/download/2.4/firefox-3.x-current.tar.bz2 >> > and run ./build >> > >> > This should install cleanly (it does here). However it is still broken IMHO. >> > >> > Mike >> >> A bit of progress: >> packages/firefox/bin: >> rm firefox >> ln -s /lib/firefox/firefox firefox >> >> Get the prism package and steal the file libjemalloc.so and place it >> in packages/firefox/lib >> >> With this firefox3 can be started for the command prompt but not via >> the icon. I think firefox.init is broken, bur don't know for sure yet. >> >> Who contributed FF3? We could need a bit of help ;-) >> >> Mike > > -- Thinstation oldtimer http://thinstation.org - a light, full featured linux based thin client OS ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Thinstation-general mailing list Thinstation-general@... https://lists.sourceforge.net/lists/listinfo/thinstation-general |
|||
|
|
Re: Custom Build Question driver/firefox 3 TS 2.2.2Hello,
I contributed FF3, in my config FF3 start at the boot not from a icons. The FF3.5 do not work with Thinstation because there are dependencies with dbus, and more... not available. Best regards. Francis Mike Eriksen wrote: > On Fri, Oct 30, 2009 at 1:32 AM, Mike Eriksen > <thinstation.mike@...> wrote: > >> Please check that sh points to bash: >> ls -al /bin/sh >> >> Then: >> rm -rf packages/firefox >> tar xvfz firefox3_TS-2.2.tar.gz >> edit build.conf to include: >> param firefoxurl >> http://thinstation.org/download/2.4/firefox-3.x-current.tar.bz2 >> and run ./build >> >> This should install cleanly (it does here). However it is still broken IMHO. >> >> Mike >> > > A bit of progress: > packages/firefox/bin: > rm firefox > ln -s /lib/firefox/firefox firefox > > Get the prism package and steal the file libjemalloc.so and place it > in packages/firefox/lib > > With this firefox3 can be started for the command prompt but not via > the icon. I think firefox.init is broken, bur don't know for sure yet. > > Who contributed FF3? We could need a bit of help ;-) > > Mike > -- > Thinstation oldtimer > http://thinstation.org > - a light, full featured linux based thin client OS > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Thinstation-general mailing list > Thinstation-general@... > https://lists.sourceforge.net/lists/listinfo/thinstation-general > > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Thinstation-general mailing list Thinstation-general@... https://lists.sourceforge.net/lists/listinfo/thinstation-general |
|||
|
|
Re: Custom Build Question driver/firefox 3 TS 2.2.2
Hello Trevor,
TrevorB wrote: You are right, with the 3.5 there is a dep with alsa (found in TS 2.4), but also with dbus... (not in any TS), and probably more.Hmmm, is it a later version of 3 than when this was originally released (3.5 maybe...)?? I'm pretty sure there was a huge jump in dependencies between 3.0 & 3.5. Best regards.Trevor B On Fri, 2009-10-30 at 11:24 +0100, Mike Eriksen wrote:On Fri, Oct 30, 2009 at 1:32 AM, Mike Eriksen thinstation.mike@... wrote:Please check that sh points to bash: ls -al /bin/sh Then: rm -rf packages/firefox tar xvfz firefox3_TS-2.2.tar.gz edit build.conf to include: param firefoxurl http://thinstation.org/download/2.4/firefox-3.x-current.tar.bz2 and run ./build This should install cleanly (it does here). However it is still broken IMHO. Mike Francis ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Thinstation-general mailing list Thinstation-general@... https://lists.sourceforge.net/lists/listinfo/thinstation-general |
|||
|
|
Re: Custom Build Question driver/firefox 3 TS 2.2.2I think I got rid of the troubles - try out
http://thinstation.org/download/2.2/FF3.0_TS-2.2rc.tar.gz Please report back! Mike On Fri, Oct 30, 2009 at 2:00 PM, Francis SOUYRI <francis.souyri@...> wrote: > Hello Trevor, > > TrevorB wrote: > > Hmmm, is it a later version of 3 than when this was originally released > (3.5 maybe...)?? > > I'm pretty sure there was a huge jump in dependencies between 3.0 & 3.5. > > > You are right, with the 3.5 there is a dep with alsa (found in TS 2.4), but > also with dbus... (not in any TS), and probably more. > > Trevor B > > On Fri, 2009-10-30 at 11:24 +0100, Mike Eriksen wrote: > > > On Fri, Oct 30, 2009 at 1:32 AM, Mike Eriksen > <thinstation.mike@...> wrote: > > > Please check that sh points to bash: > ls -al /bin/sh > > Then: > rm -rf packages/firefox > tar xvfz firefox3_TS-2.2.tar.gz > edit build.conf to include: > param firefoxurl > http://thinstation.org/download/2.4/firefox-3.x-current.tar.bz2 > and run ./build > > This should install cleanly (it does here). However it is still broken IMHO. > > Mike > > > A bit of progress: > packages/firefox/bin: > rm firefox > ln -s /lib/firefox/firefox firefox > > Get the prism package and steal the file libjemalloc.so and place it > in packages/firefox/lib > > With this firefox3 can be started for the command prompt but not via > the icon. I think firefox.init is broken, bur don't know for sure yet. > > Who contributed FF3? We could need a bit of help ;-) > > Mike > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Thinstation-general mailing list > Thinstation-general@... > https://lists.sourceforge.net/lists/listinfo/thinstation-general > > > > Best regards. > > Francis > -- Thinstation oldtimer http://thinstation.org - a light, full featured linux based thin client OS ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Thinstation-general mailing list Thinstation-general@... https://lists.sourceforge.net/lists/listinfo/thinstation-general |
|||
|
|
Re: Custom Build Question driver/firefox 3 TS 2.2.2I will try it out this weekend and let you know as i dont have the box with me here at work. -fred From: Mike Eriksen <thinstation.mike@...> To: Francis SOUYRI <francis.souyri@...> Cc: "thinstation-general@..." <thinstation-general@...>; "trevorbatley@..." <trevorbatley@...>; Fred <selfprodigy@...> Sent: Fri, October 30, 2009 9:59:48 AM Subject: Re: [Thinstation-general] Custom Build Question driver/firefox 3 TS 2.2.2 I think I got rid of the troubles - try out http://thinstation.org/download/2.2/FF3.0_TS-2.2rc.tar.gz Please report back! Mike On Fri, Oct 30, 2009 at 2:00 PM, Francis SOUYRI <francis.souyri@...> wrote: > Hello Trevor, > > TrevorB wrote: > > Hmmm, is it a later version of 3 than when this was originally released > (3.5 maybe...)?? > > I'm pretty sure there was a huge jump in dependencies between 3.0 & 3.5. > > > You are right, with the 3.5 there is a dep with alsa (found in TS 2.4), but > also with dbus... (not in any TS), and probably more. > > Trevor B > > On Fri, 2009-10-30 at 11:24 +0100, Mike Eriksen wrote: > > > On Fri, Oct 30, 2009 at 1:32 AM, Mike Eriksen > <thinstation.mike@...> wrote: > > > Please check that sh points to bash: > ls -al /bin/sh > > Then: > rm -rf packages/firefox > tar xvfz firefox3_TS-2.2.tar.gz > edit build.conf to include: > param firefoxurl > and run ./build > > This should install cleanly (it does here). However it is still broken IMHO. > > Mike > > > A bit of progress: > packages/firefox/bin: > rm firefox > ln -s /lib/firefox/firefox firefox > > Get the prism package and steal the file libjemalloc.so and place it > in packages/firefox/lib > > With this firefox3 can be started for the command prompt but not via > the icon. I think firefox.init is broken, bur don't know for sure yet. > > Who contributed FF3? We could need a bit of help ;-) > > Mike > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > _______________________________________________ > Thinstation-general mailing list > Thinstation-general@... > https://lists.sourceforge.net/lists/listinfo/thinstation-general > > > > Best regards. > > Francis > -- Thinstation oldtimer http://thinstation.org - a light, full featured linux based thin client OS ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Thinstation-general mailing list Thinstation-general@... https://lists.sourceforge.net/lists/listinfo/thinstation-general |
| Free embeddable forum powered by Nabble | Forum Help |