Bug#890366: dub: Segmentation fault when searching for dependencies

2018-02-13 Thread Alex Kerr
Package: dub
Version: 1.7.0-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

'dub build' and similar operations result in a segmentation fault when searching
for dependencies, making the package unusable for building projects. More
information is available at , however
it seems this issue only affects Debian.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (800, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages dub depends on:
ii  default-d-compiler  0.3
ii  libc6   2.25-3
ii  libcurl3-gnutls 7.58.0-2
ii  libgcc1 1:8-20180207-2
ii  zlib1g  1:1.2.8.dfsg-5

dub recommends no packages.

dub suggests no packages.

-- no debconf information



Bug#762132: fglrx-driver: Update to 1:14.6~ga14.201-1 amd64: Mouse cursor gone

2014-10-17 Thread Alex Kerr
I have this issue also, another Dell laptop with a dual card (glxinfo
states that my OpenGL renderer is: AMD Radeon HD 7500/7600M Series).
Have tried to enable SWCursor but it hasn't helped.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#762997: libsfml-dev: Fails to compile with undefined reference errors

2014-09-26 Thread Alex Kerr
Package: libsfml-dev
Version: 2.1+dfsg2-1
Severity: important

Dear Maintainer,

While trying to package a game I made using this library, I found compilation
would not succeed with errors about an undefined reference to certain
functions. I had previously been compiling with the most recent version of the
library pulled from upstream (https://github.com/LaurentGomila/SFML), which
worked fine. I made some sample code to see if it was just my program:

// test.cpp
#include SFML/Graphics.hpp
#include SFML/Window.hpp
#include SFML/System.hpp
using namespace sf;

int main()
{
RenderWindow window(VideoMode(800, 600), My window);
window.setSize(Vector2u(600, 400));
return 0;
}

And compiled with:

g++ test.cpp -o test -lsfml-graphics -lsfml-window -lsfml-system

Sure enough, this compiled fine on the upstream libs, but failed on the
packaged version. The error for the packaged version is as follows:

/tmp/ccwdiA3a.o: In function `main':
test.cpp:(.text+0x171): undefined reference to
`sf::Window::setSize(sf::Vector2unsigned int const)'
collect2: error: ld returned 1 exit status

I have attached my test code.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libsfml-dev depends on:
ii  libgl1-mesa-dev [libgl-dev]10.1.0-4
ii  libglu1-mesa-dev [libglu-dev]  9.0.0-2
ii  libsfml-audio2 2.1+dfsg2-1
ii  libsfml-graphics2  2.1+dfsg2-1
ii  libsfml-network2   2.1+dfsg2-1
ii  libsfml-system22.1+dfsg2-1
ii  libsfml-window22.1+dfsg2-1

libsfml-dev recommends no packages.

Versions of packages libsfml-dev suggests:
pn  libsfml-doc   none
pn  libsfml2-dbg  none
#include SFML/Graphics.hpp
#include SFML/Window.hpp
#include SFML/System.hpp
using namespace sf;

int main()
{
	RenderWindow window(VideoMode(800, 600), My window);
	window.setSize(Vector2u(600, 400));
	return 0;
}


Bug#762997: libsfml-dev: Fails to compile with undefined reference errors

2014-09-26 Thread Alex Kerr
Yes, that was the issue, and removing them from /usr/local/include works
fine. Thanks, and sorry about any inconvenience.
On 26 Sep 2014 23:49, James Cowgill james...@cowgill.org.uk wrote:

 Control: tags -1 moreinfo unreproducible

 Hi Alex,

 On Fri, 2014-09-26 at 22:46 +0100, Alex Kerr wrote:
  While trying to package a game I made using this library, I found
 compilation
  would not succeed with errors about an undefined reference to certain
  functions. I had previously been compiling with the most recent version
 of the
  library pulled from upstream (https://github.com/LaurentGomila/SFML),
 which
  worked fine. I made some sample code to see if it was just my program:

 Your test case compiles fine for me.

 It looks to me like you're using *upstream headers* with libraries from
 2.1 (which won't work). Do you have anything SFML related
 in /usr/local/include?

 This is the commit where upstream changed the declaration of
 sf::Window::setSize:

 https://github.com/LaurentGomila/SFML/commit/fe12270d62b94931834b7605136ea6c9f951d9fc

 James





Bug#717081: network-manager: Segementation fault when 'nm-applet' and 'nm-connection-editor' as non-root

2013-07-16 Thread Alex Kerr
Package: network-manager
Version: 0.9.8.0-5
Severity: important

Dear Maintainer,

Every time nm-applet is run as non-root, I get the following:

(nm-applet:6671): Gtk-WARNING **: Style property border-top-left-radius is
not gettable

(nm-applet:6671): GLib-GObject-WARNING **:
/tmp/buildd/glib2.0-2.36.3/./gobject/gtype.c:4239: type id `0' is invalid

(nm-applet:6671): GLib-GObject-WARNING **: can't peek value table for type
`invalid' which is not currently referenced
Segmentation fault

And for nm-connection-editor:

 (nm-connection-editor:6554): Gtk-WARNING **: Style property border-top-left-
radius is not gettable

(nm-connection-editor:6554): GLib-GObject-WARNING **:
/tmp/buildd/glib2.0-2.36.3/./gobject/gtype.c:4239: type id `0' is invalid

(nm-connection-editor:6554): GLib-GObject-WARNING **: can't peek value table
for type `invalid' which is not currently referenced
Segmentation fault

When run as root, both binaries work fine.



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages network-manager depends on:
ii  adduser3.113+nmu3
ii  dbus   1.6.12-1
ii  isc-dhcp-client4.2.4-7
ii  libc6  2.17-7
ii  libdbus-1-31.6.12-1
ii  libdbus-glib-1-2   0.100.2-1
ii  libgcrypt111.5.2-3
ii  libglib2.0-0   2.36.3-3
ii  libgnutls262.12.23-5
ii  libgudev-1.0-0 175-7.2
ii  libnl-3-2003.2.21-1
ii  libnl-genl-3-200   3.2.21-1
ii  libnl-route-3-200  3.2.21-1
ii  libnm-glib40.9.8.0-5
ii  libnm-util20.9.8.0-5
ii  libpolkit-gobject-1-0  0.105-3
ii  libuuid1   2.20.1-5.5
ii  lsb-base   4.1+Debian12
ii  udev   175-7.2
ii  wpasupplicant  1.0-3+b2

Versions of packages network-manager recommends:
ii  crda  1.1.2-1
ii  dnsmasq-base  2.66-3
ii  iptables  1.4.14-3.1
ii  modemmanager  0.5.2.0-2
ii  policykit-1   0.105-3
ii  ppp   2.4.5-5.2

Versions of packages network-manager suggests:
ii  avahi-autoipd  0.6.31-2

-- Configuration Files:
/etc/polkit-1/localauthority/10-vendor.d/org.freedesktop.NetworkManager.pkla 
[Errno 13] Permission denied: 
u'/etc/polkit-1/localauthority/10-vendor.d/org.freedesktop.NetworkManager.pkla'

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org