[Bug 1425677] Re: Arduino IDE v. 1.6 released, can we get in repository?

2016-01-03 Thread AYourk
Building the Arduino 1.6.7+ IDE requires X windows and cannot be built via java.awt.headless=true in Makefile-test See: https://github.com/arduino/Arduino/pull/3062/files for details. Other limitations: Sketchbook folder MUST be a subdir under $(BUILDDIR) (I used $(BUILDDIR)/sketchbook) and can'

[Bug 1425677] Re: Arduino IDE v. 1.6 released, can we get in repository?

2015-12-30 Thread AYourk
The problem with openjdk-8-jre involves building the package (aka compiling), not the actually running of the IDE. Unless I'm misunderstanding something you are saying. The openjdk-8-jre has been updated in launchpad since I made my last comment. Maybe it will work now with the updates. I haven

[Bug 1425677] Re: Arduino IDE v. 1.6 released, can we get in repository?

2015-12-13 Thread AYourk
There are a few problems with getting this packaged as v1.6.6 requires Java 8. I almost got a complete build of the package with arduino-1.6.5-r3 from arduino.cc and Scott Howard's debian/ folder from his repository. Anything later than that version requires Java 8. I'm still using Trusty and wo

[Bug 377466] Re: dh-make-pear fails to make Debian package upon WARNING

