Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] ebuild problem: "<archive> has been updated, recreating WORKDIR..."
Date: Thu, 25 Oct 2001 14:53:36
Message-Id: 1004043269.28265.63.camel@nosferatu.lan
In Reply to: [gentoo-dev] ebuild problem: " has been updated, recreating WORKDIR..." by Dan Armak
1 On Thu, 2001-10-25 at 21:28, Dan Armak wrote:
2 > Hi all,
3 >
4 > There's a strange problem with an ebuild of mine. It's for qt3 and isn't in
5 > cvs yet. I haven't encountered it with any other ebuild.
6 >
7 > qt3 takes upto 2 hours to build. I'm currently working on src_install(), so I
8 > use ebuild install without recompiling.
9 >
10 > However, I get a message of:
11 > >>> MD5 ;-) qt-x11-free-3.0.0.tar.gz
12 > >>> checking qt-x11-free-3.0.0.tar.gz's mtime...
13 > >>> qt-x11-free-3.0.0.tar.gz has been updated, recreating WORKDIR...
14 >
15 > and then the workdir is deleted and recompiling commences.
16 >
17 > I've checked and qt-x11-free-3.0.0.tar.gz has the same exact mtime as the
18 > /var/tmp/portage/qt-x11-3.0.0/work directory (WORKDIR) before it was deleted
19 > (I've kept a copy).
20 >
21 > Something seems to be touching the archive, what can be causing this?
22 >
23 > And, where is the archive's original mtime stored, so that I can use the
24 > WORKDIR I backed up (even without/before resolving this problem)?
25 >
26 > --
27 >
28 > Dan Armak
29 > Gentoo Linux Developer, Desktop Team
30 > Matan, Israel
31 >
32
33 Hi
34
35 Seems like a type-o in ebuild.sh
36
37 attached is a patch
38
39
40 --
41
42 Martin Schlemmer
43 Gentoo Linux Developer, Desktop Team Developer
44 Cape Town, South Africa

Attachments

File name MIME type
ebuild.sh.diff text/plain

Replies