Coder Social home page Coder Social logo

Terminal Size under illumos / SunOS about pb HOT 15 CLOSED

 avatar commented on July 17, 2024
Terminal Size under illumos / SunOS

from pb.

Comments (15)

cheggaaa avatar cheggaaa commented on July 17, 2024

Build header changed 28269e1
Try to update package and tell whether it helped.

from pb.

 avatar commented on July 17, 2024

I updated and now:

github.com/cheggaaa/pb

cheggaaa/pb/pb_nix.go:26: undefined: syscall.SYS_IOCTL

from pb.

cheggaaa avatar cheggaaa commented on July 17, 2024

Hm... Can you try example from this package https://github.com/olekukonko/ts ?
Works or throw same error?

from pb.

 avatar commented on July 17, 2024

Same problem
olekukonko/ts/ts_x.go:19: undefined: syscall.SYS_IOCTL

from pb.

 avatar commented on July 17, 2024

When i use +build sunos,
it's ok.
But with pb, same problem:
./pb.go:178: undefined: terminalWidth

from pb.

cheggaaa avatar cheggaaa commented on July 17, 2024

You add +build sunos in ts_x.go ?
How looks your runtime variables?
fmt.Printf("Os:\t%s\nArch:\t%s\nComp:\t%s\n", runtime.GOOS, runtime.GOARCH, runtime.Compiler)

from pb.

 avatar commented on July 17, 2024

Yes, i used +build sunos in ts_go.go and no problem during the build.

This is the output of runtime variables:
Os: solaris
Arch: amd64
Comp: gc

from pb.

cheggaaa avatar cheggaaa commented on July 17, 2024

In ts_x.go? (ts_go.go not exists)

from pb.

 avatar commented on July 17, 2024

yes sorry.
ts_x.go

from pb.

cheggaaa avatar cheggaaa commented on July 17, 2024

Try to replace header in pb_nix.go to:
// +build !windows sunos
works?

from pb.

 avatar commented on July 17, 2024

no:
./ts_x.go:18: undefined: syscall.SYS_IOCTL

If you want, i can give you a ssh account on my test server

from pb.

cheggaaa avatar cheggaaa commented on July 17, 2024

yes, it will be easier

from pb.

 avatar commented on July 17, 2024

Can you give me an email adress please to send you the user/passwd ? :)

from pb.

cheggaaa avatar cheggaaa commented on July 17, 2024

.

from pb.

cheggaaa avatar cheggaaa commented on July 17, 2024

sys_ioctl constant replaced for solaris and all works well!

from pb.

Related Issues (20)

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.