Re: Rust 1.10 (to be) required to build Firefox with --enable-rust

2016-08-10 Thread Stefan Sitter

On 10.08.2016 17:28, Gregory Szorc wrote:

I'll be marking that bug wontfix as soon as I get in front of a
computer with my BMO credentials. We plan to have no more releases of
MozillaBuild.


What will be the new way to get all build dependencies and tools for 
Windows platform when MozillaBuild is discontinued?


/Stefan
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Rewritten `mach mercurial-setup` / Mercurial slides from London

2016-06-28 Thread Stefan Sitter

On 28.06.2016 02:33, Gregory Szorc wrote:

As of a few weeks ago, `mach mercurial-setup` and its integration
with mach have been rewritten.

The Mercurial configuration wizard has been rewritten and contains a
number of new features. If you haven't executed `mach
mercurial-setup` lately, I encourage you to do so to ensure you have
the latest goodness.


I tried to run it with latest comm-central/mozilla-central tree but 
encountered the following error:


> Would you like to install the `hg wip` alias (Yn)?  n
> abort: %1 ist keine zulõssige Win32-Anwendung

The previous steps caused no problem. I found similar issue in Bug 
1280815 > Bug 1280022. But this bug was fixed 4 days ago and I see this 
error with latest source code.


/Stefan
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: MXR permanently offline, please transition to DXR

2016-06-25 Thread Stefan Sitter

On 25.06.2016 06:45, Philip Chee wrote:

DXR only gives me mozilla-central.


You can choose different repositories using the Switch Tree drop-down 
menu on the top right. Or keep a bookmark to start with a specific 
repository like https://dxr.mozilla.org/comm-central/source/


/Stefan
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Question: "Chrome file doesn't exist: ..." in |make mozmill| log by running DEBUG versions of C-C TB

2015-11-23 Thread Stefan Sitter

On 23.11.2015 06:00, Philip Chee wrote:

On 22/11/2015 03:20, ISHIKAWA,chiaki wrote:

100 Chrome file doesn't exist:
/NREF-COMM-CENTRAL/objdir-tb3/dist/bin/chrome/classic/skin/classic/messenger/icons/dropbox.png


Was removed in Bug 763471 - Convert Dropbox Filelink provider code to
addon

Try using box-logo.png instead.


Filed https://bugzilla.mozilla.org/show_bug.cgi?id=1227261

/Stefan
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Mozillabuild 2.0 ready for testing

2015-03-14 Thread Stefan Sitter

On 11.03.2015 22:22, Stefan Sitter wrote:

The start-shell-msvc2013.bat script errors out immediately because
start-shell.bat cannot be found in the current directory. In my
opinion the script should not assume that it is started in
C:\mozilla-build-test.


Filed as https://bugzilla.mozilla.org/show_bug.cgi?id=1143061

/Stefan
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Mozillabuild 2.0 ready for testing

2015-03-11 Thread Stefan Sitter

On 09.03.2015 02:44, Ryan VanderMeulen wrote:

For the past many months, I have been working on some major updates to the
Mozillabuild package in order to make it more developer-friendly and
easily-maintainable in the future. I am proud to say that at this time, it
is ready for more widespread testing.

The latest test build can be downloaded from the link below:
http://people.mozilla.org/~rvandermeulen/MozillaBuildSetup2.0.0pre4.exe
sha1sum: 9edb5c51bdb5f9a5d86baf5046967d8940654353


I have a batch script in my development folder that prepares some 
environment variables and finally calls 
C:\mozilla-build-test\start-shell-msvc2013.bat.


The start-shell-msvc2013.bat script errors out immediately because 
start-shell.bat cannot be found in the current directory. In my opinion 
the script should not assume that it is started in C:\mozilla-build-test.


I had to change CALL start-shell.bat to CALL %~dp0start-shell.bat to get 
the shell started.


/Stefan
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Switching to Visual Studio 2013

2014-10-20 Thread Stefan Sitter

Hi,

are there plans to switch the Thunderbird builders from VS2010 to VS2013 
as well?


/Stefan

On 14.10.2014 08:10, David Major wrote:

VS2013 is now on inbound and all Windows builds are green.

(Win64 builds were actually switched late last week, as they are
unaffected by trains.)

Please file bugs blocking 914596 if you encounter any VS2013-specific
issues.

If you're not sure what version you're running, you can:
* Check the package:
   VS2013 builds contain msvcr120.dll and msvcp120.dll.
   VS2010 builds contain msvcr100.dll and msvcp100.dll.
* Check the build log:
   VS2013 logs contain the string 'Compiler Version 18.00'.
   VS2010 logs contain the string 'Compiler Version 16.00'.

David


___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform