Public bug reported:
* What you're doing and what's happening: launching bash from a user
whose name includes a space breaks /etc/profile.d/wsl-integration.sh
* What's wrong / what should be happening instead:
> PS C:\Users\Jack Troughton\git\dcp-jason> bash
> -bash: [: /mnt/c/Users/Jack: binar
Ionut, -DJS_C_STRINGS_ARE_UTF8 is not the best way to access that
feature, it is deprecated (but still functional) after JS 1.7.0.
Instead please invoke JS_SetCStringsAreUTF8() before your first call to
JS_InitRuntime().
https://developer.mozilla.org/en/JS_CStringsAreUTF8
Wes
--
You received t
Thanks - I'll be sure to roll that into the next release.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740815
Title:
[FFe] Updates to enable us to drop xulrunner from main
--
ubuntu-bugs mailing
Interesting, that is not a configuration I've tested but I will add it
to my (very short) list for the next release.
In the meantime, I think you can change 891 and 892 of Makefile.in like
this to achieve the desired outcome:
891 ln -s $(notdir $(SHLIB_EXACT_VER)) $(SHLIB_ABI_VER)
892
Ionut;
I think you did
# ./configure --prefix=/build/pkg/usr/
# make && make install
and then wanted to move/copy the links that were made, but they were
absolute rather than relative links, so this did not work?
If I understand correctly, I can fix this in the next release, or
perhaps a point r
We officially published last night --
http://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.gz
https://developer.mozilla.org/En/SpiderMonkey/1.8.5
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740
Chris -- argh, thanks for catching the js-config bug. I'll be cutting a
new release to address that specific issue RSN.
Thanks also for your SONAME patch: that's something I don't have a lot
of experience with.
Mike -- I named the library libmozjs185.so rather than libmozjs.so
specifically becau
Colin -- I checked in "configure" in purpose - it's part of the source
tarball (which is what that repo tracks). The idea is to eliminate
autoconf-2.13 as a dependency for projects embedding SpiderMonkey and
building from (or incorporating) the source tarball.
--
You received this bug notificati