[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-06-25 Thread Saikrishna Arcot
Debian isn't affected because they build any arch-independent packages separately from arch-dependent packages. Ubuntu, on the other hand, builds arch-independent packages along with the amd64 build. This combination is messing up the build for openjfx because of how the rules are defined. --

[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-05-28 Thread Saikrishna Arcot
This is a debdiff to fix this issue by not overwriting the build.gradle file when building arch-independent packages alongside the arch- dependent packages. It has been tested in sbuild building both the arch- dependent and arch-independent packages for Focal. ** Patch added:

[Bug 1877000] Re: libjfxwebkit not present in the package for Focal amd64

2020-05-28 Thread Saikrishna Arcot
The issue has to deal with how the package is build. Both arch-dependent and arch-independent packages are built for amd64 now. However, the build rule for arch-independent messes up the build for arch-dependent (i.e. the part that libjniwebkit belongs to). -- You received this bug notification

[Bug 720686] Re: Only www-data can use pwauth

2020-05-27 Thread Saikrishna Arcot
** Bug watch added: Debian Bug tracker #572492 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572492 ** Also affects: pwauth (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572492 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 579846] Re: Missing setuid permission on pwauth

2020-05-27 Thread Saikrishna Arcot
** Bug watch added: Debian Bug tracker #615027 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615027 ** Also affects: pwauth (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615027 Importance: Unknown Status: Unknown ** Changed in: pwauth (Ubuntu) Status:

[Bug 1845671] [NEW] Rebuilding Bionic's version of openscenegraph-3.4 3.4.1+dfsg1-3 for i386 results in different symbols

2019-09-27 Thread Saikrishna Arcot
Public bug reported: Doing a rebuild today of openscenegraph-3.4 3.4.1+dfsg1-3 for i386 Bionic results in different symbol names being available now compared to when the package was built. This leads to errors in compiling new software today for i386 Bionic, where the new software is expecting

[Bug 1424201] Re: Web browsers lacking hardware-accelerated video decoding

2019-04-03 Thread Saikrishna Arcot
There are snap packages in Ubuntu that enable hardware video acceleration. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1424201 Title: Web browsers lacking hardware-accelerated video decoding To

[Bug 1371274] Re: Unable to use the widevine plugin with Chromium

2018-01-23 Thread Saikrishna Arcot
*** This bug is a duplicate of bug 1652110 *** https://bugs.launchpad.net/bugs/1652110 armhf is not building in my PPAs, so I can't test whether it's working in my setup on that version. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1667680] Re: package chromium-browser 53.0.2785.143-0ubuntu0.14.04.1.1145 [origin: Ubuntu] failed to install/upgrade: tentative de remplacement de « /usr/lib/chromium-browser/libs/libffmpeg.so »,

2017-02-25 Thread Saikrishna Arcot
Because I can't fix this for Trusty, you will need to manually uninstall the current chromium-browser package and reinstall it: sudo apt remove chromium-browser chromium-codecs-ffmpeg-extra sudo apt install chromium-browser ** Changed in: chromium-browser (Ubuntu) Status: New => Confirmed

[Bug 1596277] Re: fgfs crashed with SIGSEGV

2016-06-26 Thread Saikrishna Arcot
Can you describe what you were doing prior to the crash? Were you starting up flightgear, flying, or exiting flightgear? Also, can you upload the .crash file? The file should be in /var/crash/, and the name should start with _usr_games_fgfs. ** Changed in: flightgear (Ubuntu) Status:

[Bug 1371274] Re: Unable to use the widevine plugin with Chromium

2016-06-10 Thread Saikrishna Arcot
If it was installed as part of the package, then removing the package will remove the files. Updating the package will also remove the files (if the new package has a file with the same name, then it will replace the file). -- You received this bug notification because you are a member of Ubuntu

[Bug 1371274] Re: Unable to use the widevine plugin with Chromium

2016-06-10 Thread Saikrishna Arcot
I know you can get the Widevine files for x86_64, but I don't think you can get it for armv7 (unless you extract it from the ChromeOS recovery image). My PPA version shouldn't have the widevine files installed. If it does by some chance, then it'll only be stub files that will do nothing. --

[Bug 1588282] Re: flightgear tutorial doesn't start at airport

2016-06-02 Thread Saikrishna Arcot
You might need to either download the scenery for the area beforehand or use Terrasync to have Flightgear automatically download the scenery. In this version of Flightgear, the default scenery provided is for the Barcelona area. -- You received this bug notification because you are a member of

[Bug 1577724] Re: NM doesn't sets the DNS properly, forces local dnsmasq as a resolver

2016-05-29 Thread Saikrishna Arcot
I believe this is by design. NetworkManager starts up a dnsmasq instance that then uses the DNS servers provided by the DHCP server to resolve queries. This is so that dnsmasq acts as a DNS caching application. If you run tcpdump or wireshark to log DNS queries made, you should see that the DNS

[Bug 1568223] Re: gnucash depends on libgnome-keyring0

2016-05-23 Thread Saikrishna Arcot
** Also affects: gnucash (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1568223 Title: gnucash depends on libgnome-keyring0 To manage

[Bug 1581029] Re: Running BOINC without an X-server (or with PrivateTmp=true in the service file) results in a crash

2016-05-20 Thread Saikrishna Arcot
Also verified that this fixes the bug (version 7.6.31+dfsg-6ubuntu). LocutusOfBorg, thanks for doing the update into Yakkety and the SRU into Xenial. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1581029] [NEW] Running BOINC without an X-server (or with PrivateTmp=true in the service file) results in a crash

2016-05-12 Thread Saikrishna Arcot
Public bug reported: When running BOINC without an X-server, or under systemd with PrivateTmp set to true, a crash occurs (after about 5 minutes). This is because the idle detection code is trying to open /tmp/.X11-unix, and the error case (the case where the directory doesn't exist or isn't

[Bug 1462647] Re: Native Client (NaCl) not working in Chromium Dev

2016-04-28 Thread Saikrishna Arcot
Native Client is currently not being built, due to issues with the build system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1462647 Title: Native Client (NaCl) not working in Chromium Dev To

[Bug 1511154] Re: xdg-settings set fails with status 2 because of a small glitch

2016-03-22 Thread Saikrishna Arcot
** Description changed: + (Existing description has been broken up into sections.) + + [Impact] + The first user-facing symptom: Google Chrome stable is correctly set as the default browser in System Settings / Details / Default Applications as well as in update-alternatives

[Bug 1512429] Re: Clementine and Exaile are crashing when trying to play aac (.m4a) files

2015-11-24 Thread Saikrishna Arcot
Anything using libfaad.so from this package to play AAC files has this problem, so it's not restricted to Clementine and Exaile. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512429 Title:

[Bug 1512429] Re: Clementine crashes when playing aac (.m4a) files

2015-11-15 Thread Saikrishna Arcot
Stack trace of the relevant section: #0 __stack_chk_fail () at stack_chk_fail.c:28 No locals. #1 0x7fffb81391c2 in gst_faad_set_format (dec=0x7fff88006840, caps=) at gstfaad.c:392 faad = 0x7fff88006840 str = 0x7fffbc072ac0 buf = value =

[Bug 1514630] Re: Chromium DEV - new update disable all GPU optons on FGLRX driver

2015-11-14 Thread Saikrishna Arcot
If vainfo can't load the driver, then Chromium HW acceleration will definitely not work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1514630 Title: Chromium DEV - new update disable all GPU

[Bug 882942] Re: NaCL is missing

2015-11-09 Thread Saikrishna Arcot
Correct. I don't think it's too hard. Getting and adding API keys should take about 15-20 minutes. The steps are outlined in the PPA description, and the process of getting the API keys is outlined at https://www.chromium.org/developers/how-tos/api-keys. In your case, you only need to enable the

[Bug 1514630] Re: Chromium DEV - new update disable all GPU optons on FGLRX driver

2015-11-09 Thread Saikrishna Arcot
Does running "vainfo" in the terminal work? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1514630 Title: Chromium DEV - new update disable all GPU optons on FGLRX driver To manage notifications

[Bug 882942] Re: NaCL is missing

2015-11-08 Thread Saikrishna Arcot
Chromium with Native Client is now working for Trusty and newer on both the Chromium Beta and Dev PPAs. https://launchpad.net/~saiarcot895/+archive/ubuntu/chromium-beta https://launchpad.net/~saiarcot895/+archive/ubuntu/chromium-dev As for the API keys, yes, there are no API keys included in

[Bug 1462647] Re: Native Client (NaCl) not working in Chromium Dev

2015-10-31 Thread Saikrishna Arcot
Chromium with Native Client is now working for Trusty and newer on both the Chromium Beta and Dev PPAs. https://launchpad.net/~saiarcot895/+archive/ubuntu/chromium-beta https://launchpad.net/~saiarcot895/+archive/ubuntu/chromium-dev Also, there is a duplicate of this bug: bug #882942. Should

[Bug 1509139] Re: Shows "Chromium isn't your default browser" since 15.10.

2015-10-31 Thread Saikrishna Arcot
Same on KDE, so this is DE-independent. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509139 Title: Shows "Chromium isn't your default browser" since 15.10. To manage notifications about this bug

[Bug 1509725] [NEW] Some ICMPv6 packets rejected due to rule ordering

2015-10-24 Thread Saikrishna Arcot
Public bug reported: In the default before6.rules file, the following lines: # drop INVALID packets (logs these in loglevel medium and higher) -A ufw6-before-input -m conntrack --ctstate INVALID -j ufw6-logging-deny -A ufw6-before-input -m conntrack --ctstate INVALID -j DROP are present before

[Bug 1371274] Re: Unable to use the widevine plugin with Chromium

2015-08-28 Thread Saikrishna Arcot
Yes, hardware acceleration isn't being activated for some reason. I hoped I found a fix yesterday, but that didn't work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1371274 Title: Unable to use

[Bug 1484517] [NEW] armhf build of gr-iqbal in Vivid failed to upload

2015-08-13 Thread Saikrishna Arcot
Public bug reported: Hi, Due to conflicting file names, the armhf build of gr-iqbal in Vivid built successfully, but failed to upload (or is at least marked as failed to upload). In particular, libgnuradio- iqbalance0_0.37.2-1_armhf.deb, libgnuradio- iqbalance0-dbgsym_0.37.2-1_armhf.ddeb, and

[Bug 1476475] Re: gnuradio doesn't build on armhf due to unneeded dependencies

2015-07-21 Thread Saikrishna Arcot
Thanks Logan! I was thinking I would have to wait for Debian to fix it there, sync it to Ubuntu, and then do the SRU's. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1476475 Title: gnuradio doesn't

[Bug 1476475] [NEW] gnuradio doesn't build on armhf due to unneeded dependencies

2015-07-20 Thread Saikrishna Arcot
Public bug reported: [Impact] The gnuradio package currently has a build dependency on libqwtplot3d- qt4-dev (which is not available for armhf). However, the package doesn't use anything from libqwtplot3d-qt4-dev. Taking that dependency out at least allows gnuradio to build (and most likely

[Bug 1476475] Re: gnuradio doesn't build on armhf due to unneeded dependencies

2015-07-20 Thread Saikrishna Arcot
** Bug watch added: Debian Bug tracker #793075 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793075 ** Also affects: gnuradio (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793075 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 1371274] Re: Unable to use the widevine plugin with Chromium

2015-06-09 Thread Saikrishna Arcot
Posted an answer. :) The widevine files there are compiled for armhf, so these will not work on the Raspberry Pi (but might work on the Raspberry Pi 2). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1371274] Re: Unable to use the widevine plugin with Chromium

2015-06-09 Thread Saikrishna Arcot
Version 44 is needed, because the stubbed Widevine implementation was committed into Chromium hours after version 43 was branched off. On version 43, nothing really gets built. The Widevine implementation is closed-source, so nothing can be done on this side. However, using the widevine libraries

[Bug 1462647] Re: Native Client (NaCl) not working in Chromium Dev

2015-06-08 Thread Saikrishna Arcot
For reference: https://code.google.com/p/nativeclient/issues/detail?id=3954 and https://sites.google.com/a/chromium.org/dev/nativeclient/pnacl/building- pnacl-components-for-distribution-packagers ** Bug watch added: code.google.com/p/nativeclient/issues #3954

[Bug 1462647] Re: Native Client (NaCl) not working in Chromium Dev

2015-06-07 Thread Saikrishna Arcot
Currently, this is intentional, because building the Native Client plugin into Chromium requires the use of a separate toolchain. While the toolchain is open-source, I'm having some trouble building it locally. When I do have it built successfully, I'll include Native Client using that toolchain.

[Bug 1455275] Re: Incorrect SymLink causes build failures in other packages

2015-05-21 Thread Saikrishna Arcot
** Bug watch added: Debian Bug tracker #749576 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749576 ** Also affects: werken.xpath (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749576 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 1162781] Re: bluez package out of date, 5.23 is available in debian sid/jessie

2015-05-19 Thread Saikrishna Arcot
This likely won't be in vivid-backports, since there are many components that depends on bluez and only work with bluez 4. (See also https://blueprints.launchpad.net/ubuntu/+spec/desktop-v-bluez5) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1455275] Re: Incorrect SymLink causes build failures in other packages

2015-05-15 Thread Saikrishna Arcot
** Description changed: + [Impact] + + Due to an incorrect symlink created in the package, using this Java + library with another Java application (or, in this case, building + Gradle) will fail. + + [Test Case] + + The simplest would be to use this library in some way. The only + application

[Bug 1354691] Re: Make KDE library packages multiarch

2015-04-23 Thread Saikrishna Arcot
** Changed in: kde4libs (Ubuntu) Status: New = Incomplete ** Changed in: kde4libs (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1354691 Title:

[Bug 1413203] Re: breeze cursor theme cannot be used for x-cursor-theme

2015-03-30 Thread Saikrishna Arcot
See http://bazaar.launchpad.net/~ubuntu- branches/ubuntu/vivid/breeze/vivid/revision/9 for the actual commit. I'll let someone else update the status to Fix Committed, so that I don't mess anything up. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1413203] Re: breeze cursor theme cannot be used for x-cursor-theme

2015-03-30 Thread Saikrishna Arcot
At any rate, this appears to be fixed now, at least in the bzr tree. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1413203 Title: breeze cursor theme cannot be used for x-cursor-theme To manage

[Bug 1413203] Re: breeze icon theme cannot be used for x-cursor-theme

2015-03-29 Thread Saikrishna Arcot
You mean breeze-cursor-theme, right? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1413203 Title: breeze icon theme cannot be used for x-cursor-theme To manage notifications about this bug go to:

[Bug 1414379] Re: Outdated, please update

2015-02-19 Thread Saikrishna Arcot
I'm in the process of updating the repo to Flightgear 3.4.0, so things might not work yet. Give me a day or two. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1414379 Title: Outdated, please update

[Bug 1423380] Re: Sync simgear 3.4.0-0~exp1 from Debian git, flightgear 3.4.0-0~exp1, flightgear-data 3.4.0+dfsg-0~exp1, fgrun 3.4.0-0~exp1 (universe) from Debian experimental (main)

2015-02-19 Thread Saikrishna Arcot
It's known that simgear won't build on Ubuntu armhf because simgear makes direct OpenGL calls, whereas OpenGL ES is used instead on armhf. I was able to make OpenSceneGraph build on Ubuntu armhf, but because of the direct OpenGL calls here, more work would need to be done here. -- You received

[Bug 1412246] Re: Bluetooth doesn't work at all

2015-02-10 Thread Saikrishna Arcot
Do the merge proposals still need to be approved and the code merged into the main branches? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1412246 Title: Bluetooth doesn't work at all To manage

[Bug 1341628] Re: [needs-packaging]openjdk-8 in 14.04

2015-02-04 Thread Saikrishna Arcot
See https://bugs.launchpad.net/trusty-backports/+bug/1368094, which has since stagnated. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1341628 Title: [needs-packaging]openjdk-8 in 14.04 To manage

[Bug 1412246] Re: Bluetooth doesn't work at all

2015-01-31 Thread Saikrishna Arcot
Tested the package in -proposed and it works. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1412246 Title: Bluetooth doesn't

[Bug 1414379] Re: Outdated, please update

2015-01-24 Thread Saikrishna Arcot
Note that I do have a PPA that has the latest stable version of Flightgear at https://launchpad.net/~saiarcot895/+archive/ubuntu/flightgear. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1414379

[Bug 1414379] Re: Outdated, please update

2015-01-24 Thread Saikrishna Arcot
Because of release scheduling (Ubuntu and Flightgear) and release policy, Utopic will have 3.0.0, while Vivid will likely have 3.4.0 once it's released (scheduled date is February 17). ** Changed in: flightgear (Ubuntu) Status: New = Confirmed -- You received this bug notification

[Bug 1412246] Re: Bluetooth doesn't work at all

2015-01-21 Thread Saikrishna Arcot
** Description changed: + [Impact] + + Attempting to use any of the bluetooth classes to interact with attached + bluetooth devices will result in no devices being detected and, + therefore, nothing being done. + + [Test Case] + + 1. Have a bluetooth device attached and recognized and usable

[Bug 1412246] Re: Bluetooth doesn't work at all

2015-01-21 Thread Saikrishna Arcot
** Tags added: trusty utopic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1412246 Title: Bluetooth doesn't work at all To manage notifications about this bug go to:

[Bug 1412246] [NEW] Bluetooth doesn't work at all

2015-01-18 Thread Saikrishna Arcot
Public bug reported: The QtConnectivity package was built without the BlueZ headers. Therefore, bluetooth functionality was effectively not included in the binary packages. ** Affects: qtconnectivity-opensource-src (Ubuntu) Importance: Undecided Status: New -- You received this

[Bug 1406921] Re: $مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015

2015-01-01 Thread Saikrishna Arcot
** Changed in: flightgear (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1406921 Title: $مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 To manage

[Bug 1406922] Re: HD مشاهدة مباراة تشيلسي وتوتنهام هوتسبير 01/01/2015 بث مباشر

2015-01-01 Thread Saikrishna Arcot
** Changed in: flightgear (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1406922 Title: HD مشاهدة مباراة تشيلسي وتوتنهام هوتسبير 01/01/2015 بث مباشر To manage

[Bug 1406920] Re: مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015$

2015-01-01 Thread Saikrishna Arcot
** Changed in: flightgear (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1406920 Title: مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015$ To manage

[Bug 1406919] Re: مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015

2015-01-01 Thread Saikrishna Arcot
** Changed in: flightgear (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1406919 Title: مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 To manage

[Bug 1406904] Re: برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got Talent

2015-01-01 Thread Saikrishna Arcot
** Changed in: flightgear (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1406904 Title: برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got Talent To

[Bug 1339264] Re: Missing FreeType support in 14.04 LTS package

2014-10-03 Thread Saikrishna Arcot
+1 from me as well; the font rendering issue isn't present here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1339264 Title: Missing FreeType support in 14.04 LTS package To manage notifications

[Bug 1284190] Re: openscenegraph 3.2.0~rc1 doesn't build on ARM (armhf), but builds fine in Debian

2014-10-03 Thread Saikrishna Arcot
Openscenegraph now installs in Ubuntu Trusty armhf. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1284190 Title: openscenegraph 3.2.0~rc1 doesn't build on ARM (armhf), but builds fine in Debian

[Bug 1339264] Re: Missing FreeType support in 14.04 LTS package

2014-10-02 Thread Saikrishna Arcot
I haven't had a chance to verify this fix, but /usr/lib/osgPlugins-3.2.0/osgdb_freetype.so is certainly being installed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1339264 Title: Missing

[Bug 1366207] [NEW] qgl.h typedefs GLdouble to float instead of double

2014-09-05 Thread Saikrishna Arcot
Public bug reported: In qgl.h, for the OpenGL ES 2.0, GLdouble is typedef'ed to float. This causes a compile error in the armhf architcture in downstream programs including OpenSceneGraph and other programs. Recently, Qt committed a patch (https://codereview.qt-project.org/#/c/93984/1//ALL) for

[Bug 1366207] Re: qgl.h typedefs GLdouble to float instead of double

2014-09-05 Thread Saikrishna Arcot
Correction: the link to the actual change review is https://codereview .qt-project.org/#/c/93984/1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1366207 Title: qgl.h typedefs GLdouble to float

[Bug 1363962] Re: [FFe] openwalnut fails to build on Utopic armhf

2014-09-02 Thread Saikrishna Arcot
Updated build log. ** Attachment added: openwalnut_1.4.0~rc1+hg3a3147463ee2-1ubuntu1_armhf-20140901-1222.build https://bugs.launchpad.net/ubuntu/+source/openwalnut/+bug/1363962/+attachment/4193709/+files/openwalnut_1.4.0%7Erc1%2Bhg3a3147463ee2-1ubuntu1_armhf-20140901-1222.build -- You

[Bug 1363529] Re: [FFe] libopenscenegraph-dev Depends on libgl1-mesa-dev instead of libgles2-mesa-dev on armhf

2014-09-01 Thread Saikrishna Arcot
** Summary changed: - libopenscenegraph-dev Depends on libgl1-mesa-dev instead of libgles2-mesa-dev on armhf + [FFe] libopenscenegraph-dev Depends on libgl1-mesa-dev instead of libgles2-mesa-dev on armhf -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1301146] Re: openwalnut fails to build with OpenSceneGraph 3.2

2014-09-01 Thread Saikrishna Arcot
The version in Utopic builds with OpenSceneGraph 3.2, but there's no version for Trusty currently. Might this need a backport? ** Changed in: openwalnut (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1363962] Re: openwalnut fails to build on Utopic armhf

2014-09-01 Thread Saikrishna Arcot
Attached is a build log before some changes were made. Another build for armhf needs to be done. ** Attachment added: armhf build log 1

[Bug 1363962] [NEW] [FFe] openwalnut fails to build on Utopic armhf

2014-09-01 Thread Saikrishna Arcot
Public bug reported: This is a bugfix-only update. The openwalnut package currently fails to build on Utopic armhf. This is partly because of a typedef conflict error between OpenSceneGraph and Qt4 and partly because of the use of a constant that is only present in OpenGL and OpenGL ES 1.x (not

[Bug 1363529] [NEW] libopenscenegraph-dev Depends on libgl1-mesa-dev instead of libgles2-mesa-dev on armhf

2014-08-30 Thread Saikrishna Arcot
Public bug reported: This is a bugfix-only update. The current version of libopenscenegraph-dev depends on libgl1-mesa-dev on all architectures, including on armhf, where it is built using libgles2-mesa-dev. Considering that only GLES is supported on Ubuntu armhf, and considering that the

[Bug 1363529] Re: libopenscenegraph-dev Depends on libgl1-mesa-dev instead of libgles2-mesa-dev on armhf

2014-08-30 Thread Saikrishna Arcot
** Description changed: This is a bugfix-only update. The current version of libopenscenegraph-dev depends on libgl1-mesa-dev on all architectures, including on armhf, where it is built using libgles2-mesa-dev. Considering that only GLES is supported on Ubuntu armhf, and considering

[Bug 1297065] Re: [needs-packaging]openjdk-8 in ubuntu

2014-08-27 Thread Saikrishna Arcot
The bug number is #1361895. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1297065 Title: [needs-packaging]openjdk-8 in ubuntu To manage notifications about this bug go to:

[Bug 1361895] Re: Openjdk-8-jdk is a debug build

2014-08-27 Thread Saikrishna Arcot
The general Debian/Ubuntu packaging process involves (ideally) a release build with debug symbols or a debug build, and then the debug symbols are split into a separate file that would be in -dbg. From what I can tell, this has happened already; the openjdk-8-dbg package install size is 136 MB. In

[Bug 1339264] Re: Missing FreeType support in 14.04 LTS package

2014-08-26 Thread Saikrishna Arcot
** Description changed: [Impact] The current version of openscenegraph in Ubuntu Trusty cannot load FreeType fonts. This is because the build used its own CMakeModule to try to find the Freetype libraries, and when it couldn't find the libraries, this module of the program was

[Bug 1343081] Re: chromium: missing http:// in URL bar on non-ssl http URLs

2014-08-23 Thread Saikrishna Arcot
As Florian said (and based on what I've just tested), doing either Select text - Middle click to copy - Middle click in another window to paste or Ctrl-C and Ctrl-V copies the http:// over, *even when http:// isn't visible in the omnibox (the edit field)*. I'm not sure if there is a configuration

[Bug 1356621] Re: Chromium created /use directory

2014-08-22 Thread Saikrishna Arcot
Fixed in Chromium Beta 37.0.2062.94-0ubuntu1~ppa2. ** Changed in: chromium-browser (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1356621 Title:

[Bug 1339264] Re: Missing FreeType support in 14.04 LTS package

2014-08-21 Thread Saikrishna Arcot
** Description changed: + [Impact] + + The current version of openscenegraph in Ubuntu Trusty cannot load + FreeType fonts. This is because the build used its own CMakeModule to + try to find the Freetype libraries, and when it couldn't find the + libraries, this module of the program was

[Bug 1284190] Re: openscenegraph 3.2.0~rc1 doesn't build on ARM (armhf), but builds fine in Debian

2014-08-20 Thread Saikrishna Arcot
Considering that this hasn't been SRU'ed, can I include another bug fix into the SRU? If so, would I need to bump up the version? Also, for openwalnut, I fixed the build error with openscenegraph, but there's an undefined variable that might only be in OpenGL and not OpenGL ES. -- You received

[Bug 1343081] Re: chromium: missing http:// in URL bar on non-ssl http URLs

2014-08-20 Thread Saikrishna Arcot
Setting to incomplete, since the reporter hasn't responded. ** Changed in: chromium-browser (Ubuntu) Status: Confirmed = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1343081

[Bug 1356621] Re: Chromium created /use directory

2014-08-14 Thread Saikrishna Arcot
** Changed in: chromium-browser (Ubuntu) Status: New = Confirmed ** Changed in: chromium-browser (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1284190] Re: openscenegraph 3.2.0~rc1 doesn't build on ARM (armhf), but builds fine in Debian

2014-08-14 Thread Saikrishna Arcot
Build log for trusty armhf is attached. ** Attachment added: Ubuntu armhf build log https://bugs.launchpad.net/ubuntu/trusty/+source/openscenegraph/+bug/1284190/+attachment/4177598/+files/openscenegraph_3.2.0%7Erc1-4ubuntu1_armhf-20140813-2251.build -- You received this bug notification

[Bug 1284190] Re: openscenegraph 3.2.0~rc1 doesn't build on ARM (armhf), but builds fine in Debian

2014-08-13 Thread Saikrishna Arcot
** Changed in: openscenegraph (Ubuntu Trusty) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1284190 Title: openscenegraph 3.2.0~rc1 doesn't build on ARM (armhf), but

[Bug 1284190] Re: openscenegraph 3.2.0~rc1 doesn't build on ARM (armhf), but builds fine in Debian

2014-08-12 Thread Saikrishna Arcot
** Description changed: + [Impact] + + openscenegraph FTBFS for armhf partly because it tries to build for + OpenGL, partly because there is a typedef conflict for GLdouble between + this package and Qt, and partly because freeglut does not support OpenGL + ES yet. As a result, any package

[Bug 1284190] Re: openscenegraph 3.2.0~rc1 doesn't build on ARM (armhf), but builds fine in Debian

2014-08-11 Thread Saikrishna Arcot
Something's odd there. Openscenegraph shouldn't be building with Qt5 in Ubuntu (although it is supported, IIRC). I take it this is not in a chroot? I've attached my sbuild log for comparison. Note that qt5 is not mentioned at all (except as a suggested package). Also, I'll correct the version

[Bug 1354691] [NEW] Make KDE library packages multiarch

2014-08-09 Thread Saikrishna Arcot
Public bug reported: It would be nice to have the KDE library packages adjusted so that they are multiarch. This might help in case someone needs to install a KDE application that's not in their native architecture (for some reason). After a short look, it looks like setting the CMake variable

[Bug 1343081] Re: chromium: missing http:// in URL bar on non-ssl http URLs

2014-08-06 Thread Saikrishna Arcot
The missing http://; is by design. However, when copying the full URL, the http:// should be automatically included. Is that not happening for you? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1339264] Re: Missing FreeType support in 14.04 LTS package

2014-08-04 Thread Saikrishna Arcot
** Bug watch added: Debian Bug tracker #743169 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743169 ** Also affects: openscenegraph (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743169 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 1323887] Re: Conflict with openni-sensor-primesense

2014-07-30 Thread Saikrishna Arcot
** Also affects: openni-sensor-primesense (Ubuntu) Importance: Undecided Status: New ** Changed in: openni-sensor-primesense (Ubuntu) Status: New = Incomplete ** Changed in: openni-sensor-primesense (Ubuntu) Status: Incomplete = Confirmed -- You received this bug

[Bug 1319827] Re: package flightgear-data-ai (not installed) failed to install/upgrade: cannot copy extracted data for './usr/share/games/flightgear/AI/Aircraft/747-400/Textures/SingaporeAirlines/744.

2014-07-24 Thread Saikrishna Arcot
Try redownloading the package by running sudo apt-get clean and sudo apt-get install flightgear. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1319827 Title: package flightgear-data-ai (not

[Bug 1331195] Re: package flightgear-data-ai 2.10.0-2ubuntu1 failed to install/upgrade: ErrorMessage: cannot copy extracted data for './usr/share/games/flightgear/AI/Aircraft/f16/Models/rnlaf/f16.rgb'

2014-07-24 Thread Saikrishna Arcot
Try redownloading the package by running sudo apt-get clean and sudo apt-get install flightgear. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1331195 Title: package flightgear-data-ai

[Bug 1297065] Re: [needs-packaging]openjdk-8 in ubuntu

2014-07-13 Thread Saikrishna Arcot
That will have to be a separate request, and won't be done automatically by this request. In addition, (assuming the initial request is approved) because there will be security updates in Utopic, someone will have to probably keep requesting the backport so that previous versions stay secure. --

[Bug 1297065] Re: [needs-packaging]openjdk-8 in ubuntu

2014-07-13 Thread Saikrishna Arcot
Security updates would apply, but I don't think this would be considered a security update, since this is an entirely new version and this source package (openjdk-8) isn't present in 14.04. As always, an exception might be made since 14.04 has to live for the next 5 years, assuming the build

[Bug 1297065] Re: [needs-packaging]openjdk-8 in ubuntu

2014-07-12 Thread Saikrishna Arcot
I believe this should be marked as Fix Released, now that there is an openjdk-8 package in Utopic? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1297065 Title: [needs-packaging]openjdk-8 in ubuntu

[Bug 1331375] Re: Update Chromium to = 35.0.1916.153 (including security fixes)

2014-07-08 Thread Saikrishna Arcot
@f00fbug: In fact, the switch to Aura was made early with version 34 (the default Chrome(ium) made the switch in version 35 to avoid the bugs in 34), therefore removing support for NPAPI plugins. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1331375] Re: Update Chromium to = 35.0.1916.153 (including security fixes)

2014-07-08 Thread Saikrishna Arcot
I believe version 35 will be landing in the next week or so. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1331375 Title: Update Chromium to = 35.0.1916.153 (including security fixes) To manage

[Bug 1281171] Re: Chromium browser locks up running Ubuntu14.04

2014-05-27 Thread Saikrishna Arcot
** Changed in: chromium-browser (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1281171 Title: Chromium browser locks up running Ubuntu14.04 To manage

[Bug 1318004] Re: chromium does not minimize correctly when pcmanfm is also open

2014-05-26 Thread Saikrishna Arcot
Can you try using --ui-disable-partial-swap? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318004 Title: chromium does not minimize correctly when pcmanfm is also open To manage notifications

[Bug 1317921] Re: Titlebar corruption after window maximization

2014-05-26 Thread Saikrishna Arcot
*** This bug is a duplicate of bug 1309076 *** https://bugs.launchpad.net/bugs/1309076 ** This bug has been marked a duplicate of bug 1309076 Chromium-custom title bar corrupt after maximizerestore -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1309076] Re: Chromium-custom title bar corrupt after maximizerestore

2014-05-26 Thread Saikrishna Arcot
** Bug watch added: code.google.com/p/chromium/issues #339493 http://code.google.com/p/chromium/issues/detail?id=339493 ** Also affects: chromium-browser via http://code.google.com/p/chromium/issues/detail?id=339493 Importance: Unknown Status: Unknown -- You received this bug

[Bug 1314028] Re: Graphical glitches with SNA enabled on Intel graphics

2014-05-26 Thread Saikrishna Arcot
*** This bug is a duplicate of bug 1309076 *** https://bugs.launchpad.net/bugs/1309076 ** This bug has been marked a duplicate of bug 1309076 Chromium-custom title bar corrupt after maximizerestore -- You received this bug notification because you are a member of Ubuntu Bugs, which is

  1   2   3   4   >