← Back to team overview

context team mailing list archive

Re: update before building & fixing some issues

 

On Thu, Apr 23, 2009 at 01:39, Diego Depaoli wrote:
>
> Could be totally unrelated, but I'm dealing with freebsd-amd64 and
> mtxrun needs this patch in order to work
> --- mtxrun      2009-04-23 01:34:57.000000000 +0200
> +++ mtxrun.modified     2009-04-23 01:34:33.000000000 +0200
> @@ -1622,7 +1622,12 @@
>                 return "solaris-intel"
>             end
>         elseif name == "freebsd" then
> +            local architecture = os.arch()
> +            if architecture:find("amd64") then
> +                return "freebsd-amd64"
> +            else
>             return "freebsd"
> +           end
>         end
>     end
>     return default or name

I'm sorry, I thought that this has been fixed already. (Do you manage
to run the minimals at all?) Hans, can you please fix this?

Thanks,
   Mojca



Follow ups

References