On 1/11/20 6:05 PM, Botond Ballo wrote:
Hi Dave,
On Sat, Jan 11, 2020 at 8:35 PM Dave <dtyx...@gmail.com> wrote:
I am a newbie trying to build mozilla-central on debian/Buster but I am
running into a compiler error. I have run bootstrap.py and have the
pulled and updated as of this email. I am running "./mach -v -log
buildlog build"
I assume you mean "-l" or "--log-file" rather than "-log"
and I am getting the following
[...]
Is that the only error in the build output? It might be helpful to
attach the complete build output (preferably, directly from
stdout/stderr rather than the log file, so it's easier to read).
Also, are you specifying any non-default configuration in a .mozconfig
file or elsewhere? The file containing this error (SandboxTest.cpp)
should only be built during a debug build, so are you specifying a
debug build somewhere?
Cheers,
Botond
stdout/stderr output attached...
0:00.58 Clobber not needed.
0:00.60 Adding make options from
/home/shakezula/Work/Firefox/mozilla-central/.mozconfig
MOZ_MAKE_FLAGS=-j1
MOZ_OBJDIR=/home/shakezula/Work/Firefox/mozilla-central/obj-x86_64-pc-linux-gnu
OBJDIR=/home/shakezula/Work/Firefox/mozilla-central/obj-x86_64-pc-linux-gnu
FOUND_MOZCONFIG=/home/shakezula/Work/Firefox/mozilla-central/.mozconfig
export FOUND_MOZCONFIG
0:00.60 /usr/bin/make -f client.mk MOZ_PARALLEL_BUILD=1 -s
0:00.60 Environment: {'GLADE_PIXMAP_PATH': ':', 'XDG_GREETER_DATA_DIR':
'/var/lib/lightdm/data/shakezula', u'TOPSRCDIR':
'/home/shakezula/Work/Firefox/mozilla-central', 'XDG_CURRENT_DESKTOP': 'XFCE',
'XDG_SESSION_TYPE': 'x11', 'LOGNAME': 'shakezula', 'XDG_SEAT': 'seat0', 'HOME':
'/home/shakezula', 'XDG_VTNR': '7', 'PATH':
'/home/shakezula/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:~/bin',
'PS1': '\\[\\033[01;32m\\]\\t\\w>\\[\\033[00m\\]', 'DISPLAY': ':0.0',
'SSH_AGENT_PID': '1308', 'LANG': 'en_US.utf8', 'TERM': 'xterm-256color',
'SHELL': '/bin/bash', 'XDG_SESSION_PATH':
'/org/freedesktop/DisplayManager/Session0', 'XAUTHORITY':
'/home/shakezula/.Xauthority', 'SESSION_MANAGER':
'local/shaketop:@/tmp/.ICE-unix/1318,unix/shaketop:/tmp/.ICE-unix/1318',
'SHLVL': '1', 'GLADE_MODULE_PATH': ':', 'QT_ACCESSIBILITY': '1', 'WINDOWID':
'62914563', 'GLADE_CATALOG_PATH': ':', u'OBJDIR':
u'/home/shakezula/Work/Firefox/mozilla-central/obj-x86_64-pc-linux-gnu',
'XDG_SESSION_CLASS': 'user', 'COLORTERM': 'truecolor', 'XDG_SESSION_DESKTOP':
'lightdm-xsession', 'XDG_RUNTIME_DIR': '/run/user/1000', 'SSH_AUTH_SOCK':
'/tmp/ssh-NzRVjwV25UlQ/agent.1251', 'VTE_VERSION': '5402', 'GDMSESSION':
'lightdm-xsession', 'XDG_SEAT_PATH': '/org/freedesktop/DisplayManager/Seat0',
u'CONFIG_GUESS': u'x86_64-pc-linux-gnu', 'XDG_SESSION_ID': '2',
'DBUS_SESSION_BUS_ADDRESS': 'unix:path=/run/user/1000/bus', '_': './mach',
'MACH': u'1', 'DESKTOP_SESSION': 'lightdm-xsession', 'XDG_CONFIG_DIRS':
'/etc/xdg', 'GTK_MODULES': 'gail:atk-bridge', 'OLDPWD': '/home/shakezula',
'CALIBRE_TEMP_DIR': '/home/shakezula/tmp/', 'XDG_DATA_DIRS':
'/usr/share/xfce4:/usr/local/share/:/usr/share/:/usr/share', 'PWD':
'/home/shakezula/Work/Firefox/mozilla-central', 'MACH_MAIN_PID': '26789',
'XDG_MENU_PREFIX': 'xfce-', 'LS_COLORS':
'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:',
'USER': 'shakezula'}
0:14.89 Elapsed: 13.68s; From dist/include: Kept 6053 existing; Added/updated
0; Removed 0 files and 0 directories.
0:15.07 Elapsed: 0.03s; From dist/public: Kept 0 existing; Added/updated 0;
Removed 0 files and 0 directories.
0:15.20 Elapsed: 0.01s; From dist/private: Kept 0 existing; Added/updated 0;
Removed 0 files and 0 directories.
0:15.46 Elapsed: 0.13s; From dist/xpi-stage: Kept 88 existing; Added/updated
0; Removed 0 files and 0 directories.
0:17.30 Elapsed: 1.71s; From _tests: Kept 1194 existing; Added/updated 0;
Removed 0 files and 0 directories.
0:25.16 Elapsed: 7.73s; From dist/bin: Kept 2717 existing; Added/updated 0;
Removed 0 files and 0 directories.
0:25.22 ./buildid.h.stub
0:25.61 ./source-repo.h.stub
0:28.96 build/application.ini.stub
0:29.13 build/application.ini.h.stub
0:31.70 toolkit/library/rust/force-cargo-library-build
0:49.29 Finished dev [optimized + debuginfo] target(s) in 17.29s
0:49.53 toolkit/crashreporter/rust/force-cargo-host-library-build
0:51.28 Finished dev [optimized + debuginfo] target(s) in 1.74s
0:51.44 testing/geckodriver/force-cargo-program-build
0:54.50 Finished dev [optimized + debuginfo] target(s) in 3.05s
1:00.32 security/sandbox/common
1:27.49 In file included from Unified_cpp_sandbox_common0.cpp:11:
1:27.50
/home/shakezula/Work/Firefox/mozilla-central/security/sandbox/common/test/SandboxTest.cpp:48:21:
error: no member named 'SendInitSandboxTesting' in 'mozilla::gfx::GPUChild'
1:27.50 Unused <<
aActor->SendInitSandboxTesting(std::move(sandboxTestingChildEnd));
1:27.50 ~~~~~~ ^
1:27.50
/home/shakezula/Work/Firefox/mozilla-central/security/sandbox/common/test/SandboxTest.cpp:82:40:
note: in instantiation of function template specialization
'mozilla::InitializeSandboxTestingActors<mozilla::gfx::GPUChild>' requested here
1:27.50 mSandboxTestingParents[type] =
InitializeSandboxTestingActors(gpuChild);
1:27.50 ^
1:27.57 1 error generated.
1:27.68 make[4]: ***
[/home/shakezula/Work/Firefox/mozilla-central/config/rules.mk:746:
Unified_cpp_sandbox_common0.o] Error 1
1:27.68 make[3]: ***
[/home/shakezula/Work/Firefox/mozilla-central/config/recurse.mk:74:
security/sandbox/common/target-objects] Error 2
1:27.68 make[2]: ***
[/home/shakezula/Work/Firefox/mozilla-central/config/recurse.mk:34: compile]
Error 2
1:27.68 make[1]: ***
[/home/shakezula/Work/Firefox/mozilla-central/config/rules.mk:394: default]
Error 2
1:27.68 make: *** [client.mk:125: build] Error 2
1:27.68 172 compiler warnings present.
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds