[Bug 148454]

2011-11-23 Thread Ionut Biru
(In reply to comment #31) BTW, if somebody cares enough: this bug could be fixed properly now as Kay's patch got merged into .38. There's now a file /sys/class/tty/tty0/active which you can read to get the current VT. And you can poll() for it and will get POLLPRI every time the VT changes.

[Bug 862480] Re: soup_socket_is_ssl crashes g-c-c

2011-10-12 Thread Ionut Biru
it was reported upstream? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/862480 Title: soup_socket_is_ssl crashes g-c-c To manage notifications about this bug go to:

[Bug 740815]

2011-07-19 Thread Ionut Biru
i'm sorry for posting this issue in here but i don't know where to do it. mongodb needs utf8 support in js and i had to add -DJS_C_STRINGS_ARE_UTF8 to CXXFLAGS. Can you enable this default or add an option in configure, like --enable-utf8 in the next release? -- You received this bug

[Bug 740815]

2011-07-19 Thread Ionut Biru
i'm sorry for posting this issue in here but i don't know where to do it. mongodb needs utf8 support in js and i had to add -DJS_C_STRINGS_ARE_UTF8 to CXXFLAGS. Can you enable this default or add an option in configure, like --enable-utf8 in the next release? -- You received this bug

[Bug 740815]

2011-04-11 Thread Ionut Biru
yes. that works fine -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to gwt in Ubuntu. https://bugs.launchpad.net/bugs/740815 Title: [FFe] Updates to enable us to drop xulrunner from main -- Ubuntu-server-bugs mailing list

[Bug 740815]

2011-04-11 Thread Ionut Biru
yes. that works fine -- 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 list ubuntu-bugs@lists.ubuntu.com

[Bug 740815]

2011-04-10 Thread Ionut Biru
@Wesley the symlinks are created in the wrong way. lrwxrwxrwx root/root 0 2011-04-09 10:55 usr/lib/libmozjs185.so.1.0 - /build/pkg//usr/lib/libmozjs185.so.1.0.0 lrwxrwxrwx root/root 0 2011-04-09 10:55 usr/lib/libmozjs185.so - /build/pkg//usr/lib/libmozjs185.so.1.0 -rwxr-xr-x

[Bug 740815]

2011-04-10 Thread Ionut Biru
Wesley: i did ./configure --prefix=/usr make make DESTDIR=/build/pkg install in Makefile.in you have on line: 891 ln -s $(SHLIB_EXACT_VER) $(SHLIB_ABI_VER) 892 ln -s $(SHLIB_ABI_VER) $(SHLIB_ANY_VER) where: 870 # Generic Unix / Linux 871 SHLIB_ANY_VER :=

[Bug 740815]

2011-04-10 Thread Ionut Biru
@Wesley the symlinks are created in the wrong way. lrwxrwxrwx root/root 0 2011-04-09 10:55 usr/lib/libmozjs185.so.1.0 - /build/pkg//usr/lib/libmozjs185.so.1.0.0 lrwxrwxrwx root/root 0 2011-04-09 10:55 usr/lib/libmozjs185.so - /build/pkg//usr/lib/libmozjs185.so.1.0 -rwxr-xr-x

[Bug 740815]

2011-04-10 Thread Ionut Biru
Wesley: i did ./configure --prefix=/usr make make DESTDIR=/build/pkg install in Makefile.in you have on line: 891 ln -s $(SHLIB_EXACT_VER) $(SHLIB_ABI_VER) 892 ln -s $(SHLIB_ABI_VER) $(SHLIB_ANY_VER) where: 870 # Generic Unix / Linux 871 SHLIB_ANY_VER :=