therealglazou / bluegriffon

BlueGriffon, the Web editor
Mozilla Public License 2.0
294 stars 71 forks source link

./mach build failed #105

Open oneno opened 2 years ago

oneno commented 2 years ago

mach_build_error.txt

dchmelik commented 2 years ago

I don't even see mach in the sourcecode directory/folder...

nater1983 commented 1 year ago

if you follow the build instruction's to build bluegriffon it requires u to download https://github.com/mozilla/gecko-dev/ I am also getting this build error due to trying to make this package for Slackware 15

 0:03.44 checking for autoconf...
 0:03.44 ERROR: Could not find autoconf 2.13
 0:03.46 *** Fix above errors and then restart with\
 0:03.46                "/usr/bin/gmake -f client.mk build"
 0:03.46 gmake: *** [client.mk:383: configure] Error 1
Error running mach:

    ['build']

The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.

You should consider filing a bug for this issue.

If filing a bug, please include the full output of mach, including this error
message.

The details of the failure are as follows:

IOError: poll() gave POLLNVAL or POLLERR

  File "/tmp/SBo/bluegriffon-source/python/mozbuild/mozbuild/mach_commands.py", line 470, in build
    monitor.finish(record_usage=status==0)
  File "/tmp/SBo/bluegriffon-source/python/mozbuild/mozbuild/mach_commands.py", line 240, in __exit__
    self.monitor.stop_resource_recording()
  File "/tmp/SBo/bluegriffon-source/python/mozbuild/mozbuild/controller/building.py", line 243, in stop_resource_recording
    self.resources.stop()
  File "/tmp/SBo/bluegriffon-source/testing/mozbase/mozsystemmonitor/mozsystemmonitor/resourcemonitor.py", line 304, in stop
    while self._pipe.poll(1.0):
root@Dad:/mnt/www/repository.N4t3R/bluegriffon# autoconf --version
autoconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.
root@Dad:/mnt/www/repository.N4t3R/bluegriffon# 
asmamessaadi commented 1 year ago

I have the same issue :(( on Ubuntu