Closed Bug 735434 Opened 12 years ago Closed 12 years ago

Cannot build Mozilla Thunderbird trunk, bustage with config/pythonpath.py

Categories

(Thunderbird :: Build Config, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: fredbezies, Unassigned)

Details

(Keywords: regression)

Attachments

(1 file)

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120313 Firefox/13.0a1
Build ID: 20120313073105

Steps to reproduce:

This morning, I updated source code. Since this time, I cannot get make -f client.mk depend to go to its normal end.




Actual results:

Every single time build process is killed after nsIDOMMutationEvent.idl is processed.




Expected results:

Go on building !
Got this in log :

xpidl.IDLError: error: invalid syntax, /home/fred/logs/mail/src/mozilla/dom/interfaces/events/nsIDOMEvent.idl line 185:0
dictionary EventInit
^
Some technical infos : archlinux 64 bits, gcc 4.6.3, python3 and python2 installed.

Builds works perfectly yesterday.

And to finish, my .mozconfig :

#
# See http://www.mozilla.org/build/ for build instructions.
#

export AUTOCONF=autoconf-2.13
export PYTHON=python2

ac_add_options --enable-application=mail
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../objdir-tb
mk_add_options MOZ_MAKE_FLAGS=-j4

# Options for ‘configure’ (same as command-line options).
ac_add_options --disable-debug
ac_add_options --disable-tests
ac_add_options --disable-crashreporter
ac_add_options --with-ccache
ac_add_options --disable-installer
ac_add_options --disable-warnings-as-errors
Kyle says that this should be fixed if you pull again. But if that's not the case you can simply clobber (delete your object directory) and build again and it should work.
Remove *.py* from <objdir>/xpcom/idl-parser. (It will be automatically regenerated)
Fred ?
Sorry for the delay. I slept, it was night time here. My old source code was kinda rotten. Grabbing a brand new one from scratch helped a lot.

So, it was my fault, not a mozilla one !
Status: NEW → RESOLVED
Closed: 12 years ago
Keywords: regression
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: