Gentoo Archives: gentoo-dev

From: Imran Sher Rafique <imran@×××××××.org>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] why do different ebuilds have the same version number?
Date: Wed, 27 Apr 2005 12:53:23
Message-Id: 20050427130938.GG20252@ulric.rafique.org
1 I hope this doesn't come across as too much of a rant.
2
3 Summary
4 -------
5 Is it accepted practice to allow for changes in an ebuild without changing the
6 ebuild version number?
7
8
9 Background
10 ----------
11 After emerging the latest stable ruby (1.8.2-r1), I found that ruby could not
12 find some of its modules. The default library paths hardcoded into ruby were
13 incorrect. To demonstrate:
14
15 $ ruby -e '$LOAD_PATH.each {|j| puts "#{j}" }'
16 /usr/lib/ruby/site_ruby/1.8
17 /usr/lib/ruby/site_ruby/1.8/i686-linux
18 /usr/lib/ruby/site_ruby
19 ${exec_prefix}/lib/ruby/1.8
20 ${exec_prefix}/lib/ruby/1.8/i686-linux
21 --
22 gentoo-dev@g.o mailing list

Replies