Git Product home page Git Product logo

Comments (9)

philipcmonk avatar philipcmonk commented on May 31, 2024

Comment by johncburnham
Sunday Sep 29, 2013 at 06:57 GMT


Correction: bug does not appear on OSX 10.8.4. Changed title to reflect that.

from urbit.

philipcmonk avatar philipcmonk commented on May 31, 2024

Comment by cgyarvin
Sunday Sep 29, 2013 at 07:01 GMT


I'm on 10.7.5 and I don't see it.

On Sat, Sep 28, 2013 at 11:57 PM, johncburnham [email protected]:

Correction: bug does not appear on OSX 10.8.4. Changed title to reflect
that.


Reply to this email directly or view it on GitHubhttps://github.com//issues/35#issuecomment-25315499
.

from urbit.

philipcmonk avatar philipcmonk commented on May 31, 2024

Comment by cgyarvin
Sunday Sep 29, 2013 at 07:03 GMT


What's interesting about this bug is that if you look at the location, line
487 in %clay, you see a card %deem which I thought I wasn't using, and
which grep can't seem to find me using either. I don't think it has
anything to do with libuv etc. I think it's ours... but a very strange one.

On Sat, Sep 28, 2013 at 11:41 PM, johncburnham [email protected]:

After building:

johns-imac:urbit johnburnham$ bin/vere -c pierone
vere: urbit home is /Users/johnburnham/Desktop/urbit-master/urb
loom: mapped 1024MB
time: ~2013.9.29..06.38.42..72de
ames: on localhost, UDP 54117.
http: live on 8082
generating 2048-bit RSA pair...
saving passcode in /Users/johnburnham/.urbit/~habpem-tognul.txt
(for real security, write it down and delete the file...)
! /~zod/arvo/~2013.8.17..05.13.56..0492/clay/:<[487 5].[599 7]>
! /~zod/arvo/~2013.8.17..05.13.56..0492/clay/:<[487 9].[487 33]>
! /~zod/arvo/~2013.8.17..05.13.56..0492/clay/:<[487 15].[487 32]>
! exit
~fospex-hapnel-tamted-rammus--riddur-difpec-binfyl-nosnys/try=>

which just hangs.

Completely deleted my urbit directory and downloaded fresh from GH. Looks
like a bug in libuv or in our makefile. make output attached.

Basically just lots of warnings of the form:

src/unix/uv-dtrace.h:42:42: warning: '$' in identifier
[-Wdollar-in-identifier-extension]
extern void _dtrace_probe$uv$tick_start$v1$766f6964202a$696e74(const void
*, int);

Details here:
https://groups.google.com/forum/#!topic/urbit-dev/aFIf8DajwGQ


Reply to this email directly or view it on GitHubhttps://github.com//issues/35
.

from urbit.

philipcmonk avatar philipcmonk commented on May 31, 2024

Comment by johncburnham
Sunday Sep 29, 2013 at 07:07 GMT


But during make, why all those $ in identifier compiler warnings? Those
don't appear when I build on OSX 10.8.4.

Regardless, running a software update and seeing if that changes anything.

On Sun, Sep 29, 2013 at 3:03 AM, cgyarvin [email protected] wrote:

What's interesting about this bug is that if you look at the location,
line
487 in %clay, you see a card %deem which I thought I wasn't using, and
which grep can't seem to find me using either. I don't think it has
anything to do with libuv etc. I think it's ours... but a very strange
one.

On Sat, Sep 28, 2013 at 11:41 PM, johncburnham [email protected]:

After building:

johns-imac:urbit johnburnham$ bin/vere -c pierone
vere: urbit home is /Users/johnburnham/Desktop/urbit-master/urb
loom: mapped 1024MB
time: ~2013.9.29..06.38.42..72de
ames: on localhost, UDP 54117.
http: live on 8082
generating 2048-bit RSA pair...
saving passcode in /Users/johnburnham/.urbit/~habpem-tognul.txt
(for real security, write it down and delete the file...)
! /~zod/arvo/~2013.8.17..05.13.56..0492/clay/:<[487 5].[599 7]>
! /~zod/arvo/~2013.8.17..05.13.56..0492/clay/:<[487 9].[487 33]>
! /~zod/arvo/~2013.8.17..05.13.56..0492/clay/:<[487 15].[487 32]>
! exit
~fospex-hapnel-tamted-rammus--riddur-difpec-binfyl-nosnys/try=>

which just hangs.

Completely deleted my urbit directory and downloaded fresh from GH.
Looks
like a bug in libuv or in our makefile. make output attached.

Basically just lots of warnings of the form:

