LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-15-2013, 12:54 AM   #1
mutetikasikali
LQ Newbie
 
Registered: Oct 2011
Posts: 27

Rep: Reputation: Disabled
Question Installing ccl cyber timer on ubuntu 12.10


I was in the way of installing it but i am getting this error:-
*** Gentoo sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.10, ltmain.sh = ) ***

Please run:

libtoolize --copy --force

if appropriate, please contact the maintainer of this
package (or your distribution) for help.

what might be the issue?. I had run this -libcclc-0.7.1$ ./configure

I had already put(cclcfox-0.7.1.tar.bz2
libcclc-0.7.1.tar.bz2) these two file in the home folder
 
Old 11-15-2013, 03:28 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
An Ubuntu issue ? Compiles OK on some other random OS.

Solution : Download "libcclc-0.7.1-1.ubuntu12_i386.deb"
( if you have a 32bits (i686) OS )
https://drive.google.com/file/d/0B7S...it?usp=sharing
... Click the package, and the "Package Installer" installs it.


-

Last edited by knudfl; 11-15-2013 at 03:29 AM.
 
Old 11-15-2013, 04:02 AM   #3
mutetikasikali
LQ Newbie
 
Registered: Oct 2011
Posts: 27

Original Poster
Rep: Reputation: Disabled
The link you gave out does not have the file that i am looking for.please i will be happy if i get to come out the mess that i am in.please help
 
Old 11-15-2013, 04:40 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 3 : Not quite clear what you mean.

** Which package <name> <version> are you looking for ?
( Post #1 says : "libcclc-0.7.1" ).

*** Which Ubuntu 12.10 is it about ? ?
Please show the output from this command : $ uname -m <Enter>

-
 
Old 11-15-2013, 08:38 AM   #5
mutetikasikali
LQ Newbie
 
Registered: Oct 2011
Posts: 27

Original Poster
Rep: Reputation: Disabled
this is the version i am using;-Ubuntu 12.10 (Quantal Quetzal).The output from the command you requested:-comp8@comp8-HP-Compaq-dc7600-Small-Form-Factor:~$ uname -m
i686
I have already installed the dependancies of the files mentioned above but the mess started as follows:-comp8@comp8-HP-Compaq-dc7600-Small-Form-Factor:~$ tar -xjvf libcclc-0.7.1.tar.bz2
libcclc-0.7.1/
libcclc-0.7.1/src/
libcclc-0.7.1/src/cclc.c
libcclc-0.7.1/src/cclc.h
libcclc-0.7.1/src/cclc_private.h
libcclc-0.7.1/src/Makefile.am
libcclc-0.7.1/src/Makefile.in
libcclc-0.7.1/src/util.c
libcclc-0.7.1/NEWS
libcclc-0.7.1/TODO
libcclc-0.7.1/depcomp
libcclc-0.7.1/aclocal.m4
libcclc-0.7.1/README
libcclc-0.7.1/ltmain.sh
libcclc-0.7.1/configure
libcclc-0.7.1/configure.in
libcclc-0.7.1/config.guess
libcclc-0.7.1/install-sh
libcclc-0.7.1/config.sub
libcclc-0.7.1/missing
libcclc-0.7.1/mkinstalldirs
libcclc-0.7.1/Makefile.am
libcclc-0.7.1/Makefile.in
libcclc-0.7.1/config.h.in
libcclc-0.7.1/AUTHORS
libcclc-0.7.1/COPYING-PLAIN
libcclc-0.7.1/INSTALL
libcclc-0.7.1/ChangeLog
libcclc-0.7.1/COPYING
comp8@comp8-HP-Compaq-dc7600-Small-Form-Factor:~$ cd libcclc-0.7.1

comp8@comp8-HP-Compaq-dc7600-Small-Form-Factor:~/libcclc-0.7.1$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
[B][B]checking for correct ltmain.sh version... grep: character class syntax is [[:space:]], not [:space:]
no

*** Gentoo sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.10, ltmain.sh = ) ***

Please run:

libtoolize --copy --force
if appropriate, please contact the maintainer of this
package (or your distribution) for help.
Now i think you can get to known how the error is coming about!!!!!!.


(These are the files:-cclcfox-0.7.1.tar.bz2 &
libcclc-0.7.1.tar.bz2 i am talking about for cyber timer).

Last edited by mutetikasikali; 11-15-2013 at 08:40 AM.
 
Old 11-15-2013, 09:52 AM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 5 .

Why do you want to build "libcclc-0.7.1" when you can install
a binary package with the package installer ? ? See post #2.

** You cannot build "libcclc-0.7.1" on Ubuntu 12.10 - i686 !

-
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cyber Cafe Timer dablew Linux - Software 11 05-25-2010 08:43 AM
I can't seem to find any easy to use cyber cafe timer for Linux. Rassie Kariuki Linux - Newbie 1 05-19-2010 10:25 AM
Linux Cyber Cafe timer scriptwarlock General 3 02-28-2010 10:53 PM
cyber cafe timer for linux collins kiprop Linux - Software 2 02-28-2010 06:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration