On 24/12/10 20:46, Zac Medico wrote:
> On 12/23/2010 07:35 PM, Jeremy Olexa wrote:
>> mapserver-5.4.2-r1.edit/temp/environment
>> --- mapserver-5.4.2-r1.orig/temp/environment 2010-12-23
>> 21:25:57.216256714 -0600
>> +++ mapserver-5.4.2-r1.edit/temp/environment 2010-12-23
>> 21:29:29.858254479 -0600
>> @@ -297,7 +297,7 @@
>> declare -x
>> S="/var/tmp/portage/sci-geosciences/mapserver-5.4.2-r1/work/mapserver-5.4.2"
>>
>> declare -x SANDBOX_DEBUG="0"
>> declare -x SANDBOX_DENY=""
>> -declare -x SANDBOX_PID="2383"
>> +declare -x SANDBOX_PID="3207"
>> declare -x
>> SANDBOX_PREDICT="/var/tmp/portage/sci-geosciences/mapserver-5.4.2-r1/homedir:/dev/crypto:/var/cache/fontconfig"
>>
>> declare -x SANDBOX_READ="/:/dev/stdin:/var/tmp"
>> declare -x SANDBOX_VERBOSE="1"
>> @@ -9371,7 +9371,7 @@
>> }
>> src_unpack ()
>> {
>> - default
>> + ruby_src_unpack "$@"
>> }
>> strip-flags ()
>> {
>
> If you search for src_unpack inside that the environment file for
> mapserver-5.4.2-r1.ebuild, then you'll find a grand total of 5
> src_unpack implementations:
>
> base_src_unpack
> distutils_src_unpack
> perl-module_src_unpack
> php-ext-source-r1_src_unpack
> ruby_src_unpack
>
> I didn't check if all of them are actually exported, but at least
> base.eclass seems to export src_unpack by default.You both are right. I added it at first because the sources didn't got unpacked correctly, so I assumed any of the eclass doing something I don't want. So I was lazy and instead defining the phase correctly I justed used the default() from python.eclass. I removed it again, because it is working without. Probably I hit the issue during my try to move from ruby.eclass to ruby-ng.eclass. Thanks for noting all this, justin
signature.asc
Description: OpenPGP digital signature
