tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gobject-introspection build failure



I just got this in my test-build pbulk environment:

  GISCAN GObject-2.0.gir
  GISCAN GModule-2.0.gir
Traceback (most recent call last):
  File "./g-ir-scanner", line 46, in <module>
    sys.exit(scanner_main(sys.argv))
  File "./giscanner/scannermain.py", line 404, in scanner_main
    transformer = create_transformer(namespace, options)
  File "./giscanner/scannermain.py", line 297, in create_transformer
    transformer.register_include(include_obj)
  File "./giscanner/transformer.py", line 131, in register_include
    self._parse_include(filename)
  File "./giscanner/transformer.py", line 205, in _parse_include
    self._cachestore.store(filename, parser)
  File "./giscanner/cachestore.py", line 169, in store
    shutil.move(tmp_filename, store_filename)
  File "/home/pkgbulk/b/pkg/lib/python2.7/shutil.py", line 299, in move
    copy2(src, real_dst)
  File "/home/pkgbulk/b/pkg/lib/python2.7/shutil.py", line 129, in copy2
    copystat(src, dst)
  File "/home/pkgbulk/b/pkg/lib/python2.7/shutil.py", line 98, in copystat
    os.utime(dst, (st.st_atime, st.st_mtime))
OSError: [Errno 2] No such file or directory: 
'/home/pkgbulk/c/obj/devel/gobject-introspection/work/.home/.cache/g-ir-scanner/0a47aa95823c95a0b5d1bd610b60d02f35785f26'
gmake[2]: *** [GObject-2.0.gir] Error 1

Is this just a MAKE_JOBS issue or is it deeper than that? And why is
it using the .home directory?

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index