2013-12-16 Thread AYourk
** Changed in: dh-make-php (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/377466 Title: dh-make-pear fails to make Debian package upon WARNING To manage

[Bug 1241031] [NEW] xargs: invalid number for -s option on package install

2013-10-17 Thread AYourk
Public bug reported: Preparing to replace python3.3 3.3.1-1ubuntu5.1 (using .../python3.3_3.3.1-1ubuntu5.2_amd64.deb) ... xargs: invalid number for -s option Usage: xargs [-0prtx] [--interactive] [--null] [-d|--delimiter=delim] [-E eof-str] [-e[eof-str]] [--eof[=eof-str]] [-L max-l

[Bug 885492] Re: p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so

2013-09-22 Thread AYourk
*** This bug is a duplicate of bug 859600 *** https://bugs.launchpad.net/bugs/859600 My solution that works in raring: apt-get install libp11-kit-gnome-keyring:i386 Error message gone. Other messages exist however. -- You received this bug notification because you are a member of Ubuntu B

[Bug 377466] Re: dh-make-pear fails to make Debian package upon WARNING

2012-03-22 Thread AYourk
This bug is still in existence, even in Ubuntu Oneiric (11.10) and now 12.04 is about to be released. I've added a patch that fixes this issue. It should look very similar to the patch for bug #97240. ** Patch added: "dh-make-pear can extract the package from downloaded packages, even if the d

[Bug 841182] Re: rfc3442-classless-routes does not support gateway of 0.0.0.0

2011-09-04 Thread AYourk
** Patch added: "fix for gateway of 0.0.0.0" https://bugs.launchpad.net/bugs/841182/+attachment/2353695/+files/RFC3442.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/841182 Title: rfc3442-c

[Bug 841182] [NEW] rfc3442-classless-routes does not support gateway of 0.0.0.0

2011-09-04 Thread AYourk
Public bug reported: I'm running Ubuntu Natty (11.04) and I'm using ISC DHCP 4.1.1-P1-15ubuntu9.1 and the included rfc3442-classless-routes script uses a route command that doesn't accept a gateway of 0.0.0.0 without specifying which device the route is to go out of. My solution was to modify the

[Bug 647527] Re: getaddrinfo() segfaults when linked statically

2010-10-19 Thread AYourk
I believe that Gentoo already has a fix for this. I'm going to attempt to use their patch to verify Gentoo problem report: http://bugs.gentoo.org/332927 -- getaddrinfo() segfaults when linked statically https://bugs.launchpad.net/bugs/647527 You received this bug notification because you are a

[Bug 571023] [NEW] Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 190

2010-04-27 Thread AYourk
Public bug reported: Binary package hint: autoconf Error: Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 190 This happens when using "/usr/bin/autoreconf". Currently using Ubuntu Karmic. I double checked the package for Lucid and didn't see the fix in there for

[Bug 530067] Re: when upgrade to 2.7ubuntu21 , the googleearth can not work

2010-03-24 Thread AYourk
What is the output of "ldd googleearth"? Is libstdc++5 listed in there? -- when upgrade to 2.7ubuntu21 ,the googleearth can not work https://bugs.launchpad.net/bugs/530067 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 431091] Re: libstdc++5 removal breaks non-ubuntu applications

2010-01-06 Thread AYourk
What will it take to get some sort of "official" support for just the support libraries. I could care less about the compiler stuff. I've seen other compatibility libraries in the repositories before. To me an example would be libdb1-compat. Even if all that happens is having comment #17 become

[Bug 431091] Re: libstdc++5 removal breaks non-ubuntu applications

2010-01-05 Thread AYourk
> We aren't going to re-introduce ancient gcc versions. We're not asking you to reintroduce ancient gcc versions, merely the support libraries. At least make something like in comment #17 such as a lib32stdc++5-compat. -- libstdc++5 removal breaks non-ubuntu applications https://bugs.launchpad.n

[Bug 478427] Re: missing libstdc++.so.5 for x86 architecture result in some programs fail to start

2009-11-17 Thread AYourk
*** This bug is a duplicate of bug 431091 *** https://bugs.launchpad.net/bugs/431091 ** This bug has been marked a duplicate of bug 431091 libstdc++5 removal breaks non-ubuntu applications -- missing libstdc++.so.5 for x86 architecture result in some programs fail to start https://bugs.l

[Bug 431091] Re: libstdc++5 removal breaks non-ubuntu applications

2009-11-16 Thread AYourk
Also, the following should serve as a quick way to add his ppa key to your local keyring: wget -q 'http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x932062C9CD30EE56' -O - | sudo apt-key add - -- libstdc++5 removal breaks non-ubuntu applications https://bugs.launchpad.net/bugs/431091

[Bug 431091] Re: libstdc++5 removal breaks non-ubuntu applications

2009-11-03 Thread AYourk
After looking through the changelog for this package, I noticed it was removed around 2.7ubuntu14, so that means revision 2.7ubuntu13 and below should have these files. For 32-bit architectures, there should be http://security.ubuntu.com/ubuntu/pool/universe/g/gcc-3.3/libstdc++5_3.3.6-15ubuntu6_i3

[Bug 467641] Re: After upgrading to Ubuntu 9.10, /usr/lib32/libstdc++.so.5 is missing

2009-11-02 Thread AYourk
*** This bug is a duplicate of bug 431091 *** https://bugs.launchpad.net/bugs/431091 ** This bug has been marked a duplicate of bug 431091 libstdc++5 removal breaks non-ubuntu applications -- After upgrading to Ubuntu 9.10, /usr/lib32/libstdc++.so.5 is missing https://bugs.launchpad.net/b

[Bug 431091] Re: libstdc++5 breaks non-ubuntu applications

2009-11-02 Thread AYourk
libstdc++5 is used in some printer drivers as posted here: http://ubuntuforums.org/showthread.php?t=1282957 Also, Perfect World, a closed source program requires libstdc++5 and is only 32-bit. All my Ubuntu systems are 64-bit. ** Tags added: karmic ** Summary changed: - libstdc++5 breaks non-u

[Bug 97240] Re: dh-make-php_0.1.3: dh-make-pecl fails to build all packages

2009-07-18 Thread AYourk
My suggestion is to make a default maintainer of: "Root " that can be overridden by the --maintainer switch and have a warning/note stating it is HIGHLY recommended that the --maintainer switch is used in the format of "Name ". -- dh-make-php_0.1.3: dh-make-pecl fails to build all packages https

[Bug 377466] Re: dh-make-pear fails to make Debian package upon WARNING

2009-05-19 Thread AYourk
I just confirmed. The same change made to dh-make-pecl from bug #97240 fixes this issue too. Please use sed instead of awk here too. -- dh-make-pear fails to make Debian package upon WARNING https://bugs.launchpad.net/bugs/377466 You received this bug notification because you are a member of Ub

[Bug 377466] Re: dh-make-pear fails to make Debian package upon WARNING

2009-05-16 Thread AYourk
I forgot to mention: I'm on Ubuntu Jaunty (9.04). -- dh-make-pear fails to make Debian package upon WARNING https://bugs.launchpad.net/bugs/377466 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@

[Bug 377466] [NEW] dh-make-pear fails to make Debian package upon WARNING

2009-05-16 Thread AYourk
Public bug reported: Binary package hint: dh-make-php Here is an excerpt of what I did to reproduce: root#dpkg -i dh-make-php_0.2.14_all.deb (Reading database ... 156654 files and directories currently installed.) Preparing to replace dh-make-php 0.2.12 (using dh-make-php_0.2.14_all.deb) ... U

[Bug 97240] Re: dh-make-php_0.1.3: dh-make-pecl fails to build all packages

2009-05-16 Thread AYourk
I can confirm that this bug doesn't exist in Jaunty (9.04) if the --maintainer switch is used. -- dh-make-php_0.1.3: dh-make-pecl fails to build all packages https://bugs.launchpad.net/bugs/97240 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 347740] [NEW] MythTV won't compile against newer versions of libx264

2009-03-23 Thread AYourk
Public bug reported: Binary package hint: mythtv I have updated my x264 package and found that I could no longer build mythtv against it. I did a little googling and found that Gentoo has a similar patch that I'm attaching to this ticket. This allows MythTV to compile against many different ver

[Bug 347740] Re: MythTV won't compile against newer versions of libx264

2009-03-23 Thread AYourk
** Attachment added: "fix_libx264.dpatch" http://launchpadlibrarian.net/24299138/28_fix_libx264.dpatch -- MythTV won't compile against newer versions of libx264 https://bugs.launchpad.net/bugs/347740 You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 38270] Re: binfmt-support instalation error

2009-02-11 Thread AYourk
Also, this appears to happen most when installing mono-common_1.9.1 +dfsg-4ubuntu2_i386.deb: Recommended packages: binfmt-support The following NEW packages will be installed: mono-common 0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded. Need to get 0B/118kB of archives. After th

[Bug 38270] Re: binfmt-support instalation error

2009-02-11 Thread AYourk
I just recently did an apt-get install of libgnome-vfs2.0-cil and libntfs-gnomevfs and received this error near completion of these packages. I do have 'wine' installed as well. My version of binfmt-support is 1.2.11. -- binfmt-support instalation error https://bugs.launchpad.net/bugs/38270 Yo