Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problem with yacc
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
m03
n00b
n00b


Joined: 05 Jul 2002
Posts: 14
Location: Germany

PostPosted: Wed Aug 07, 2002 5:51 am    Post subject: problem with yacc Reply with quote

hi,
i want to emerge wineX,
it needs yacc.
when i emerge yacc, this error appears:
Code:

>>> Unpacking yacc-1.9.1.tar.Z
/usr/sbin/ebuild.sh: cd: /var/tmp/portage/yacc-1.9.1-r1/work/yacc-1.9.1: No such file or directory
cp: cannot stat `Makefile': No such file or directory
sed: can't read Makefile.orig: No such file or directory
>>> Source unpacked.
make: *** No rule to make target `clean'.  Stop.


can some1 help me?

m03
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Wed Aug 07, 2002 5:56 am    Post subject: Reply with quote

How much space is free on the partition that hosts /var/tmp/? Could it be full?
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
m03
n00b
n00b


Joined: 05 Jul 2002
Posts: 14
Location: Germany

PostPosted: Wed Aug 07, 2002 6:09 am    Post subject: Reply with quote

Code:

Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/ROOT             19046464   4042408  14036544  23% /
tmpfs                     1024       132       892  13% /mnt/.init.d


there is enough space free ;)

the file also exists..

Code:

gentoo root # ls /var/tmp/portage/yacc-1.9.1-r1/work/
Makefile  yacc-1.9.1.tar
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Wed Aug 07, 2002 6:34 am    Post subject: Re: problem with yacc Reply with quote

m03 wrote:
Code:
make: *** No rule to make target `clean'.  Stop.


can some1 help me?


That is almost certainly an ebuild problem. I would suggest filing a bug, stating the ebuild name and the error.
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
Malakin
Veteran
Veteran


Joined: 14 Apr 2002
Posts: 1692
Location: Victoria BC Canada

PostPosted: Wed Aug 07, 2002 6:59 am    Post subject: Reply with quote

yea it's an ebuild problem, same thing happened to me today.
Back to top
View user's profile Send private message
m03
n00b
n00b


Joined: 05 Jul 2002
Posts: 14
Location: Germany

PostPosted: Wed Aug 07, 2002 7:02 am    Post subject: Reply with quote

hi,
look here ==> https://bugs.gentoo.org/show_bug.cgi?id=6126

u have to edit the ebuild.

Code:

src_unpack () {
        unpack ${A}
        tar xvf ${P}.tar <== add this line


this has solved the prob
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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