Software :: Checkinstall Used In Fedora4 Make Some Error?
Mar 9, 2011
I used checkinstall in fedora4 to make a rpm packed.The rpm pack is ok.When I used:
rpm -i xxxx.rpm
to install the pack is ok.
But when I used:
rpm -e xxx
to uninstall the pack didn't report error.But not uninstall.
In my make file that checkinstall used is like this:
install: FORCE
I am trying, using checkinstall to make eboard to enable use of this program with a DGT electronic chessboard (option not available in the program included in the repositories) according to the instructions given here. After the preliminaries, namely downloading and extracting the source from: [URL]-1.1.1.tar.bz2./configure runs fine but (after su-ing to root), both make install & checkinstall fail after numerous warnings about "deprecated conversion" like:
Code:
board.cc:55: warning: deprecated conversion from string constant to 'char*' board.cc:157: warning: deprecated conversion from string constant to 'char*' board.cc: In function 'gboolean board_expose_event(GtkWidget*, GdkEventExpose*, void*)': board.cc:1414: warning: deprecated conversion from string constant to 'char*' bugpane.cc:304: warning: deprecated conversion from string constant to 'char*'
So installing a programm is a problem. I like to install Aqualung. "/.configure" works. But "make" seems to be not installed. "checkinstall" seems to be not installed "sudo apt-get make" does not work. I have no internet connection with linux, because I have no idea how I install the network card. I guess this sudo command use internet? Is there another way to compile that program? (And just by the way, why must this be so difficult?
On a pc running Fedora4 with cups-1.1.23-15.4 , I have printers setup that can accept lp submitted jobs from other pcs, including windows pc on the LAN and a UNIX machine that is not on the lan. I would like to get the same functionality going with CentOS5.5 and cups 1.3.7-18.el5 5.7 On the CentOS pc
lpstat -p -d printer 5si is idle. enabled since Tue 14 Sep 2010 03:30:34 PM PDT printer Cups-PDF is idle. enabled since Thu 03 Jun 2010 09:42:49 AM PDT
I am trying to port the current Fedora4 system to the CentOS5 on a new harddisk. Actually, the Fedora4 system is constantly being hacked due to my lazy update. So i prefer a fresh install of CentOS5. I am not clear what files need copy and what does not need for ease and for avoiding possible backdoors. Kinda a big problem,
I am trying to port the current Fedora4 system to the CentOS5 on a new hard disk. Actually, the Fedora4 system is constantly being hacked due to my lazy update. So i prefer a fresh install of CentOS5. I am not clear what files need copy and what does not need for ease and for avoiding possible backdoors.
I'm trying to install git (git-scm.com) from source. I need apt to recognize that it's installed, so I figured I would install it using the checkinstall program.
I followed the steps listed in the following thread: [URL].. Unfortunately, I'm getting some errors. I wondering if anyone could tell me what I'm doing wrong. Full log:
Code: $ wget http://kernel.org/pub/software/scm/git/git-1.7.3.2.tar.bz2 $ tar xf git-1.7.3.2.tar.bz2 $ cd git-1.7.3.2 $ make prefix=/usr/local
There is a nice package wxCam that used to be included in the opensuse (last one was, I think 10.3). Or perhaps I am wrong and it was from the Packman repo. Who maintains these packages?
I installed it from source and it must have ended up installing about 200MB of dependencies and dependencies of dependencies. I am not knowledgeable enough to create an rpm (checkinstall does not seem to be able to create an rpm).
I recently installed a few packages from source using checkinstall (notably x264). Today, when my normal synaptic/apt-get upgrade ran, it wanted to to overwrite the (newer) version I installed with the (older) version in the repos.Is there any way to have synaptic/apt ignore packages installed via checkinstall so that they aren't overwritten?
I ran into this bug: [URL]...I checked that overwrite-local was set to 1. So I want to delete all python packages that were installed by checkinstall with the /usr prefix.
Now it has been some time since I did this and I dont really remember. Does anyone using checkinstall know how to spot packages installed via checkinstall? I already checked the FAQ and doc of checkinstall, but no info on this.
I want to gave much details as possible. working directory (~/a1/shell) in the shell directory i have Makefile. also in the shell directory i have subdirectory's (obj, src, include)
My current Makefile
Quote:
#What needs to be built to make all files and dependencies
clean:
# End of Makefile
I wanted it so: all .o files are created in the obj subdirectory, and my application, sshell, is created in the shell directory.
I am getting this error when i run the make run: No rule to make target 'shell.h', needed by 'shutil.o'. stop
I'm trying to make some pages. For this I try to host them locally. However, when I have an error in my PHP code, the server shows an internal error 500 page and doesn't show on what line and what compile error it encountered. There is no such information in the error log either. What should I do about it, it's not really nice to comment all the lines and then try to uncomment them one by one. I've been googling for a while, but didn't find anything.. I forgot to mention, I;m using Fedora :P, the apache that came with it and mysql and php from the repository...
I have installed a copy Fedora core 10 with the Eclipse C++ CDT feature. I am getting the following error when I do a project build for the "HelloWorld.cpp" Eclipse sample program: make: *** [HelloWorld.o] error 127
I am somewhat certain it is caused by an improper or incomplete configuration of Eclipse C++ CDT. Can anyone provide detailed instructions for configuring the Eclipse C++ CDT?
I've been trying to install the latest version of Emacs from source but I'm running into a trouble. The commands "./configure" and "make" work just fine. However, when I run "sudo checkinstall" I get a message saying that makeinfo is missing:
Code: makeinfo is missing - cannot build manuals make: *** [info] Error 1 **** Installation failed. Aborting package creation. Cleaning up...OK Bye. What is Error 1
I need to flash my BIOS to get rid of an error: "Intel uCode loading error". On [URL] I have found a tutorial, that looks to be fine. I can even see in the comments, that somebody have done this with success from Ubuntu 9.04, the very same system, that I use. Nevertheless I cannot make this bootCD with my Ubuntu 9.04, as it doesn't know the loop option to mount the image.
In the tutorial it says: "Requirements for this step is that you have support for the vfat and loop file systems in the kernel. Or you can have those features compiled as modules. In the latter case you can load the modules before the next step, like this:
modprobe vfat modprobe loop"
loop doesn't seem to be present in my system, and the command modprobe loop returns an error that the module is not available. I tried to follow the tutorial anyway, but with no success. How can I get the module lopp? I also want to use it to make iso images bootsble from the harddisk.
I have installed it++ on suse11.2 I have downloaded an example project and everytime i try to "make"..error "/bin/sh: line 1: .dependencies: Permission denied" comes up.I have tried to run as root but this hangs on "checking dependencies" and gives no action.
I have followed the instructions to the letter and I have download the Android OS Source code as per instructions, and when says to run the "make" command, I get this output:
Code: hamish@hamish-laptop:~/mydroid$ make PLATFORM_VERSION_CODENAME=AOSP PLATFORM_VERSION=AOSP TARGET_PRODUCT=generic TARGET_BUILD_VARIANT=eng
After the config. stage and when i try to 'make' ideviceinstaller', I get the following error:
Code:
april@ubuntu:~/Desktop/ideviceinstaller-1.0.0$ make make all-recursive make[1]: Entering directory `/home/april/Desktop/ideviceinstaller-1.0.0' Making all in src
I have been trying to install a new driver for my wireless USB adapter, and I've been getting some "make" command problems and error messages. Specifically, I am installing the RaLink rt2570 USB Enhanced Driver to work with my Linksys WUSB100 adapter (chipset RaLink Rt2870).
I downloaded the package and used the readme from inside the package here:[url]
Here's what I have done directly after download to my desktop:
I want to install EVMS n machines with openSuse 11.2. The EVMS installation procedure (EVMS: Installation: Installing the EVMS Tools), point 3, says to do: "make install". I'm in the correct folder, there is the file Makeinstall.ini, but just try to run the command I've an error (make cannot have install like target).
this is my output:
linux-vxth:/usr/src/evms-2.5.5 # ls .makefile.swo INSTALL.initrd aclocal.m4 engine po .makefile.swp Makefile.in autoconf include tests COPYING PLUGIN.IDS config.h.in intl ui
[code]...
I tried too rename "Makefile.in" into "makefile" and "make.rules.in" into "make.rules", but then I have other problems
I'm trying to compile gtkglArea-1.99.0 but I think I'm running into a linking error. This is the error exactly : /usr/bin/ld: cannot find -lGLU. I have the OpenGL and GTK+ libraries, well ./configure runs with no errors so I assume I have everything I need. Does anyone know how to fix the error in order for me to run make properly?