Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Half of my kingdom for the solution !
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
hungarian
n00b
n00b


Joined: 16 Jul 2002
Posts: 51
Location: New Zealand

PostPosted: Mon Nov 04, 2002 5:10 am    Post subject: Half of my kingdom for the solution ! Reply with quote

And a cold beer.

Guys I have a problem here with emerge on Gentoo 1.2.

The output is:

babe distfiles # emerge -u --deep world
Calculating world dependencies ...done!
>>> emerge (1 of 31) x11-base/xfree-4.2.1 to /
>>> md5 ;-) X420src-1.tgz
>>> md5 ;-) X420src-2.tgz
>>> md5 ;-) X420src-3.tgz
>>> md5 ;-) freetype-2.1.2.tar.bz2
>>> md5 ;-) fcpackage.2_0.tar.gz
>>> No message digest entry found for archive"ttmkfdir2-1.0.tar.bz2."
!!! Type "ebuild foo.ebuild digest" to generate a new digest.
babe distfiles # pwd
/usr/portage/distfiles
babe distfiles # cd ../x11-misc/ttmkfdir/
babe ttmkfdir # pwd
/usr/portage/x11-misc/ttmkfdir
babe ttmkfdir # ll
total 16
-rw-r--r-- 1 root root 1151 Oct 28 23:20 ChangeLog
drwxr-xr-x 2 1105 1105 4096 Nov 4 16:44 files
-rw-r--r-- 1 root root 775 Oct 28 20:50 ttmkfdir-1.0.ebuild
-rw-r--r-- 1 root root 925 Oct 28 23:20 ttmkfdir-2.0.ebuild
babe ttmkfdir # ll files/
total 16
-rw-r--r-- 1 root root 59 Nov 3 20:05 digest-ttmkfdir-1.0
-rw-r--r-- 1 root root 65 Nov 4 16:44 digest-ttmkfdir-2.0
-rw-r--r-- 1 root root 1190 Oct 28 20:21 ttmkfdir-1.0-gentoo.diff
-rw-r--r-- 1 root root 688 Oct 28 20:21 ttmkfdir-2.0-gentoo.patch
babe ttmkfdir # ebuild ttmkfdir-2.0.ebuild digest
>>> Generating digest file...
>>> Computed message digests.
babe ttmkfdir # ll files/
total 16
-rw-r--r-- 1 root root 59 Nov 3 20:05 digest-ttmkfdir-1.0
-rw-r--r-- 1 root root 65 Nov 4 18:07 digest-ttmkfdir-2.0
-rw-r--r-- 1 root root 1190 Oct 28 20:21 ttmkfdir-1.0-gentoo.diff
-rw-r--r-- 1 root root 688 Oct 28 20:21 ttmkfdir-2.0-gentoo.patch
babe ttmkfdir # emerge -u --deep world
Calculating world dependencies ...done!
>>> emerge (1 of 31) x11-base/xfree-4.2.1 to /
>>> md5 ;-) X420src-1.tgz
>>> md5 ;-) X420src-2.tgz
>>> md5 ;-) X420src-3.tgz
>>> md5 ;-) freetype-2.1.2.tar.bz2
>>> md5 ;-) fcpackage.2_0.tar.gz
>>> No message digest entry found for archive"ttmkfdir2-1.0.tar.bz2."
!!! Type "ebuild foo.ebuild digest" to generate a new digest.

----
As you can see the digest does not exist for the
ttmkfdir2-1.0.tar.bz2

so my question is:
How do I generate a digest for that version of ttmkfdir ?

Thanks:
frank
_________________
Sophisticated, cultivated, technically superior,
Gentoo Linux delivers the most rewarding computing experience.
www.gentoo.org
BSc(Hons) CompSci / BSc. CompSci / RHCE
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Mon Nov 04, 2002 6:21 am    Post subject: Reply with quote

What's in digest-ttmkfdir-2.0? Here it looks like the digest for ttmkfdir2-1.0.tar.bz2. I suppose you could try running ebuild digest on the xfree ebuild, or running emerge under strace to see where it's looking for files and failing.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
hungarian
n00b
n00b


Joined: 16 Jul 2002
Posts: 51
Location: New Zealand

PostPosted: Mon Nov 04, 2002 7:04 pm    Post subject: Reply with quote

Hi rac !

I had a look at what you asked, this is the output:

babe ttmkfdir # pwd
/usr/portage/x11-misc/ttmkfdir
babe ttmkfdir # ll
total 16
-rw-r--r-- 1 root root 1151 Oct 28 23:20 ChangeLog
drwxr-xr-x 2 1105 1105 4096 Nov 4 18:07 files
-rw-r--r-- 1 root root 775 Oct 28 20:50 ttmkfdir-1.0.ebuild
-rw-r--r-- 1 root root 925 Oct 28 23:20 ttmkfdir-2.0.ebuild
babe ttmkfdir # cd files/
babe files # ll
total 16
-rw-r--r-- 1 root root 59 Nov 3 20:05 digest-ttmkfdir-1.0
-rw-r--r-- 1 root root 65 Nov 4 18:07 digest-ttmkfdir-2.0
-rw-r--r-- 1 root root 1190 Oct 28 20:21 ttmkfdir-1.0-gentoo.diff
-rw-r--r-- 1 root root 688 Oct 28 20:21 ttmkfdir-2.0-gentoo.patch
babe files # cat digest-ttmkfdir-2.0
MD5 61efb004b19befdb5335ef058323002c ttmkfdir2-1.0.tar.bz2 16650
babe files # md5sum /usr/portage/distfiles/ttmkfdir2-1.0.tar.bz2
61efb004b19befdb5335ef058323002c /usr/portage/distfiles/ttmkfdir2-1.0.tar.bz2
babe files #
------------

So the md5 hash is the same.

However, once I run
ebuild xfree-4.2.1.ebuild digest

it all worked fine.
------------

So:

"Sir rac"

You have been given by my authority the right to rule half of my kingdom and a cold beer of your choice.
;)

Thank you rac!
_________________
Sophisticated, cultivated, technically superior,
Gentoo Linux delivers the most rewarding computing experience.
www.gentoo.org
BSc(Hons) CompSci / BSc. CompSci / RHCE
Back to top
View user's profile Send private message
funsize
n00b
n00b


Joined: 08 May 2002
Posts: 67
Location: The Lone Star State

PostPosted: Sun Nov 10, 2002 1:21 am    Post subject: Reply with quote

A virtual beer for each of you!

I was having the exact same problem...with the same solution:

ebuild xfree-4.2.1.ebuild digest

Thanks Forum-Goers!
_________________
...SO SAYS FUNSIZE
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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