Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
can't emerge TVtime-1.0.2
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
ottffss
n00b
n00b


Joined: 29 Nov 2004
Posts: 7

PostPosted: Mon Dec 25, 2006 4:03 am    Post subject: can't emerge TVtime-1.0.2 Reply with quote

I get the output below when I try to merge TvTime. I am running kernel lkernel-genkernel-x86-2.6.18-gentoo-r4 and cc is installed at /usr/bin (the last error message seems to imply that this is not the case).

Does anyone have any ideas on how to fix this?

localhost msh # emerge tvtime
Calculating dependencies... done!

>>> Emerging (1 of 1) media-tv/tvtime-1.0.2 to /
* tvtime-1.0.2.tar.gz MD5 ;-) ... [ ok ]
* tvtime-1.0.2.tar.gz RMD160 ;-) ... [ ok ]
* tvtime-1.0.2.tar.gz SHA1 ;-) ... [ ok ]
* tvtime-1.0.2.tar.gz SHA256 ;-) ... [ ok ]
* tvtime-1.0.2.tar.gz size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* checking tvtime-1.0.2.tar.gz ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking tvtime-1.0.2.tar.gz to /var/tmp/portage/tvtime-1.0.2/work
* Applying tvtime-1.0.2-gcc41.patch ... [ ok ]
* Applying tvtime-pic.patch ... [ ok ]
* Applying tvtime-1.0.2-xinerama.patch ... [ ok ]
* Running eautoreconf in '/var/tmp/portage/tvtime-1.0.2/work/tvtime-1.0.2' ...
* Requested autoconf 2.5
* Using autoconf (GNU Autoconf) 2.60
* Using autoheader (GNU Autoconf) 2.60
* Requested automake 1.7
* Using automake (GNU automake) 1.7.9
* Using aclocal (GNU automake) 1.7.9
* Running aclocal -I m4 ... [ ok ]
* Running libtoolize --copy --force --automake ... [ ok ]
* Running aclocal -I m4 ... [ ok ]
* Running autoconf ... [ ok ]
* Running autoheader ... [ ok ]
* Running automake --add-missing --copy ... [ ok ]
* Running elibtoolize in: tvtime-1.0.2
* Applying max_cmd_len-1.5.0.patch ...
* Applying sed-1.5.6.patch ...
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/tvtime-1.0.2/work/tvtime-1.0.2 ...
* econf: updating tvtime-1.0.2/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating tvtime-1.0.2/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-nls --without-xinerama --build=i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-gcc... /usr/bin/cc
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 /usr/bin/cc accepts -g... yes
checking for /usr/bin/cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/cc... gcc3
checking for /usr/bin/cc... no

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/tvtime-1.0.2/work/tvtime-1.0.2/config.log

!!! ERROR: media-tv/tvtime-1.0.2 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
tvtime-1.0.2.ebuild, line 57: Called econf '--disable-nls' '--without-xinerama'
ebuild.sh, line 540: Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Back to top
View user's profile Send private message
erik258
Advocate
Advocate


Joined: 12 Apr 2005
Posts: 2650
Location: Twin Cities, Minnesota, USA

PostPosted: Mon Dec 25, 2006 6:03 am    Post subject: Reply with quote

checking for /usr/bin/cc... no
Code:

dan@pascal ~ $ whereis cc
cc: /usr/bin/cc /usr/X11R6/bin/cc
dan@pascal ~ $ ll /usr/X11R6
lrwxrwxrwx 1 root root 6 Dec  4 12:55 /usr/X11R6 -> ../usr
dan@pascal ~ $ ll /usr/bin/cc
-rwxr-xr-x 1 root root 11440 Dec 11 15:19 /usr/bin/cc

_________________
Configuring a Firewall? Try my iptables configuration
LinuxCommando.com is my blog for linux-related scraps and tidbits. Stop by for a visit!
Back to top
View user's profile Send private message
ottffss
n00b
n00b


Joined: 29 Nov 2004
Posts: 7

PostPosted: Mon Dec 25, 2006 6:33 am    Post subject: Re response to can't emerge TVtime-1.0.2 Reply with quote

Here is my output for the same commands:

bash-3.1$whereis cc
cc: /usr/bin/cc /usr/X11R6/bin/cc
bash-3.1$ll /usr/X11R6
bash: ll: command not found
bash-3.1$ls -la /usr/X11R6
lrwxrwxrwx 1 root root 6 Dec 13 02:04 /usr/X11R6 -> ../usr
bash-3.1$ls -la /usr/bin/cc
-rwxr-xr-x 1 root root 8644 Dec 19 08:42 /usr/bin/cc
bash-3.1$
Back to top
View user's profile Send private message
erik258
Advocate
Advocate


Joined: 12 Apr 2005
Posts: 2650
Location: Twin Cities, Minnesota, USA

PostPosted: Mon Dec 25, 2006 6:42 am    Post subject: Reply with quote

well, other than being half the size of mine (??) it certainly looks like cc exists for you...
_________________
Configuring a Firewall? Try my iptables configuration
LinuxCommando.com is my blog for linux-related scraps and tidbits. Stop by for a visit!
Back to top
View user's profile Send private message
ottffss
n00b
n00b


Joined: 29 Nov 2004
Posts: 7

PostPosted: Mon Dec 25, 2006 6:51 am    Post subject: Re response to can't emerge TVtime-1.0.2 Reply with quote

When I run

bash-3.1$cc -dumpversion
4.1.1

and I've been using cc to compile programs for the last few days. It seems to be working.

I also went to theTVtime web page and tried to compile both versions 1.0.1 and 0.99 I got exactly the same error ( after running ./configure -- I never got to the compile step) as the emerge error.

BTW which version of gcc are you running?
Back to top
View user's profile Send private message
erik258
Advocate
Advocate


Joined: 12 Apr 2005
Posts: 2650
Location: Twin Cities, Minnesota, USA

PostPosted: Mon Dec 25, 2006 1:54 pm    Post subject: Reply with quote

gcc version 4.1.1
Running tvtime 1.0.2.
_________________
Configuring a Firewall? Try my iptables configuration
LinuxCommando.com is my blog for linux-related scraps and tidbits. Stop by for a visit!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum