Code Monkey home page Code Monkey logo

Comments (3)

cznic avatar cznic commented on July 24, 2024

Progress hits another bug:

$ make
Making all in src
make[1]: Entering directory '/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/src'
  GEN      xproto.c
  GEN      bigreq.c
  GEN      xc_misc.c
  GEN      composite.c
  GEN      damage.c
  GEN      dpms.c
  GEN      dri2.c
  GEN      dri3.c
  GEN      present.c
  GEN      glx.c
  GEN      randr.c
  GEN      record.c
  GEN      render.c
  GEN      res.c
  GEN      screensaver.c
  GEN      shape.c
  GEN      shm.c
  GEN      sync.c
  GEN      xevie.c
  GEN      xf86dri.c
  GEN      xfixes.c
  GEN      xinerama.c
  GEN      xinput.c
  GEN      xkb.c
  GEN      xprint.c
  GEN      xselinux.c
  GEN      xtest.c
  GEN      xv.c
  GEN      xvmc.c
make  all-am
make[2]: Entering directory '/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/src'
  CC       xcb_conn.lo
  CC       xcb_out.lo
  CC       xcb_in.lo
  CC       xcb_ext.lo
  CC       xcb_xid.lo
  CC       xcb_list.lo
  CC       xcb_util.lo
  CC       xcb_auth.lo
  CC       xproto.lo
  CC       bigreq.lo
  CC       xc_misc.lo
  CCLD     libxcb.la
99c: virtual.LoadMain: "": unexpected "tokEOF" ("")
goroutine 1 [running]:
runtime/debug.Stack(0xc421138bf8, 0x677920, 0xc420c696c0)
	/home/jnml/go/src/runtime/debug/stack.go:24 +0xa7
github.com/cznic/virtual.LoadMain.func1(0xc42113b970)
	/home/jnml/src/github.com/cznic/virtual/loader.go:2599 +0x6e
panic(0x677920, 0xc420c696c0)
	/home/jnml/go/src/runtime/panic.go:491 +0x283
github.com/cznic/ir.TypeCache.MustType(0xc420d4e3f0, 0x0, 0xc420d4e810, 0x0)
	/home/jnml/src/github.com/cznic/ir/type.go:607 +0x159
github.com/cznic/virtual.(*loader).loadFunctionDefinition(0xc420d7a000, 0x0, 0x815880)
	/home/jnml/src/github.com/cznic/virtual/loader.go:885 +0xa6
github.com/cznic/virtual.(*loader).load(0xc420d7a000, 0x49a, 0x500)
	/home/jnml/src/github.com/cznic/virtual/loader.go:2509 +0x15d1
github.com/cznic/virtual.LoadMain(0xc420c9e000, 0x49a, 0x500, 0x0, 0x0, 0x0)
	/home/jnml/src/github.com/cznic/virtual/loader.go:2605 +0x80
main.(*task).main(0xc42113be80, 0x0, 0x0)
	/home/jnml/src/github.com/cznic/99c/main.go:514 +0x19a7
main.main()
	/home/jnml/src/github.com/cznic/99c/main.go:52 +0x151

Makefile:934: recipe for target 'libxcb.la' failed
make[2]: *** [libxcb.la] Error 1
make[2]: Leaving directory '/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/src'
Makefile:771: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/src'
Makefile:788: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

from 99c.

cznic avatar cznic commented on July 24, 2024

Progress:

$ make
Making all in src
make[1]: Entering directory '/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/src'
  GEN      xproto.c
  GEN      bigreq.c
  GEN      xc_misc.c
  GEN      composite.c
  GEN      damage.c
  GEN      dpms.c
  GEN      dri2.c
  GEN      dri3.c
  GEN      present.c
  GEN      glx.c
  GEN      randr.c
  GEN      record.c
  GEN      render.c
  GEN      res.c
  GEN      screensaver.c
  GEN      shape.c
  GEN      shm.c
  GEN      sync.c
  GEN      xevie.c
  GEN      xf86dri.c
  GEN      xfixes.c
  GEN      xinerama.c
  GEN      xinput.c
  GEN      xkb.c
  GEN      xprint.c
  GEN      xselinux.c
  GEN      xtest.c
  GEN      xv.c
  GEN      xvmc.c
make  all-am
make[2]: Entering directory '/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/src'
  CC       xcb_conn.lo
  CC       xcb_out.lo
  CC       xcb_in.lo
  CC       xcb_ext.lo
  CC       xcb_xid.lo
  CC       xcb_list.lo
  CC       xcb_util.lo
  CC       xcb_auth.lo
  CC       xproto.lo
  CC       bigreq.lo
  CC       xc_misc.lo
  CCLD     libxcb.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       composite.lo
  CCLD     libxcb-composite.la
99c: fatal error: unrecognized file type: ./.libs/libxcb.so
Makefile:856: recipe for target 'libxcb-composite.la' failed
make[2]: *** [libxcb-composite.la] Error 1
make[2]: Leaving directory '/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/src'
Makefile:771: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/src'
Makefile:788: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
jnml@r550:~/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12$ 

from 99c.

cznic avatar cznic commented on July 24, 2024

With e56e456:

jnml@4670:~/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12$ make
Making all in src
make[1]: Vstupuje se do adresáře „/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/src“
  GEN      xproto.c
  GEN      bigreq.c
  GEN      xc_misc.c
  GEN      composite.c
  GEN      damage.c
  GEN      dpms.c
  GEN      dri2.c
  GEN      dri3.c
  GEN      present.c
  GEN      glx.c
  GEN      randr.c
  GEN      record.c
  GEN      render.c
  GEN      res.c
  GEN      screensaver.c
  GEN      shape.c
  GEN      shm.c
  GEN      sync.c
  GEN      xevie.c
  GEN      xf86dri.c
  GEN      xfixes.c
  GEN      xinerama.c
  GEN      xinput.c
  GEN      xkb.c
  GEN      xprint.c
  GEN      xselinux.c
  GEN      xtest.c
  GEN      xv.c
  GEN      xvmc.c
make  all-am
make[2]: Vstupuje se do adresáře „/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/src“
  CC       xcb_conn.lo
  CC       xcb_out.lo
  CC       xcb_in.lo
  CC       xcb_ext.lo
  CC       xcb_xid.lo
  CC       xcb_list.lo
  CC       xcb_util.lo
  CC       xcb_auth.lo
  CC       xproto.lo
  CC       bigreq.lo
  CC       xc_misc.lo
  CCLD     libxcb.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       composite.lo
  CCLD     libxcb-composite.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       damage.lo
  CCLD     libxcb-damage.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       dpms.lo
  CCLD     libxcb-dpms.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       dri2.lo
  CCLD     libxcb-dri2.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       present.lo
  CCLD     libxcb-present.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       glx.lo
  CCLD     libxcb-glx.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       randr.lo
  CCLD     libxcb-randr.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       record.lo
  CCLD     libxcb-record.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       render.lo
  CCLD     libxcb-render.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       res.lo
  CCLD     libxcb-res.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       screensaver.lo
  CCLD     libxcb-screensaver.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       shape.lo
  CCLD     libxcb-shape.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       shm.lo
  CCLD     libxcb-shm.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       sync.lo
  CCLD     libxcb-sync.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       xf86dri.lo
  CCLD     libxcb-xf86dri.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       xfixes.lo
  CCLD     libxcb-xfixes.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       xinerama.lo
  CCLD     libxcb-xinerama.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       xkb.lo
  CCLD     libxcb-xkb.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       xtest.lo
  CCLD     libxcb-xtest.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       xv.lo
  CCLD     libxcb-xv.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       xvmc.lo
  CCLD     libxcb-xvmc.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Opouští se adresář „/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/src“
make[1]: Opouští se adresář „/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/src“
Making all in tests
make[1]: Vstupuje se do adresáře „/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/tests“
make[2]: Vstupuje se do adresáře „/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/tests“
make[2]: Pro „all-am“ nebude nic uděláno.
make[2]: Opouští se adresář „/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/tests“
make[1]: Opouští se adresář „/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/tests“
Making all in doc
make[1]: Vstupuje se do adresáře „/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/doc“
make[1]: Pro „all“ nebude nic uděláno.
make[1]: Opouští se adresář „/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/doc“
Making all in man
make[1]: Vstupuje se do adresáře „/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/man“
  GEN      xcb-examples.3
  GEN      xcb-requests.3
make[1]: Opouští se adresář „/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12/man“
make[1]: Vstupuje se do adresáře „/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12“
make[1]: Pro „all-am“ nebude nic uděláno.
make[1]: Opouští se adresář „/home/jnml/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12“
jnml@4670:~/src/github.com/cznic/tmp/99c/xcb/libxcb-1.12$ 

from 99c.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.