You are not logged in.
stupid bank authorization hasnt been updated för 3.5 yet..
my current try, no idea about depencies on...
pkgname=firefox3
pkgver=3.0.13
pkgrel=1
pkgdesc=""
arch=('i686' 'x86_64')
url="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.0.13/source/firefox-$pkgver-source.tar.bz2"
license=('GPL')
groups=()
depends=()
makedepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
source=($url)
noextract=()
md5sums=('040d01a1e22a1ec1b28188479df06007')
build() {
cd $srcdir/mozilla
./configure --prefix=/usr/local/ --enable-application=browser
make || return 1
make DESTDIR=$pkgdir install || return 1
}yeah, i know /usr/local is ugly, but i need fff3.5 too...
and the errors
c++ -o guid_creator.o -c -I../../../../../../dist/include/system_wrappers -include ../../../../../../config/gcc_hidden.h -DOSTYPE=\"Linux2.6\" -DOSARCH=Linux -I./../.. -I. -I. -I../../../../../../dist/include -I../../../../../../dist/include/breakpad_linux_common -I../../../../../../dist/include/nspr -I../../../../../../dist/sdk/include -fPIC -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-long-long -pedantic -march=prescott -O2 -pipe -fomit-frame-pointer -fno-strict-aliasing -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions -DMOZILLA_CLIENT -include ../../../../../../mozilla-config.h -Wp,-MD,.deps/guid_creator.pp guid_creator.cc
dump_symbols.cc: In function 'bool<unnamed>::WriteFormat(int, const char*, ...)':
dump_symbols.cc:169: error: 'vsnprintf' was not declared in this scope
dump_symbols.cc: In function 'bool<unnamed>::ComputeSizeAndRVA(Elf32_Addr, <unnamed>::SymbolInfo*)':
dump_symbols.cc:467: error: 'stderr' was not declared in this scope
dump_symbols.cc:467: error: 'fprintf' was not declared in this scope
dump_symbols.cc: In function 'bool<unnamed>::LoadSymbols(Elf32_Ehdr*, <unnamed>::SymbolInfo*)':
dump_symbols.cc:563: error: 'stderr' was not declared in this scope
dump_symbols.cc:563: error: 'fprintf' was not declared in this scope
make[5]: *** [host_dump_symbols.o] Error 1
make[5]: *** Waiting for unfinished jobs....
dump_symbols.cc: In function 'bool<unnamed>::WriteFormat(int, const char*, ...)':
dump_symbols.cc:169: error: 'vsnprintf' was not declared in this scope
dump_symbols.cc: In function 'bool<unnamed>::ComputeSizeAndRVA(Elf32_Addr, <unnamed>::SymbolInfo*)':
dump_symbols.cc:467: error: 'stderr' was not declared in this scope
dump_symbols.cc:467: error: 'fprintf' was not declared in this scope
dump_symbols.cc: In function 'bool<unnamed>::LoadSymbols(Elf32_Ehdr*, <unnamed>::SymbolInfo*)':
dump_symbols.cc:563: error: 'stderr' was not declared in this scope
dump_symbols.cc:563: error: 'fprintf' was not declared in this scope
make[5]: *** [dump_symbols.o] Error 1
make[5]: Leaving directory `/home/solenskiner/Temp/ABS/firefox3/src/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux'
make[4]: *** [libs] Error 2
make[4]: Leaving directory `/home/solenskiner/Temp/ABS/firefox3/src/mozilla/toolkit/crashreporter'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/home/solenskiner/Temp/ABS/firefox3/src/mozilla/toolkit'
make[2]: *** [libs_tier_toolkit] Error 2
make[2]: Leaving directory `/home/solenskiner/Temp/ABS/firefox3/src/mozilla'
make[1]: *** [tier_toolkit] Error 2
make[1]: Leaving directory `/home/solenskiner/Temp/ABS/firefox3/src/mozilla'
make: *** [default] Error 2Offline
Can't you just change the user-agent information to make the bank think you are using an older version?
Perhaps: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009060310 Ubuntu/8.10 (intrepid) Firefox/3.0.11 .
Last edited by Wintervenom (2009-08-11 14:44:11)
Offline
i wish.. they use plugin that only works in 3.0 and on ubuntu, i think ive fixed the ubuntu deps tho
Offline
You can get the tarball of Firefox 3.0.13 from Mozilla and install it under your home directory :
http://www.mozilla.com/en-US/firefox/all-older.html
Offline
sweet! thanks
Offline
But take care not to use the same $HOME/.mozilla directory.
Before running Firefox 3.0.13, exit other Firefox 3.5 if running, and rename $HOME/.mozilla to $HOME/.mozilla.ff35
When done with Firefox 3.0.13 rename the new $HOME/.mozilla to $HOME/.mozilla.ff3013,
and $HOME/.mozilla.ff35 back to $HOME/.mozilla before reopening Firefox 3.5.
Maybe there is another way by using different profiles for the two releases in the same $HOME/.mozilla directory.
But the first method seems easier and safer to me.
Edit : Another method is to create a new user and install Firefox 3.0.13 under the new $HOME directory.
But what is important is not to mix the two releases when running each one of them.
Last edited by berbae (2009-08-11 21:06:01)
Offline