Debian :: [PPC] Build Iceweasel 5.0 From Source
Jul 21, 2011
I run Debian Squeeze on the powerpc architecture and I'd like to install the newest Iceweasel on it. The Debain Mozilla repo only has binary packages for i386 and amd64 but provides sources.
So I did: apt-get source iceweasel
which resulted in the creation of these files/directories:
iceweasel-5.0/
iceweasel_5.0-3~bpo60+1.debian.tar.gz
iceweasel_5.0-3~bpo60+1.dsc
iceweasel_5.0.orig.tar.bz2
[Code]....
View 5 Replies
ADVERTISEMENT
Jul 9, 2011
When I want to update with synaptic I get this error:Ophalen van ts/Release is mislukt Unable to find expected entry 'iceweasel-5.0/source/Sources' in Release file (Wrong sources.list entry or malformed file)Some index files failed to download. They have been ignored, or old ones used instead.
View 2 Replies
View Related
Mar 30, 2011
Building Wine-1.3.16 for Squeeze from Source: Since there isn't a good version of Wine in the repositories, I decided to build my own from source. Here it is. read everything. I DID NOT have Wine previously installed. If you do, you'll have to remove it FIRST.
[code]...
With all the dependencies installed you can begin building Wine. From the terminal:
[code]...
View 13 Replies
View Related
Oct 15, 2010
I had a debian installation with kernel 2.6.32 I had a set of instructions to apply a patch to kernel which I followed to the T. The grub now shows the Debian installation with the old kernel and the Debian installation with the patched kernel.
The trouble is the system goes blank after attempting to start gdm3.
I have tried running in recovery mode and then typing startx but it only shows a blank screen.
Code: lspci | grep -i display
00:02.1 Display controller : Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) If i boot with the old kernel, everything works fine. Is this an "X" window configuration issue. I tried X -configure but still nothing changed.
View 3 Replies
View Related
Nov 17, 2010
1) How to build a rpm from source?
2) How to install an rpm without dependencies using
(i) rpm (ii)yum
View 1 Replies
View Related
Apr 9, 2011
I'm trying to build a KDE program from source. I have installed the qt3-devel.i686 package. When I try to configure, I receive this error message
Quote:
checking for KDE... configure: error: in the prefix, you've chosen, are no KDE headers installed. This will fail. use another prefix!
Anyone know how I can build KDE programs in Fedora?
View 1 Replies
View Related
Aug 6, 2010
I tried to build VLC from source and stuck up with the following error.
configure: error: Package requirements (fribidi) were not met:
No package 'fribidi' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables FRIBIDI_CFLAGS
and FRIBIDI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
[Code]...
View 6 Replies
View Related
May 2, 2010
I'm looking for a repository for amarok 2.3 or a howto on building from source.
View 5 Replies
View Related
Nov 30, 2010
I've got myself and Android phone, and I'd like to be able to compile from source ON my phone (I want to be able to run some command line tools like eyeD3, lame, etc.). Problem is, how do I get GCC on my phone with such limited resources? The Android platform isn't exactly meant for developing on. Another option would of couse be compiling on my PC using a cross compiler, but I'm a newb when it comes to that
View 1 Replies
View Related
Dec 11, 2008
I have downloaded whole linux source codes of fedora in a dvd. There are several rpm packages and lots of directories in it. I want to load all source codes to version control system (svn or cvs) which is loacated in a server and develop it step by step .During this time I want to build my own distribution. So I need to know how to build all these packages at once. Is there anyone who can explain "how to do" to me
View 1 Replies
View Related
May 9, 2010
I have run into problems building GNOME Shell from source on the Lucid Lynx. The Lynx has GNOME 2.30, correct? Well, ~/gnome-shell-build-setup.sh tells me that "GNOME 2.26 or newer is required to build GNOME Shell" when I already have 2.30. Just look at this screenshot [URL]...
View 1 Replies
View Related
Mar 15, 2010
What package do I have to install to build packages from sources? I am trying to build the TrueCrypt package from source.
View 1 Replies
View Related
Apr 14, 2010
When we expect a new rpm from current 195.36.15 nvidia driver? And if it is possible someone to get my a link to this rpm,build for my. like step by step "How to build rpm from nvidia source driver.All this is because i don`t like to install after every update!
View 1 Replies
View Related
Jan 6, 2010
Now that we are starting to face the reality of Vista/Win7 implementations, we will need to do an upgrade of Samba to enable functionality. I am having difficulty in upgrading our version of Samba (3.3.4), as I compile from source, and do not use binary distributions. I'm running Slack12 and could really use some help on how I can build samba from source and UPGRADE it easily?
View 1 Replies
View Related
Feb 1, 2010
Is there any way to get the configure line that was used to build an Apache installation from source.
I compiled Apache 2.2.14 a while ago on Ubuntu and I can't remember the ./configure line I used to build it. Is there any way I can retrieve it?
View 4 Replies
View Related
Nov 22, 2010
This feels like dumb question but here goes...I am wondering what it takes to edit the Linux kernel source and build it with my modifications!
View 5 Replies
View Related
Feb 13, 2011
Im trying to build Mandrivas theme ia_ora from source but it fails.
Code:
sh install.sh
-- Found Qt-Version 4.7.1 (using /usr/bin/qmake-qt4)
-- Found X11: /usr/lib64/libX11.so
-- Found KDE 4.6 include dir: /usr/include/kde4
-- Found KDE 4.6 library dir: /usr/lib64/kde4/devel
[Code]...
View 2 Replies
View Related
Apr 6, 2010
So I've been trying to get GIMP 2.7 installed on my Slackware64 13.0, but I'm having some issues. After some extensive finagling and dependence findings, I got it to configure correctly, however, the make fails with libtool trying to find libgdk_pixbuf-2.0.la:
libtool: link: cannot find the library '..//usr/lib64/pkgconfig/gdk-pixbuf/libgdk_pixbuf-2.0.la' or unhandled argument '..//usr/lib64/pkgconfig/gdk-pixbuf/libgdk_pixbuf-2.0.la'
libgdk_pixbuf-2.0.la is in /usr/lib64/pkgconfig/, but for whatever reason, editing the makefile doesn't change this. (Yes I have the right permissions to edit it). First of all, why is it searching for /usr in the top build directory, and second, why doesn't an edit of the makefile work?
View 6 Replies
View Related
Jul 29, 2010
I was having some trouble trying to get video editing directly with Theora OGVs on Ubuntu 10.04. To be honest, the default Lucid video editor Pitivi (which is a front-end for gstreamer) actually works fine with ogv - but you cannot do video overlays (compositing) in Pitivi. So I looked at Cinelerra, LiVES, OpenShot and Kdenlive as editors that may offer overlays/compositing. They can all be sudo apt-get install-ed, but none of them wanted to run properly with ogvs - especially the ogv video preview didn't work. Looking for a solution, the following bugs came up:
Bug #574457 in mlt (Ubuntu): �melt displays and renders garbage while playing .ogv in ubuntu 10.04�
Bug #535018 in openshot (Ubuntu): �Openshot cannot playback ogg video�
Bug #566781 in OpenShot Video Editor: �Imported Ogg Theora file shows corrupted video in OpenShot 1.1.3�
[code].....
However, since it doesn't seem a bugfix will be released for Lucid - that pretty much means only one thing, if we want video editing of ogv in Lucid: build from source. If we build all dependencies for Theora ogv video from the latest source: melt
ffmpeg
vorbis
theora
ogg
then, in principle, working with ogv in Openshot and/or Kdenlive should (and does) work - if these video editors are directed to use these new binaries (built from source). Note that Openshot is basically a python frontend for melt, and it does not need compiling as such (though some precautions should be taken, see below) - so once the above sources are built, a test with Openshot can be done. I used for building these sources is HOWTO: Install and use the latest FFmpeg and x264 - Ubuntu Forums This HOWTO uses checkinstall in order to generate .deb packages from source, which are then installed into the running OS, to allow for satisfying of dependencies. I'd like to keep my system 'vanilla' clean, and experiment with sources outside of my system (i.e. as in a "portable installation") - and this post outlines that approach.
Basically, we download the sources, and build them in order of dependency - and since ogg/vorbis/theora source already uses it, we can use pkg-config to configure some other source dependencies as well: by writing *-uninstalled.pc files in respective source directories; and then adding these directories to the PKG_CONFIG_PATH environment variable. However, some manual changes to source files will be needed too. Finally, for each source package, we will run only 'make', but not 'make install' - and then in the end, we will collect all binaries (libraries and executables) in a single folder; and add a couple of scripts, that will setup an environment referring to these binaries, so that Openshot/Kdenlive (when called from this environment) may work correctly with ogv. The full list of sources built using this approach are: ogg
vorbis
theora
[code]....
Both x264, and libvpx (for VP8/WebM), have been added as recommended in the HOWTO; while Ogg Video Tools are added mostly for the (relatively new) tool oggTranscode. The approach to building these sources is given below, in the form of a commented bash script - since its quite big, it is included in the reply to this post.
References: Xiph.org: Subversion Access
oggvideotools/trunk/README
Compiled libogg but libvorbis can't find libogg during ./configure - Linux Forums
[cod]....
View 2 Replies
View Related
Nov 5, 2010
When I download a file, lets say text file I want it to open straight away in iceweseal.So in the "open With" dialog box if I choose iceweseal it is not opening the file in it. It just downloads the text file.
View 6 Replies
View Related
Jul 31, 2011
I am running Debian testing on my box and iceweasel 5 with several addons. My question is the following: is there a way to export above all my addons settings to a file? I would like to be able to install on another debian machine the same iceweasel 5 and have the same addons installed (if I could have even the same toolbar it would be dream) automatically.
View 1 Replies
View Related
Jul 13, 2010
I've been wondering what's the advantages and disadvantages of installing an iceweasel extension from the debian repositories vs the addons.mozilla.org website. I can thus far see that extensions installed from the repositories can't be uninstalled from inside iceweasel. Is there any difference? Are they installed in different places? Are they always accessible to all users? Any difference at all?
View 5 Replies
View Related
Dec 6, 2015
Until recently I had no trouble reading PDF files in Iceweasel. Acrobat Reader would open without prompting. Now, after a recent re-install of Jessie, that does not happen. The browser just freezes when I point it to a PDF file. Reader is installed and shows up among Iceweasel's add-ons.
View 7 Replies
View Related
Feb 25, 2016
I just installed Debian on a new computer yesterday, it's more or less a fresh install. This morning I launched Iceweasel and it brought my computer to it's knees. I ran top, and found out that there was a process called "Web Content" using up 30 gigs of memory! Further experimentation shows that Iceweasel is fine until I open up a tab or two, and then it quickly begins consuming all my memory (I have 24 gigs) and swap space. I'm currently using Chrome, which is working fine, but I'd really prefer Iceweasel.
View 6 Replies
View Related
Mar 25, 2011
I mean, I followed the http://mozilla.debian.net/ wizard, but I have a problem about I don't have xulrunner-2.0, but I need libcairo2, but I have at the last version(saying apt-get install libcairo2).So is there a way to install Iceweasel 4?Sorry for my not perfect english, and if you want more info, just ask me [URL]
View 14 Replies
View Related
Aug 29, 2011
A few days ago, I noticed that flash wasn't working. I don't use flash often and have Flashblock guarding the gates so not quite sure when that happened. In the process of getting it running again I noticed a lot of Iceweasel add-ons are available in the Debian repos. In fact, deleting Flashblock from Firefox and switching to the one from the repos may be what fixed the problem (or it could have been the latest Iceweasel update which I reinstalled).
Anyway, my question is . . . just how do add-ons available via Synaptic and those from Firefox differ? And is it preferable and advisable to use the ones in Synaptic? Since I imported my old profile from Firefox to Iceweasel, I have a lot of standard add-ons rather than the Debian version.
View 14 Replies
View Related
Jul 7, 2015
I have Inceweasel 31.8.0 installed on LXDE Debian Wheezy and I am trying to make AdBlock Plus work. The thing is that I get pop-ups from any site, Youtube ad videos, etc. all the time, just like I have nothing installed to prevent that.
I tried:
- Installing AdBlock from Iceweasel add-ons, with a suscription to easylist ;
- installing xul-ext-adblock-plus (also with the same suscription).
With each configuration or even with none of them, I get the same results as described above. Is there anything I can do ?
By the way, I don't get Youtube ad videos on Chromium with Adblock installed through the Chrome webstore.
View 2 Replies
View Related
Feb 10, 2016
I have Iceweasel 38.6.0 on Jessie 8.3, and it seems to crash more or less randomly. It just suddenly disappears, and when restarted, it gives that "embarrasing"- thing. The pages reopen fine and it may take a day between crashes, or about an hour.
Where should I look for the reason of the crashing? Is there a log file or something somewhere?
My machine is old StinkBad T400. I'm using Cinnamon.
View 2 Replies
View Related
Mar 19, 2016
The following url streams nicely in Chromium but Iceweasel complains that FlashPlayer needs to be installed!
[URL] ...
############------- EDIT -------############
This URL is a live stream of a news channel... NOT a fixed length/size video.
############------- EDIT -------############
I can't remember facing this problem with any other YouTube videos, just this one!
Searching around a bit I found an article from 2010 : [URL] ....
First interesting bit: If you're running Chrome or Safari as your main browser, Google's now offering up YouTube videos without Flash.
That's right—fewer system hangs, browser crashes, and other issues, and just straight-up video through HTML5 standards.
View 14 Replies
View Related
Feb 8, 2010
When I try to open two times Iceweasel I get this:Iceweasel is already running, but is not responding. To open a new window, you must first close the existing Iceweasel process, or restart your system.I am very suprprised, because in Windows xp I can open mozilla firefox 2,3 or more times.
View 4 Replies
View Related