src/unix/uv-dtrace.h:42:42: warning: '$' in identifier
[-Wdollar-in-identifier-extension]
extern void _dtrace_probe$uv$tick_start$v1$766f6964202a$696e74(const
void
*, int);

Details here:
https://groups.google.com/forum/#!topic/urbit-dev/aFIf8DajwGQ


Reply to this email directly or view it on GitHub<
https://github.com/urbit/urbit/issues/35>
.


Reply to this email directly or view it on GitHubhttps://github.com//issues/35#issuecomment-25315560
.

from urbit.

philipcmonk avatar philipcmonk commented on May 31, 2024

Comment by cgyarvin
Sunday Sep 29, 2013 at 07:08 GMT


That's some libuv weirdness related to the warning set. Of no importance
at all.

On Sun, Sep 29, 2013 at 12:07 AM, johncburnham [email protected]:

But during make, why all those $ in identifier compiler warnings? Those
don't appear when I build on OSX 10.8.4.

Regardless, running a software update and seeing if that changes anything.

On Sun, Sep 29, 2013 at 3:03 AM, cgyarvin [email protected]
wrote:

What's interesting about this bug is that if you look at the location,
line
487 in %clay, you see a card %deem which I thought I wasn't using, and
which grep can't seem to find me using either. I don't think it has
anything to do with libuv etc. I think it's ours... but a very strange
one.

On Sat, Sep 28, 2013 at 11:41 PM, johncburnham [email protected]:

After building:

johns-imac:urbit johnburnham$ bin/vere -c pierone
vere: urbit home is /Users/johnburnham/Desktop/urbit-master/urb
loom: mapped 1024MB
time: ~2013.9.29..06.38.42..72de
ames: on localhost, UDP 54117.
http: live on 8082
generating 2048-bit RSA pair...
saving passcode in /Users/johnburnham/.urbit/~habpem-tognul.txt
(for real security, write it down and delete the file...)
! /~zod/arvo/~2013.8.17..05.13.56..0492/clay/:<[487 5].[599 7]>
! /~zod/arvo/~2013.8.17..05.13.56..0492/clay/:<[487 9].[487 33]>
! /~zod/arvo/~2013.8.17..05.13.56..0492/clay/:<[487 15].[487 32]>
! exit
~fospex-hapnel-tamted-rammus--riddur-difpec-binfyl-nosnys/try=>

which just hangs.

Completely deleted my urbit directory and downloaded fresh from GH.
Looks
like a bug in libuv or in our makefile. make output attached.

Basically just lots of warnings of the form:

src/unix/uv-dtrace.h:42:42: warning: '$' in identifier
[-Wdollar-in-identifier-extension]
extern void _dtrace_probe$uv$tick_start$v1$766f6964202a$696e74(const
void
*, int);

Details here:
https://groups.google.com/forum/#!topic/urbit-dev/aFIf8DajwGQ


Reply to this email directly or view it on GitHub<
https://github.com/urbit/urbit/issues/35>
.


Reply to this email directly or view it on GitHub<
https://github.com/urbit/urbit/issues/35#issuecomment-25315560>
.


Reply to this email directly or view it on GitHubhttps://github.com//issues/35#issuecomment-25315600
.

from urbit.

philipcmonk avatar philipcmonk commented on May 31, 2024

Comment by cdcarter
Sunday Sep 29, 2013 at 07:10 GMT


The warnings are unrelated, I am almost sure of. Newer libuv Makefiles suppress that specific warning on OSX.

from urbit.

philipcmonk avatar philipcmonk commented on May 31, 2024

Comment by johncburnham
Sunday Sep 29, 2013 at 07:24 GMT


Yup. Nothing to do with libuv. It's an improperly set $URBIT_HOME that does it.

from urbit.

philipcmonk avatar philipcmonk commented on May 31, 2024

Comment by cgyarvin
Sunday Sep 29, 2013 at 07:44 GMT


What was it set to?

On Sun, Sep 29, 2013 at 12:24 AM, johncburnham [email protected]:

Yup. Nothing to do with libuv. It's an improperly set $URBIT_HOME that
does it.


Reply to this email directly or view it on GitHubhttps://github.com//issues/35#issuecomment-25315778
.

from urbit.

philipcmonk avatar philipcmonk commented on May 31, 2024

Comment by johncburnham
Sunday Sep 29, 2013 at 07:50 GMT


It was URBIT_HOME=/Users/johnburnham/Desktop/urbit-master/urb

Should have been URBIT_HOME=/Users/johnburnham/urbit/urb

File here: https://groups.google.com/d/msg/urbit-dev/aFIf8DajwGQ/I6QrB49REc0J

from urbit.

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.