Debian Multimedia :: Squeeze Compiling Dwm From Debian Source / Reality Check
Aug 18, 2011
Below is the recipe I've used to compile dwm from source on Squeeze
su
apt-get install devscripts debian-keyring
apt-get build-dep dwm
exit
It all seems to work, however debuild gave an error about secret keys. Is this a sensible procedure? What happens in the (probably unlikely) event there is another source patch?I've gone to a tiling window manager as the result of the purchase of a wide screen LCD monitor. I like to have some stuff down the right hand side when running Firefox and OpenOffice in the main panes. Any configuration tricks welcome. Modern screens are the wrong shape!
View 6 Replies
ADVERTISEMENT
Oct 20, 2015
I have already open a thread in scribus forum but I am not sure if they know the solution, and I don't think is specifically related to scribus. I am receiving a generic unknown cmake error with QT5 library when try to compile Scribus 1.5, probably I need to install some library more but which?
Code: Select allcmake ../scribus -Wno-dev -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/bin/
CMake Error at styles/CMakeLists.txt:21 (QT5_WRAP_CPP):
Unknown CMake command "QT5_WRAP_CPP".
-- Configuring incomplete, errors occurred!
See also "/home/myuser/Compilati/scribus-1.5.0/builddir/CMakeFiles/CMakeOutput.log".
myuser@Debian-635:~/Compilati/scribus-1.5.0/builddir$ cmake ../scribus -Wno-dev -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/bin/
CMake Error at styles/CMakeLists.txt:21 (QT5_WRAP_CPP):
Unknown CMake command "QT5_WRAP_CPP".
-- Configuring incomplete, errors occurred!
View 14 Replies
View Related
Feb 19, 2011
how to install Dropbox for Debian Squeeze from source.Please read everything before you begin. I prepared it as I installed Dropbox for my own system. Please Note: I use sudo, you may have to use root or 'su' from the command line. If you don't know the difference between sudo and su, then you shouldn't try this until you know. At the time I did this, the lastest dropbox version was 0.6.7.
View 7 Replies
View Related
Jul 18, 2010
I am trying to compile wine (1.1.28) in squeeze (AMD64). After I run the configuration scripts, I receive this error:
"configure: libhal/libdbus 32-bit development files not found, no dynamic device support."
I installed the ia32-libs package and libhal.so, libhal.so.,1libhal.so.1.0.0, libdbus-1.so exist in /usr/lib32.
I am compiling wine with the USB support patches, so I believe I will need libhal.
View 8 Replies
View Related
Jul 30, 2010
I just wanted to know if i download Debian Squeeze linux-source-2.6.32 from packages.debian.org and try and compile it in debian lenny using lenny's packages will the build succeed ?
View 6 Replies
View Related
Apr 14, 2011
I'm trying to install the latest Kmess from source, but when configuring it (it's really a wrapper for cmake) I get the following error: configuring KMess 2.0.6.1
checking build directory
running cmake from /usr/src/kmess-2.0.6.1/build
command: cmake -D CMAKE_INSTALL_PREFIX=/usr
-D CMAKE_BUILD_TYPE=relwithdebinfo
-D KMESS_DEBUG_OUTPUT=0
[Code]...
fix the problems mentioned above, and run ./configure again. For example, make sure you have the KDE 4 devel packages installed.I've done this yesterday on another computer and it worked fine once I had both libgif4 and libgif-dev installed. The problem is that I've got both of those packages installed on this computer and I still get the error.
View 6 Replies
View Related
Feb 13, 2011
After finally figuring out how exactly how to compile something from source, I did it with Wine. However, there's a problem, when I'm trying to play a game on Steam (Half-Life) on a TNT2 graphics card (With NVIDIA drivers 71.86 installed as well as all of the packages needed to compile Wine from source), everything either lags or has an error.
One of these errors is that OpenGL32 isn't being initialized after attempting to start the game in that mode. Another error (or I should say problem) is that in Direct3D mode, it just.. crashes lol. Also, in Software mode, it LAGS horribly and I don't think it has to do with the hardware limitations I have on this machine. I did however install the glx and gl drivers AFTER I compiled Wine, do I have to do yet another install?
Debian Lenny 5.0.8
667MHz Celeron Coppermine
NVIDIA TNT2 32mb VRAM card
View 3 Replies
View Related
Feb 15, 2014
I'm trying to install the calculator Qalculate from source so I download the tar.gz package for KDE from their official website to my ~/Downloads folder. I unzipped it with
Code: Select all tar xzf qalculate-kde-0.9.7.tar.gz
I moved the exploded folder to my /home/guest/ folder (my user-name is guest), I entered the qalculate-kde-0.9.7 folder and searched for a INSTALL or README file. Here's what the INSTALL file says to do. The INSTALL file says to run the following commands
Code: Select all./configure
Code: Select allmake
Code: Select allmake install
Code: Select allmake clean
After giving the first command, trouble started; here's what I got:
Code: Select allroot@aliquis:/home/guest/qalculate-kde-0.9.7# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
[Code] .....
This is impossible, as I am running a fully functioning kde system. What should I do? I don't find the kde version of Qalculate in Apper...
View 9 Replies
View Related
Feb 3, 2010
Compiling latest compat-wireless on up to date squeeze install I get this:
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-trunk-686'
Building modules, stage 2.
MODPOST 84 modules
Can't open file
make[4]: *** [__modpost] Error 1
[code].....
View 3 Replies
View Related
Feb 19, 2011
I want to build Taucs library [URL] , to use its sparse solver in some number crunching apps, [URL] Since i plan to build these apps with the intel development suite, i better build Taucs with the same set of compilers... but AFAIK Taucs doesnt exist in <testing> or <unstable> ( I could apt-get source, and set appropriate flags for compilers it it did ) and i do not quite understand its build system ..It is not a ./configure system...it relies on external libs like blas, lapack and metis... which regardless of existing in Debian repo are built with gcc-4.5... so.. no way of using this to link with an Intel built library...
View 10 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
Apr 30, 2010
I'm attempting to install ndiswrapper-dkms package. The installation fails due to the following error:Module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed. dpkg reports that the source is installed
[code]....
I've been searching google for the past couple of days but haven't found anything specific. Any ideas to get me going in the right direction?
uname -a reports
Linux debtop 2.6.32-trunk-686 #1 SMP Sun Jan 10 06:32:16 UTC 2010 i686 GNU/Linux
View 5 Replies
View Related
Mar 21, 2011
What happens if I update Debian Squeeze from Lenny's source.list?A step by step manual is written on Lenny, and if I change lenny to squeeze things seem to not work.When I update the squeeze from the original source.list and then change to the source.list that manual uses things are working.But if I were to start squeeze with lenny's source.list I am getting error while trying to do this:
apt-get install wget mc zip unzip bzip2 ntp ntpdate lsb-release.
View 6 Replies
View Related
May 11, 2011
I just a newbie.i want to try customize my desktop.i found a website shown linux desktop very greatfull, like this :but i don't know how to start it.any expert guys please let me know the guiding for me to start this.
View 1 Replies
View Related
Jun 14, 2011
Found this 'Startup Disk Creator' in Ubuntu,it is useful,how we get it install in Debian Squeeze? There's a Unetbootin for Debian,but it pull in lots of qt stuff,I don't like it.
View 2 Replies
View Related
Aug 22, 2011
I have installed Debian Squeeze 6.0.2.1 amd64 from DVD-1.iso (4.4 GB) and I cannot install Synaptic Package Manager or Wine because they are not in the repos.
[Code]...
View 5 Replies
View Related
May 22, 2010
I want to install VGA driver on debian squeeze. my VGA is "Intel Corporation 82G33/G31 Express Integrated Graphics Controller".I do not know which driver I must install for this VGA.Does Linux recognize related driver ?
View 3 Replies
View Related
Apr 21, 2011
I'm trying to build a package from wine 1.3.18 following Soul Singin's post here but it gives me this error.
wine: configuration in '/home/user/.wine' has been updated.
wine: cannot find L"unix\tmp\wine-1.3.18\dlls\advapi32\tests\advapi32_test.exe.so"
make[2]: *** [cred.ok] Error 2
make[2]: Leaving directory `/tmp/wine-1.3.18/dlls/advapi32/tests'
[Code].....
This error only appear when I use dpkg-buildpackage not when I compile the source it with make.
View 1 Replies
View Related
Jun 17, 2010
The intel <Xorg> driver provides 2D and 3D support for Intel integrated graphics chipsets, including the i810, 915{G,GM}, 945{G,GM,GME}, 946GZ, 965{G,GM,Q}, G33, Q33 and Q35; the <GMA 500> is not supported.
Packaged for Debian as xserver-xorg-video-intel. [url] [url] [url].
Poulsbo is the codename of Intel's second-generation ultra mobile PC chipset. Its GMA 500 graphics core is not supported by the intel Xorg driver; ITP xserver-xorg-video-psb filed as Debian bug #533450.
Poulsbo (chipset) - Wikipedia, the free encyclopedia - [url]
Poulsbo's graphics core GMA 500 is currently not well supported by Intel for the Linux platform.
However there is a quite easy way to have the drivers work on any Debian-based distribution, thanks to the Ubuntu sources and packages, for the linux kernel 2.6.30 (with newer kernel it would need a little hacking but seems still possible while the sources are included).
View 1 Replies
View Related
Jun 23, 2011
I finally installed Squeeze on my laptop and found out that the XF86Audio multimedia keys do not work.
When I press them, they're correctly identified by xev but they do not produce the desired effect (raise/lower/mute volume, play/pause/stop/prev/next song in media players like Sonata).
Funnily enough though, they do work in Audacious, which has its own plugin to manage XF86Audio media keys.
So it's like the action of pressing these keys is not intercepted by the system and no event is triggered.
I think this might be due to a missing package or configuration but I have no idea where to look...
View 1 Replies
View Related
Dec 21, 2010
i insalled Squeeze recently but i dont have aby sound in my system, in preference>sound> my speaker volum is up too
and alsa-pase also installed ,
what i could install or check for having sound ?
View 14 Replies
View Related
Feb 15, 2011
I have successful installed debian squeeze 32bit on my pc. I like very much The vlc i have installed via software but After install vlc don't start don't appear don't do nothing any one know there is a problem with Vlc On squeeze?
View 10 Replies
View Related
Jul 10, 2011
Recently I installed Debian Squeeze - 2.6.32-5-686 but I found problem with my TV OUT again. Before I had the same problem but I found decision here with this patch and everything was OK. Now I have the same problem with new NVIDIA driver (275.09.07) and Debian Squeeze. I tried older drivers but nothing. My video card i NVIDIA - 9500GT.
View 2 Replies
View Related
Jul 28, 2015
After unsuccessfully trying to install some updates on my debian squeeze system, I can no longer login to gnome when I restart the system. I've tried logging in both as root and as user and have typed in 'startx' or 'gnome-session' at the prompt but I get an error message "**(gnome-session:12020): WARNING **: Cannot open display:". I've searched the web for solutions but nothing works. I've had my debian squeeze for over three years now with no issues.
View 14 Replies
View Related
Feb 20, 2010
I blacklisted the pcspkr module on my system(rebooted and confirmed it no longer loads). The majority of annoying beeps are now gone. I have 2 instances where it still beeps though. Whenever GNOME first starts(before I login though) and if i am in GNOME at a terminal and type reboot. Any thoughts on disabling this?
View 11 Replies
View Related
Mar 1, 2010
On a fresh install of squeeze, I can't log in to an AIM account with being immediately disconnected and given this error: You have been connecting and disconnecting too frequently. Wait ten minutes and try again. If you continue to try, you will need to wait even longer.
I waited for several hours before trying to reconnect, but got the same message. Searching for the error led me to some bug reports from upwards of three years ago.
Strangely, this error hasn't occurred on any of my other squeeze systems.
I can ping login.oscar.aol.com as well as login.messaging.aol.com; both resolve to 205.188.251.43 for me. I tried changing the "Server" under "Advanced" to this address, but again I got the same error.
View 8 Replies
View Related
Mar 18, 2010
I'm a Linux User since 2007. Later, i was an Ubuntu Fanatic User. But my computer is old, and Ubuntu is more slow in every version.
I'm from Valencian Contry, and I speak "Valencian" or "Catalan"
How I install XMMS on Debian Squeeze???
View 14 Replies
View Related
Mar 25, 2010
I think i came across a bug in X server in squeeze. I would report it to the bug tracking system in debian packages but the think is I am not entierly sure about it.When i start X (whether it is through startx or service gdm start or auto startup through init when the pc boots) the computer PC seems to lock up.The screen goes black right after X initializes and before anything is show in the screen and if i wait a about 10 minutes the monitor either goes in standby or out of range. PC seems unresponsive to both keyboard commands and mouse but my LCD screen in my G15shows the time skips 1 sec every 2 sec (from 19:22:22 goes straight to 19:22:24).
I have a custom 2.6.33 kernel which i build but it happens with both 2.6.32-trunk and 2.6.32-3 offical kernels from the squeeze repository so i dont think that this is the problem.My PC is a P4 3.75Ghz with 2Gb RAM and an NVidia 6800GT with the binary drivers from nvidia. I have tried diffrent versions from my grapgics drivers (NVIDIA-Linux-x86-173.14.25-pkg1.run & NVIDIA-Linux-x86-195.36.15-pkg1.run) with no change in the behaviouThis is the syslog from the time my pc started and then "stuck". I left it for some time before i hard reset it
View 14 Replies
View Related
Apr 29, 2010
I've tried a few threads about install flash and haven't found the correct one.What is the correct way to install Flash on Debian Squeeze 64bit?
View 14 Replies
View Related
May 16, 2010
Tried to install aMSN using Sid package... can't do it because no TK8.5. Installed TK8.5 and aMSN, now I get another strange message ...
Error in startup script:
OK ...
Let's check out 'Empathy IM Client' , no longer any support for MSN because ...?
Tried to setup Mercury which needs Java. Go to run Mercury, no java!
Had to set up Pidgin so that I could go on msn!
View 3 Replies
View Related