Resolution problem in Kubuntu !

Status
Not open for further replies.
OP
Dark Star

Dark Star

Cyborg Agent
Configured correctly but getting these error in make and make install

Code:
shashwat@shashwat:~/kdmtheme-1.2.2$ make
cd . && rm -f configure
cd . && make -f admin/Makefile.common configure
make[1]: Entering directory `/home/shashwat/kdmtheme-1.2.2'
./admin/cvs.sh: 653: autoconf: not found
make[1]: *** [configure] Error 1
make[1]: Leaving directory `/home/shashwat/kdmtheme-1.2.2'
make: *** [configure] Error 2
shashwat@shashwat:~/kdmtheme-1.2.2$ sudo make install
[sudo] password for shashwat:
cd . && rm -f configure
cd . && make -f admin/Makefile.common configure
make[1]: Entering directory `/home/shashwat/kdmtheme-1.2.2'
./admin/cvs.sh: 653: autoconf: not found
make[1]: *** [configure] Error 1
make[1]: Leaving directory `/home/shashwat/kdmtheme-1.2.2'
make: *** [configure] Error 2
shashwat@shashwat:~/kdmtheme-1.2.2$
 

praka123

left this forum longback
^common sense man!u have "autoconf" not installed!apt-get install autoconf .
and also apt-get install checkinstall and come back here before u do "make install" finish upto make if successful,then use checkinstall to create a kdmtheme.deb file
 
OP
Dark Star

Dark Star

Cyborg Agent
Code:
shashwat@shashwat:~/kdmtheme-1.2.2$ ./configure
bash: ./configure: No such file or directory
shashwat@shashwat:~/kdmtheme-1.2.2$ make
cd . && rm -f configure
cd . && make -f admin/Makefile.common configure
make[1]: Entering directory `/home/shashwat/kdmtheme-1.2.2'
configure.in:43: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:48: error: possibly undefined macro: AM_CONFIG_HEADER
configure.in:51: error: possibly undefined macro: AC_CHECK_COMPILERS
configure.in:52: error: possibly undefined macro: AC_ENABLE_SHARED
configure.in:53: error: possibly undefined macro: AC_ENABLE_STATIC
configure.in:58: error: possibly undefined macro: AM_KDE_WITH_NLS
configure.in:61: error: possibly undefined macro: AC_PATH_KDE
configure.in:70: error: possibly undefined macro: AC_CHECK_KDEMAXPATHLEN
make[1]: *** [configure] Error 1
make[1]: Leaving directory `/home/shashwat/kdmtheme-1.2.2'
make: *** [configure] Error 2

Again got the eror even after install autoconf..

Well despite that error I tried checkinstall .. Justa silly question . the process ends without an errror. so where is the deb file got saved ?

Code:
shashwat@shashwat:~/kdmtheme-1.2.2$ checkinstall

checkinstall 1.6.1, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran
           This software is released under the GNU GPL.


The package documentation directory ./doc-pak does not exist.
Should I create a default set of package docs?  [y]: y

Preparing package documentation...OK

Please write a description for the package.
End your description with an empty line or EOF.
>> Here is a .deb file for KDM Theme Manager. To help you guys install it easily and quickly in debian based distro.
>>

*****************************************
**** Debian package creation selected ***
*****************************************
/usr/bin/checkinstall: line 1166: dpkg-architecture: command not found

This package will be built according to these values:

0 -  Maintainer: [ shashwat@shashwat ]
1 -  Summary: [ Here is a .deb file for KDM Theme Manager. To help you guys install it easily and quickly in debian based distro. ]
2 -  Name:    [ kdmtheme ]
3 -  Version: [ 1.2.2 ]
4 -  Release: [ 1 ]
5 -  License: [ GPL ]
6 -  Group:   [ checkinstall ]
7 -  Architecture: [ i386 ]
8 -  Source location: [ kdmtheme-1.2.2 ]
9 -  Alternate source location: [  ]
10 - Requires: [  ]

Enter a number to change any of them or press ENTER to continue:

Installing with make install...

========================= Installation results ===========================
/bin/bash ./config.status --recheck
running /bin/bash ./configure   --no-create --no-recursion
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
./configure: line 1868: syntax error near unexpected token `kdmtheme,'
./configure: line 1868: `AM_INIT_AUTOMAKE(kdmtheme, 0.1)'
make: *** [config.status] Error 2

****  Installation failed. Aborting package creation.

Cleaning up...OK

Bye.

shashwat@shashwat:~/kdmtheme-1.2.2$
 

praka123

left this forum longback
installation failed.if again error ,then check the PATH variable be correct.
make sure ./configure finishes successfully.

But,I cant understand why do u want to compile :confused: kdm theme manager when it is already available in repository.
kdmtheme is a theme manager for KDM. It provides a KDE Control Module (KCM) that allows you to easily install, remove and change your KDM themes.
*packages.ubuntu.com/gutsy-backports/kdmtheme
 
Status
Not open for further replies.
Top Bottom