[Touch-packages] [Bug 2000875] Re: Systemd blocks manual disk mount

2023-01-02 Thread Jerry Quinn
The systemd bug report states that issuing `systemctl daemon-reload`
clears the stale state.  I confirm that systemctl daemon-reload followed
by the mount command then works as expected, without requiring a machine
reboot.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/2000875

Title:
  Systemd blocks manual disk mount

Status in util-linux package in Ubuntu:
  New

Bug description:
  This is apparently a long running systemd bug:
  https://github.com/systemd/systemd/issues/1741

  
  jlquinn@cerberus:~$ lsb_release -rd
  Description:  Ubuntu 20.04.5 LTS
  Release:  20.04

  jlquinn@cerberus:~$ apt-cache policy mount
  mount:
Installed: 2.34-0.1ubuntu9.3
Candidate: 2.34-0.1ubuntu9.3
Version table:
   *** 2.34-0.1ubuntu9.3 500
  500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu focal-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   2.34-0.1ubuntu9 500
  500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  jlquinn@cerberus:~$ apt-cache policy systemd
  systemd:
Installed: 245.4-4ubuntu3.19
Candidate: 245.4-4ubuntu3.19
Version table:
   *** 245.4-4ubuntu3.19 500
  500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   245.4-4ubuntu3.15 500
  500 http://security.ubuntu.com/ubuntu focal-security/main amd64 
Packages
   245.4-4ubuntu3 500
  500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  
  I am replacing a raid array with a new larger one.  After finishing the 
migration, I try to mount the new one where the old one was located.  This 
doesn't work due to something stale in systemd.

  There is also a bug in mount, as it should at least return a failure
  when this happens.  So there are actually 2 bugs here.

  The package is util-linux because that is what `ubuntu-bug mount`
  chose.

  
  root@cerberus:/home/jlquinn# df -h /space
  Filesystem   Size  Used Avail Use% Mounted on
  /dev/mapper/ubuntu--vg-root  915G  269G  600G  31% /

  root@cerberus:/home/jlquinn# mount /dev/md1 /space

  root@cerberus:/home/jlquinn# echo $?
  0

  root@cerberus:/home/jlquinn# df -h /space
  Filesystem   Size  Used Avail Use% Mounted on
  /dev/mapper/ubuntu--vg-root  915G  269G  600G  31% /

  root@cerberus:/home/jlquinn# mount /dev/md1 /mnt2/

  root@cerberus:/home/jlquinn# df -h /mnt2
  Filesystem  Size  Used Avail Use% Mounted on
  /dev/md17.2T  2.9T  4.0T  43% /mnt2

  
  from journalctl:

  Jan 02 12:48:45 cerberus kernel: EXT4-fs (md1): mounted filesystem with 
ordered data mode. Opts: (null)
  Jan 02 12:48:45 cerberus systemd[1]: space.mount: Unit is bound to inactive 
unit 
dev-disk-by\x2duuid-ad104abb\x2d9033\x2d4f69\x2daa26\x2d446654f03dc9.device. 
Stopping, too.
  Jan 02 12:48:45 cerberus systemd[1]: Unmounting /space...
  Jan 02 12:48:45 cerberus umount[150662]: umount: /space: target is busy.
  Jan 02 12:48:45 cerberus systemd[1]: space.mount: Mount process exited, 
code=exited, status=32/n/a
  Jan 02 12:48:45 cerberus systemd[1]: Failed unmounting /space.
  Jan 02 12:48:45 cerberus systemd[1]: space.mount: Unit is bound to inactive 
unit 
dev-disk-by\x2duuid-ad104abb\x2d9033\x2d4f69\x2daa26\x2d446654f03dc9.device. 
Stopping, too.
  Jan 02 12:48:45 cerberus systemd[1]: Unmounting /space...
  Jan 02 12:48:45 cerberus umount[150664]: umount: /space: target is busy.
  Jan 02 12:48:45 cerberus systemd[1]: space.mount: Mount process exited, 
code=exited, status=32/n/a
  Jan 02 12:48:45 cerberus systemd[1]: Failed unmounting /space.
  Jan 02 12:48:45 cerberus systemd[1]: space.mount: Unit is bound to inactive 
unit 
dev-disk-by\x2duuid-ad104abb\x2d9033\x2d4f69\x2daa26\x2d446654f03dc9.device. 
Stopping, too.
  Jan 02 12:48:45 cerberus systemd[1]: Unmounting /space...
  Jan 02 12:48:45 cerberus umount[150673]: umount: /space: target is busy.
  Jan 02 12:48:45 cerberus systemd[1]: space.mount: Mount process exited, 
code=exited, status=32/n/a
  Jan 02 12:48:45 cerberus systemd[1]: Failed unmounting /space.
  Jan 02 12:48:45 cerberus systemd[1]: space.mount: Unit is bound to inactive 
unit 
dev-disk-by\x2duuid-ad104abb\x2d9033\x2d4f69\x2daa26\x2d446654f03dc9.device. 
Stopping, too.
  Jan 02 12:48:45 cerberus systemd[1]: Unmounting /space...
  Jan 02 12:48:45 cerberus umount[150676]: umount: /space: target is busy.
  Jan 02 12:48:45 cerberus systemd[1]: space.mount: Mount process exited, 
code=exited, status=32/n/a
  Jan 02 12:48:45 cerberus systemd[1]: Failed unmounting /space.
  Jan 02 12:48:45 cerberus systemd[1]: space.mount: Unit is bound to inactive 
unit 
dev-disk-by\x2duuid-ad104abb\x2d9033\x2d4f69\x2daa26\x2d446654f03dc9.device. 
Stopping, too.
  Jan 02 12:48:45 cerberus systemd[1]: 

[Touch-packages] [Bug 2000875] [NEW] Systemd blocks manual disk mount

2023-01-02 Thread Jerry Quinn
Public bug reported:

This is apparently a long running systemd bug:
https://github.com/systemd/systemd/issues/1741


jlquinn@cerberus:~$ lsb_release -rd
Description:Ubuntu 20.04.5 LTS
Release:20.04

jlquinn@cerberus:~$ apt-cache policy mount
mount:
  Installed: 2.34-0.1ubuntu9.3
  Candidate: 2.34-0.1ubuntu9.3
  Version table:
 *** 2.34-0.1ubuntu9.3 500
500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
100 /var/lib/dpkg/status
 2.34-0.1ubuntu9 500
500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages
jlquinn@cerberus:~$ apt-cache policy systemd
systemd:
  Installed: 245.4-4ubuntu3.19
  Candidate: 245.4-4ubuntu3.19
  Version table:
 *** 245.4-4ubuntu3.19 500
500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 245.4-4ubuntu3.15 500
500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
 245.4-4ubuntu3 500
500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages


I am replacing a raid array with a new larger one.  After finishing the 
migration, I try to mount the new one where the old one was located.  This 
doesn't work due to something stale in systemd.

There is also a bug in mount, as it should at least return a failure
when this happens.  So there are actually 2 bugs here.

The package is util-linux because that is what `ubuntu-bug mount` chose.


root@cerberus:/home/jlquinn# df -h /space
Filesystem   Size  Used Avail Use% Mounted on
/dev/mapper/ubuntu--vg-root  915G  269G  600G  31% /

root@cerberus:/home/jlquinn# mount /dev/md1 /space

root@cerberus:/home/jlquinn# echo $?
0

root@cerberus:/home/jlquinn# df -h /space
Filesystem   Size  Used Avail Use% Mounted on
/dev/mapper/ubuntu--vg-root  915G  269G  600G  31% /

root@cerberus:/home/jlquinn# mount /dev/md1 /mnt2/

root@cerberus:/home/jlquinn# df -h /mnt2
Filesystem  Size  Used Avail Use% Mounted on
/dev/md17.2T  2.9T  4.0T  43% /mnt2


from journalctl:

Jan 02 12:48:45 cerberus kernel: EXT4-fs (md1): mounted filesystem with ordered 
data mode. Opts: (null)
Jan 02 12:48:45 cerberus systemd[1]: space.mount: Unit is bound to inactive 
unit 
dev-disk-by\x2duuid-ad104abb\x2d9033\x2d4f69\x2daa26\x2d446654f03dc9.device. 
Stopping, too.
Jan 02 12:48:45 cerberus systemd[1]: Unmounting /space...
Jan 02 12:48:45 cerberus umount[150662]: umount: /space: target is busy.
Jan 02 12:48:45 cerberus systemd[1]: space.mount: Mount process exited, 
code=exited, status=32/n/a
Jan 02 12:48:45 cerberus systemd[1]: Failed unmounting /space.
Jan 02 12:48:45 cerberus systemd[1]: space.mount: Unit is bound to inactive 
unit 
dev-disk-by\x2duuid-ad104abb\x2d9033\x2d4f69\x2daa26\x2d446654f03dc9.device. 
Stopping, too.
Jan 02 12:48:45 cerberus systemd[1]: Unmounting /space...
Jan 02 12:48:45 cerberus umount[150664]: umount: /space: target is busy.
Jan 02 12:48:45 cerberus systemd[1]: space.mount: Mount process exited, 
code=exited, status=32/n/a
Jan 02 12:48:45 cerberus systemd[1]: Failed unmounting /space.
Jan 02 12:48:45 cerberus systemd[1]: space.mount: Unit is bound to inactive 
unit 
dev-disk-by\x2duuid-ad104abb\x2d9033\x2d4f69\x2daa26\x2d446654f03dc9.device. 
Stopping, too.
Jan 02 12:48:45 cerberus systemd[1]: Unmounting /space...
Jan 02 12:48:45 cerberus umount[150673]: umount: /space: target is busy.
Jan 02 12:48:45 cerberus systemd[1]: space.mount: Mount process exited, 
code=exited, status=32/n/a
Jan 02 12:48:45 cerberus systemd[1]: Failed unmounting /space.
Jan 02 12:48:45 cerberus systemd[1]: space.mount: Unit is bound to inactive 
unit 
dev-disk-by\x2duuid-ad104abb\x2d9033\x2d4f69\x2daa26\x2d446654f03dc9.device. 
Stopping, too.
Jan 02 12:48:45 cerberus systemd[1]: Unmounting /space...
Jan 02 12:48:45 cerberus umount[150676]: umount: /space: target is busy.
Jan 02 12:48:45 cerberus systemd[1]: space.mount: Mount process exited, 
code=exited, status=32/n/a
Jan 02 12:48:45 cerberus systemd[1]: Failed unmounting /space.
Jan 02 12:48:45 cerberus systemd[1]: space.mount: Unit is bound to inactive 
unit 
dev-disk-by\x2duuid-ad104abb\x2d9033\x2d4f69\x2daa26\x2d446654f03dc9.device. 
Stopping, too.
Jan 02 12:48:45 cerberus systemd[1]: Unmounting /space...
Jan 02 12:48:45 cerberus umount[150677]: umount: /space: target is busy.
Jan 02 12:48:45 cerberus systemd[1]: space.mount: Mount process exited, 
code=exited, status=32/n/a
Jan 02 12:48:45 cerberus systemd[1]: Failed unmounting /space.
Jan 02 12:48:45 cerberus systemd[1]: space.mount: Unit is bound to inactive 
unit 
dev-disk-by\x2duuid-ad104abb\x2d9033\x2d4f69\x2daa26\x2d446654f03dc9.device. 
Stopping, too.
Jan 02 12:48:45 cerberus systemd[1]: Unmounting /space...
Jan 02 12:48:45 cerberus systemd[2575]: space.mount: Succeeded.
Jan 02 12:48:45 cerberus systemd[17926]: space.mount: Succeeded.
Jan 02 12:48:45 

[Touch-packages] [Bug 1932979] [NEW] blank screen with cursor after login

2021-06-18 Thread Jerry Quinn
Public bug reported:

Ubuntu 20.04 on amd64.

I came back to the machine after it was idle long enough for the screen
to go blank.  I can see the cursor move with the mouse, but nothing
else.  This is VT2.

VT1 shows a login screen.  I can get to console VTs as well and did so
to file the report.

I see the following in the system log that may be related:

Jun 18 18:29:54 cerberus gnome-shell[4694]: g_signal_handler_disconnect: 
assertion 'handler_id > 0' failed
Jun 18 18:29:54 cerberus gnome-shell[4694]: Source ID 3568871 was not found 
when attempting to remove it
Jun 18 18:29:54 cerberus gnome-shell[4694]: Source ID 3568998 was not found 
when attempting to remove it
Jun 18 18:29:54 cerberus gnome-shell[4694]: Source ID 3569045 was not found 
when attempting to remove it
Jun 18 18:29:54 cerberus gnome-shell[4694]: [System monitor] applet disable
Jun 18 18:29:54 cerberus gnome-shell[4694]: g_dbus_connection_emit_signal: 
assertion 'G_IS_DBUS_CONNECTION (connection)' failed

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-74.83-generic 5.4.114
Uname: Linux 5.4.0-74-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
Date: Fri Jun 18 19:33:55 2021
DistUpgraded: 2020-11-04 10:03:47,100 DEBUG running doUpdate() (showErrors=True)
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 
470/480/570/570X/580/580X/590] [1002:67df] (rev c7) (prog-if 00 [VGA 
controller])
   Subsystem: ASUSTeK Computer Inc. Radeon RX 480 [1043:04fb]
InstallationDate: Installed on 2020-05-29 (385 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
MachineType: Supermicro X10DAi
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
 TERM=linux
 XDG_RUNTIME_DIR=
 PATH=(custom, user)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-74-generic 
root=/dev/mapper/ubuntu--vg-root ro amdgpu.dc=0
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to focal on 2020-11-04 (226 days ago)
dmi.bios.date: 12/16/2019
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 3.2
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: X10DAI
dmi.board.vendor: Supermicro
dmi.board.version: 1.01
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To be filled by O.E.M.
dmi.chassis.version: To be filled by O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3.2:bd12/16/2019:svnSupermicro:pnX10DAi:pvr123456789:rvnSupermicro:rnX10DAI:rvr1.01:cvnTobefilledbyO.E.M.:ct3:cvrTobefilledbyO.E.M.:
dmi.product.family: SMC X10
dmi.product.name: X10DAi
dmi.product.sku: 083615D9
dmi.product.version: 123456789
dmi.sys.vendor: Supermicro
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.102-1ubuntu1~20.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 20.2.6-0ubuntu0.20.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.2~20.04.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1932979

Title:
  blank screen with cursor after login

Status in xorg package in Ubuntu:
  New

Bug description:
  Ubuntu 20.04 on amd64.

  I came back to the machine after it was idle long enough for the
  screen to go blank.  I can see the cursor move with the mouse, but
  nothing else.  This is VT2.

  VT1 shows a login screen.  I can get to console VTs as well and did so
  to file the report.

  I see the following in the system log that may be related:

  Jun 18 18:29:54 cerberus gnome-shell[4694]: g_signal_handler_disconnect: 
assertion 'handler_id > 0' failed
  Jun 18 18:29:54 cerberus gnome-shell[4694]: Source ID 3568871 was not found 
when attempting to remove it
  Jun 18 18:29:54 cerberus gnome-shell[4694]: Source ID 3568998 was not found 
when attempting to remove it
  Jun 18 18:29:54 cerberus gnome-shell[4694]: Source ID 3569045 was not found 
when attempting to remove it
  Jun 18 18:29:54 cerberus gnome-shell[4694]: [System monitor] applet disable
  Jun 18 18:29:54 cerberus gnome-shell[4694]: g_dbus_connection_emit_signal: 
assertion 'G_IS_DBUS_CONNECTION (connection)' failed

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-74.83-generic 5.4.114
  Uname: Linux 5.4.0-74-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  

[Touch-packages] [Bug 1911206] [NEW] Update info on reloading sysctl with systemd

2021-01-12 Thread Jerry Quinn
Public bug reported:

/etc/sysctl.d/README says that after making changes, you should run
"service procps start" to activate the changes.

Since systemd is now the default init system, please update the README
files to also say you can activate changes with:

systemctl restart systemd-sysctl

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: procps 2:3.3.16-1ubuntu2
ProcVersionSignature: Ubuntu 5.4.0-60.67-generic 5.4.78
Uname: Linux 5.4.0-60-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.14
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Tue Jan 12 09:23:57 2021
InstallationDate: Installed on 2020-05-29 (227 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: procps
UpgradeStatus: Upgraded to focal on 2020-11-04 (68 days ago)
modified.conffile..etc.sysctl.d.10-link-restrictions.conf: [deleted]

** Affects: procps (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to procps in Ubuntu.
https://bugs.launchpad.net/bugs/1911206

Title:
  Update info on reloading sysctl with systemd

Status in procps package in Ubuntu:
  New

Bug description:
  /etc/sysctl.d/README says that after making changes, you should run
  "service procps start" to activate the changes.

  Since systemd is now the default init system, please update the README
  files to also say you can activate changes with:

  systemctl restart systemd-sysctl

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: procps 2:3.3.16-1ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-60.67-generic 5.4.78
  Uname: Linux 5.4.0-60-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Jan 12 09:23:57 2021
  InstallationDate: Installed on 2020-05-29 (227 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: procps
  UpgradeStatus: Upgraded to focal on 2020-11-04 (68 days ago)
  modified.conffile..etc.sysctl.d.10-link-restrictions.conf: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1911206/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1822416] Re: resolve: do not hit CNAME or DNAME entry in NODATA cache

2020-05-30 Thread Jerry Quinn
I have the same problem in 237-3ubuntu10.41 amd64

May 30 12:55:59 cerberus systemd-resolved[1595]: Server returned error
NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying
transaction with reduced feature level UDP.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1822416

Title:
  resolve: do not hit CNAME or DNAME entry in NODATA cache

Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Bionic:
  Fix Released
Status in systemd source package in Disco:
  Fix Released
Status in systemd source package in Eoan:
  Fix Released
Status in systemd source package in Focal:
  Fix Released

Bug description:
  The question: DNS A record lookups fail to resolve due to cached CNAME
  NODATA lookups ...

  https://askubuntu.com/questions/1063462/18-04-server-systemd-resolve-
  returns-cached-cname-nodata-for-a-lookup

  Upstream at Github: Systemd issue 998 - Cached cname NODATA returned
  for A lookup ...

  https://github.com/systemd/systemd/issues/9833

  
  Please patch ...

  
https://github.com/systemd/systemd/commit/3740146a4cbd99883af79e375ee4836206dcea4e

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1822416/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1862566] Re: Corrupt sound played

2020-04-11 Thread Jerry Quinn
Thanks for responding, Daniel.  I missed your response.  Unfortunately
the issue is rare enough that I can't rely on reproducing it.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1862566

Title:
  Corrupt sound played

Status in pulseaudio package in Ubuntu:
  Expired

Bug description:
  Every once in a while, I get sort of static-y sound with a degree of
  echo.  This affects all sounds - within browser, using `play` from the
  terminal, etc.  I can solve it by restarting pulseaudio. However, when
  I do that, I no longer get the terminal beep.

  Ubuntu 18.04

  It's not common, and I can't find anything wrong in the system log.

  To restart, I killed the process:
/usr/bin/pulseaudio --start --log-target=syslog

  It restarts itself, and audio generally seems to be working now.
  However, I now see in the system log things like:

  
  Feb  9 22:05:38 cerberus update-notifier.desktop[4802]: 
[9666:9666:0209/220538.227104:ERROR:pulse_util.cc(300)] pa_operation is nullptr.
  Feb  9 22:05:38 cerberus update-notifier.desktop[4802]: 
[9666:9666:0209/220538.227183:ERROR:pulse_util.cc(300)] pa_operation is nullptr.
  Feb  9 22:05:38 cerberus update-notifier.desktop[4802]: 
[8767:1:0209/220538.229919:ERROR:webrtc_sdp.cc(402)] Failed to parse: "a=msid: 
". Reason: Missing track ID in msid attribute.
  Feb  9 22:05:38 cerberus update-notifier.desktop[4802]: 
[8767:1:0209/220538.243052:ERROR:rtc_peer_connection_handler.cc(2446)] Failed 
to create native session description. Type: "offer" SDP: "v=0\r\no=- 
4839823990544483155 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 
0\r\na=msid-semantic: WMS\r\nm=application 9 UDP/TLS/RTP/SAVPF 119\r\nc=IN IP4 
0.0.0.0\r\nb=AS:30\r\na=rtcp:9 IN IP4 
0.0.0.0\r\na=ice-ufrag:7Ejs\r\na=ice-pwd:938XM9CAOZEbY2uhDpuFrizo\r\na=ice-options:trickle\r\na=fingerprint:sha-256
 
23:5D:00:AF:7B:28:BA:7D:02:92:4E:00:66:5F:B3:C1:C4:F2:BD:66:2B:10:03:74:93:B5:F1:9E:61:45:A3:15\r\na=setup:actpass\r\na=mid:0\r\na=sendrecv\r\na=msid:
 \r\na=rtcp-mux\r\na=rtpmap:119 google-data/9\r\na=ssrc:4203958806 
cname:1yXiouHPsVbMJDst\r\na=ssrc:4203958806 msid:- \r\na=ssrc:4203958806 
mslabel:-\r\na=ssrc:4203958806 label:\r\n"

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: pulseaudio 1:11.1-1ubuntu7.5
  ProcVersionSignature: Ubuntu 4.15.0-87.87-generic 4.15.18
  Uname: Linux 4.15.0-87-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.10
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Feb  9 22:02:47 2020
  InstallationDate: Installed on 2016-05-30 (1350 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to bionic on 2018-09-17 (511 days ago)
  dmi.bios.date: 01/29/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.0c
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X10DAI
  dmi.board.vendor: Supermicro
  dmi.board.version: 1.01
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.0c:bd01/29/2015:svnSupermicro:pnX10DAi:pvr123456789:rvnSupermicro:rnX10DAI:rvr1.01:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: SMC X10
  dmi.product.name: X10DAi
  dmi.product.version: 123456789
  dmi.sys.vendor: Supermicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1862566/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1862566] [NEW] Corrupt sound played

2020-02-09 Thread Jerry Quinn
Public bug reported:

Every once in a while, I get sort of static-y sound with a degree of
echo.  This affects all sounds - within browser, using `play` from the
terminal, etc.  I can solve it by restarting pulseaudio. However, when I
do that, I no longer get the terminal beep.

Ubuntu 18.04

It's not common, and I can't find anything wrong in the system log.

To restart, I killed the process:
  /usr/bin/pulseaudio --start --log-target=syslog

It restarts itself, and audio generally seems to be working now.
However, I now see in the system log things like:


Feb  9 22:05:38 cerberus update-notifier.desktop[4802]: 
[9666:9666:0209/220538.227104:ERROR:pulse_util.cc(300)] pa_operation is nullptr.
Feb  9 22:05:38 cerberus update-notifier.desktop[4802]: 
[9666:9666:0209/220538.227183:ERROR:pulse_util.cc(300)] pa_operation is nullptr.
Feb  9 22:05:38 cerberus update-notifier.desktop[4802]: 
[8767:1:0209/220538.229919:ERROR:webrtc_sdp.cc(402)] Failed to parse: "a=msid: 
". Reason: Missing track ID in msid attribute.
Feb  9 22:05:38 cerberus update-notifier.desktop[4802]: 
[8767:1:0209/220538.243052:ERROR:rtc_peer_connection_handler.cc(2446)] Failed 
to create native session description. Type: "offer" SDP: "v=0\r\no=- 
4839823990544483155 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 
0\r\na=msid-semantic: WMS\r\nm=application 9 UDP/TLS/RTP/SAVPF 119\r\nc=IN IP4 
0.0.0.0\r\nb=AS:30\r\na=rtcp:9 IN IP4 
0.0.0.0\r\na=ice-ufrag:7Ejs\r\na=ice-pwd:938XM9CAOZEbY2uhDpuFrizo\r\na=ice-options:trickle\r\na=fingerprint:sha-256
 
23:5D:00:AF:7B:28:BA:7D:02:92:4E:00:66:5F:B3:C1:C4:F2:BD:66:2B:10:03:74:93:B5:F1:9E:61:45:A3:15\r\na=setup:actpass\r\na=mid:0\r\na=sendrecv\r\na=msid:
 \r\na=rtcp-mux\r\na=rtpmap:119 google-data/9\r\na=ssrc:4203958806 
cname:1yXiouHPsVbMJDst\r\na=ssrc:4203958806 msid:- \r\na=ssrc:4203958806 
mslabel:-\r\na=ssrc:4203958806 label:\r\n"

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: pulseaudio 1:11.1-1ubuntu7.5
ProcVersionSignature: Ubuntu 4.15.0-87.87-generic 4.15.18
Uname: Linux 4.15.0-87-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.10
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sun Feb  9 22:02:47 2020
InstallationDate: Installed on 2016-05-30 (1350 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: pulseaudio
UpgradeStatus: Upgraded to bionic on 2018-09-17 (511 days ago)
dmi.bios.date: 01/29/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.0c
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: X10DAI
dmi.board.vendor: Supermicro
dmi.board.version: 1.01
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.0c:bd01/29/2015:svnSupermicro:pnX10DAi:pvr123456789:rvnSupermicro:rnX10DAI:rvr1.01:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: SMC X10
dmi.product.name: X10DAi
dmi.product.version: 123456789
dmi.sys.vendor: Supermicro

** Affects: pulseaudio (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic package-from-proposed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1862566

Title:
  Corrupt sound played

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  Every once in a while, I get sort of static-y sound with a degree of
  echo.  This affects all sounds - within browser, using `play` from the
  terminal, etc.  I can solve it by restarting pulseaudio. However, when
  I do that, I no longer get the terminal beep.

  Ubuntu 18.04

  It's not common, and I can't find anything wrong in the system log.

  To restart, I killed the process:
/usr/bin/pulseaudio --start --log-target=syslog

  It restarts itself, and audio generally seems to be working now.
  However, I now see in the system log things like:

  
  Feb  9 22:05:38 cerberus update-notifier.desktop[4802]: 
[9666:9666:0209/220538.227104:ERROR:pulse_util.cc(300)] pa_operation is nullptr.
  Feb  9 22:05:38 cerberus update-notifier.desktop[4802]: 
[9666:9666:0209/220538.227183:ERROR:pulse_util.cc(300)] pa_operation is nullptr.
  Feb  9 22:05:38 cerberus update-notifier.desktop[4802]: 
[8767:1:0209/220538.229919:ERROR:webrtc_sdp.cc(402)] Failed to parse: "a=msid: 
". Reason: Missing track ID in msid attribute.
  Feb  9 22:05:38 cerberus update-notifier.desktop[4802]: 
[8767:1:0209/220538.243052:ERROR:rtc_peer_connection_handler.cc(2446)] Failed 
to create native session description. Type: "offer" SDP: "v=0\r\no=- 
4839823990544483155 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 
0\r\na=msid-semantic: WMS\r\nm=application 9 UDP/TLS/RTP/SAVPF 119\r\nc=IN IP4 

[Touch-packages] [Bug 1553466] Re: org.gnome.SessionManager was not provided by any .service files

2020-02-07 Thread Jerry Quinn
I'm seeing it after rebooting my 18.04 machine today.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/1553466

Title:
  org.gnome.SessionManager was not provided by any .service files

Status in dbus package in Ubuntu:
  Confirmed

Bug description:
  This is logged into journalctl:

   org.gnome.ScreenSaver[1755]: ** (gnome-screensaver:1868): WARNING **:
  Couldn't get presence status: The name org.gnome.SessionManager was
  not provided by any .service files

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: dbus 1.10.6-1ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
  Uname: Linux 4.4.0-10-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sat Mar  5 08:37:25 2016
  ExecutablePath: /usr/bin/dbus-daemon
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: dbus
  UpgradeStatus: No upgrade log present (probably fresh install)
  upstart.dbus.log:
   Activating service name='org.gnome.Terminal'
   Successfully activated service 'org.gnome.Terminal'
   Activating service name='org.gnome.Terminal'
   Successfully activated service 'org.gnome.Terminal'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1553466/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1553466] Re: org.gnome.SessionManager was not provided by any .service files

2020-02-07 Thread Jerry Quinn
Linux smaug 4.15.0-76-generic #86-Ubuntu SMP Fri Jan 17 17:24:28 UTC
2020 x86_64 x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/1553466

Title:
  org.gnome.SessionManager was not provided by any .service files

Status in dbus package in Ubuntu:
  Confirmed

Bug description:
  This is logged into journalctl:

   org.gnome.ScreenSaver[1755]: ** (gnome-screensaver:1868): WARNING **:
  Couldn't get presence status: The name org.gnome.SessionManager was
  not provided by any .service files

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: dbus 1.10.6-1ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
  Uname: Linux 4.4.0-10-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sat Mar  5 08:37:25 2016
  ExecutablePath: /usr/bin/dbus-daemon
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: dbus
  UpgradeStatus: No upgrade log present (probably fresh install)
  upstart.dbus.log:
   Activating service name='org.gnome.Terminal'
   Successfully activated service 'org.gnome.Terminal'
   Activating service name='org.gnome.Terminal'
   Successfully activated service 'org.gnome.Terminal'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1553466/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1806226] Re: Dell C2665dnf gets broken installation

2018-12-04 Thread Jerry Quinn
I get the same issue.  Printing a test page on this queue gives me the
same PDL error.

What package should this bug be assigned to?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1806226

Title:
  Dell C2665dnf gets broken installation

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  My apologies if this is the wrong package to file this bug against...

  I just installed 18.04 on a new machine.  Very conveniently, it found
  my Dell C2665dnf printer and set up an ipp printer for it.
  Unfortunately, the printer configuration doesn't work.  Printing a
  test page gives 016-720 PDL error.

  I can install the Dell-created printer filter and PPD and create a
  printer that works fine, and I have this setup on another 18.04
  machine.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: cups 2.2.7-1ubuntu2.1
  ProcVersionSignature: Ubuntu 4.15.0-39.42-generic 4.15.18
  Uname: Linux 4.15.0-39-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec  2 01:28:28 2018
  InstallationDate: Installed on 2018-12-01 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  Lpstat:
   device for Dell-C2665dnf-Color-MFP: 
dnssd://Dell%20C2665dnf%20Color%20MFP%20(D3%3A8E%3AA3)._pdl-datastream._tcp.local/?uuid=e72bf300-1dd2-11b2-ad7c-080037d38ea3
   device for Dell_C2665dnf_Color_MFP_D3_8E_A3_: 
ipp://Dell-C2665dnf-D38EA3.local:631/ipp/print
  MachineType: LENOVO 2344BPU
  Papersize: letter
  PpdFiles:
   Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Dell_C2665dnf_Color_MFP_D3_8E_A3_.ppd', 
'/etc/cups/ppd/Dell-C2665dnf-Color-MFP.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/Dell_C2665dnf_Color_MFP_D3_8E_A3_.ppd: Permission denied
   grep: /etc/cups/ppd/Dell-C2665dnf-Color-MFP.ppd: Permission denied
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-39-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/08/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G1ET93WW (2.53 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2344BPU
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG1ET93WW(2.53):bd03/08/2013:svnLENOVO:pn2344BPU:pvrThinkPadT430:rvnLENOVO:rn2344BPU:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.family: ThinkPad T430
  dmi.product.name: 2344BPU
  dmi.product.version: ThinkPad T430
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1806226/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1806226] [NEW] Dell C2665dnf gets broken installation

2018-12-01 Thread Jerry Quinn
Public bug reported:

My apologies if this is the wrong package to file this bug against...

I just installed 18.04 on a new machine.  Very conveniently, it found my
Dell C2665dnf printer and set up an ipp printer for it.  Unfortunately,
the printer configuration doesn't work.  Printing a test page gives
016-720 PDL error.

I can install the Dell-created printer filter and PPD and create a
printer that works fine, and I have this setup on another 18.04 machine.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: cups 2.2.7-1ubuntu2.1
ProcVersionSignature: Ubuntu 4.15.0-39.42-generic 4.15.18
Uname: Linux 4.15.0-39-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sun Dec  2 01:28:28 2018
InstallationDate: Installed on 2018-12-01 (0 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
Lpstat:
 device for Dell-C2665dnf-Color-MFP: 
dnssd://Dell%20C2665dnf%20Color%20MFP%20(D3%3A8E%3AA3)._pdl-datastream._tcp.local/?uuid=e72bf300-1dd2-11b2-ad7c-080037d38ea3
 device for Dell_C2665dnf_Color_MFP_D3_8E_A3_: 
ipp://Dell-C2665dnf-D38EA3.local:631/ipp/print
MachineType: LENOVO 2344BPU
Papersize: letter
PpdFiles:
 Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Dell_C2665dnf_Color_MFP_D3_8E_A3_.ppd', 
'/etc/cups/ppd/Dell-C2665dnf-Color-MFP.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/Dell_C2665dnf_Color_MFP_D3_8E_A3_.ppd: Permission denied
 grep: /etc/cups/ppd/Dell-C2665dnf-Color-MFP.ppd: Permission denied
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-39-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
SourcePackage: cups
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/08/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: G1ET93WW (2.53 )
dmi.board.asset.tag: Not Available
dmi.board.name: 2344BPU
dmi.board.vendor: LENOVO
dmi.board.version: Win8 Pro DPK TPG
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrG1ET93WW(2.53):bd03/08/2013:svnLENOVO:pn2344BPU:pvrThinkPadT430:rvnLENOVO:rn2344BPU:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.family: ThinkPad T430
dmi.product.name: 2344BPU
dmi.product.version: ThinkPad T430
dmi.sys.vendor: LENOVO

** Affects: cups (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apparmor apport-bug bionic

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1806226

Title:
  Dell C2665dnf gets broken installation

Status in cups package in Ubuntu:
  New

Bug description:
  My apologies if this is the wrong package to file this bug against...

  I just installed 18.04 on a new machine.  Very conveniently, it found
  my Dell C2665dnf printer and set up an ipp printer for it.
  Unfortunately, the printer configuration doesn't work.  Printing a
  test page gives 016-720 PDL error.

  I can install the Dell-created printer filter and PPD and create a
  printer that works fine, and I have this setup on another 18.04
  machine.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: cups 2.2.7-1ubuntu2.1
  ProcVersionSignature: Ubuntu 4.15.0-39.42-generic 4.15.18
  Uname: Linux 4.15.0-39-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec  2 01:28:28 2018
  InstallationDate: Installed on 2018-12-01 (0 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  Lpstat:
   device for Dell-C2665dnf-Color-MFP: 
dnssd://Dell%20C2665dnf%20Color%20MFP%20(D3%3A8E%3AA3)._pdl-datastream._tcp.local/?uuid=e72bf300-1dd2-11b2-ad7c-080037d38ea3
   device for Dell_C2665dnf_Color_MFP_D3_8E_A3_: 
ipp://Dell-C2665dnf-D38EA3.local:631/ipp/print
  MachineType: LENOVO 2344BPU
  Papersize: letter
  PpdFiles:
   Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Dell_C2665dnf_Color_MFP_D3_8E_A3_.ppd', 
'/etc/cups/ppd/Dell-C2665dnf-Color-MFP.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/Dell_C2665dnf_Color_MFP_D3_8E_A3_.ppd: Permission denied
   grep: /etc/cups/ppd/Dell-C2665dnf-Color-MFP.ppd: Permission denied
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-39-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/08/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G1ET93WW (2.53 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 

[Touch-packages] [Bug 1790694] [NEW] Update forgets capslock gnome setting

2018-09-04 Thread Jerry Quinn
Public bug reported:

I'm not sure this package is the source of the bug.  I just updated my
system, including this package.  Before the update, my capslock key is
set in gnome-tweaks to "Caps Lock is also a Ctrl".  After the update, my
capslock key was back to being capslock.  If I load gnome-tweaks, it
shows the correct setting but behavior is wrong.  I can choose another
option and then choose the one I want, and the desired capslock behavior
is restored.

Here's the console output from the update, showing the packages
involved:

jlquinn@smaug:~$ sudo aptitude
[sudo] password for jlquinn: 
Performing actions...
Preconfiguring packages ...
(Reading database ... 296653 files and directories currently installed.)
Preparing to unpack .../00-console-setup-linux_1.178ubuntu2.7_all.deb ...
Unpacking console-setup-linux (1.178ubuntu2.7) over (1.178ubuntu2.6) ...
Preparing to unpack .../01-console-setup_1.178ubuntu2.7_all.deb ...
Unpacking console-setup (1.178ubuntu2.7) over (1.178ubuntu2.6) ...
Preparing to unpack .../02-keyboard-configuration_1.178ubuntu2.7_all.deb ...
Unpacking keyboard-configuration (1.178ubuntu2.7) over (1.178ubuntu2.6) ...
Preparing to unpack 
.../03-libpackagekit-glib2-18_1.1.9-1ubuntu2.18.04.1_amd64.deb ...
Unpacking libpackagekit-glib2-18:amd64 (1.1.9-1ubuntu2.18.04.1) over 
(1.1.9-1ubuntu2) ...
Preparing to unpack 
.../04-gir1.2-packagekitglib-1.0_1.1.9-1ubuntu2.18.04.1_amd64.deb ...
Unpacking gir1.2-packagekitglib-1.0 (1.1.9-1ubuntu2.18.04.1) over 
(1.1.9-1ubuntu2) ...
Preparing to unpack 
.../05-gnome-software-plugin-snap_3.28.1-0ubuntu4.18.04.3_amd64.deb ...
Unpacking gnome-software-plugin-snap (3.28.1-0ubuntu4.18.04.3) over 
(3.28.1-0ubuntu4.18.04.2) ...
Preparing to unpack .../06-gnome-software_3.28.1-0ubuntu4.18.04.3_amd64.deb ...
Unpacking gnome-software (3.28.1-0ubuntu4.18.04.3) over 
(3.28.1-0ubuntu4.18.04.2) ...
Preparing to unpack 
.../07-gnome-software-common_3.28.1-0ubuntu4.18.04.3_all.deb ...
Unpacking gnome-software-common (3.28.1-0ubuntu4.18.04.3) over 
(3.28.1-0ubuntu4.18.04.2) ...
Preparing to unpack .../08-packagekit-tools_1.1.9-1ubuntu2.18.04.1_amd64.deb ...
Unpacking packagekit-tools (1.1.9-1ubuntu2.18.04.1) over (1.1.9-1ubuntu2) ...
Preparing to unpack 
.../09-gstreamer1.0-packagekit_1.1.9-1ubuntu2.18.04.1_amd64.deb ...
Unpacking gstreamer1.0-packagekit (1.1.9-1ubuntu2.18.04.1) over 
(1.1.9-1ubuntu2) ...
Preparing to unpack .../10-packagekit_1.1.9-1ubuntu2.18.04.1_amd64.deb ...
Unpacking packagekit (1.1.9-1ubuntu2.18.04.1) over (1.1.9-1ubuntu2) ...
Preparing to unpack .../11-libgpgme11_1.10.0-1ubuntu2_amd64.deb ...
Unpacking libgpgme11:amd64 (1.10.0-1ubuntu2) over (1.10.0-1ubuntu1) ...
Preparing to unpack .../12-libgpgmepp6_1.10.0-1ubuntu2_amd64.deb ...
Unpacking libgpgmepp6:amd64 (1.10.0-1ubuntu2) over (1.10.0-1ubuntu1) ...
Preparing to unpack .../13-ubuntu-software_3.28.1-0ubuntu4.18.04.3_all.deb ...
Unpacking ubuntu-software (3.28.1-0ubuntu4.18.04.3) over 
(3.28.1-0ubuntu4.18.04.2) ...
Setting up keyboard-configuration (1.178ubuntu2.7) ...
Your console font configuration will be updated the next time your system
boots. If you want to update it now, run 'setupcon' from a virtual console.
update-initramfs: deferring update (trigger activated)
Setting up gnome-software-common (3.28.1-0ubuntu4.18.04.3) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for ureadahead (0.100.0-20) ...
ureadahead will be reprofiled on next reboot
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.1) ...
Processing triggers for libglib2.0-0:amd64 (2.56.1-2ubuntu1) ...
Setting up libpackagekit-glib2-18:amd64 (1.1.9-1ubuntu2.18.04.1) ...
Setting up libgpgme11:amd64 (1.10.0-1ubuntu2) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for systemd (237-3ubuntu10.3) ...
Processing triggers for man-db (2.8.3-2) ...
Setting up gir1.2-packagekitglib-1.0 (1.1.9-1ubuntu2.18.04.1) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for dbus (1.12.2-1ubuntu1) ...
Setting up console-setup-linux (1.178ubuntu2.7) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Setting up libgpgmepp6:amd64 (1.10.0-1ubuntu2) ...
Setting up packagekit (1.1.9-1ubuntu2.18.04.1) ...
Setting up console-setup (1.178ubuntu2.7) ...
update-initramfs: deferring update (trigger activated)
Setting up gstreamer1.0-packagekit (1.1.9-1ubuntu2.18.04.1) ...
Setting up gnome-software (3.28.1-0ubuntu4.18.04.3) ...
Setting up packagekit-tools (1.1.9-1ubuntu2.18.04.1) ...
Setting up ubuntu-software (3.28.1-0ubuntu4.18.04.3) ...
Setting up gnome-software-plugin-snap (3.28.1-0ubuntu4.18.04.3) ...
Processing triggers for initramfs-tools (0.130ubuntu3.1) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-33-generic
W: plymouth module (/usr/lib/x86_64-linux-gnu/plymouth//.so) missing, skipping 
that theme.
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Press Return to continue, 'q' followed by Return to quit.


[Touch-packages] [Bug 1467588] Re: Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged. (proces

2018-03-17 Thread Jerry Quinn
It's very easy to reproduce this:

jlquinn@cerberus:~/Pictures$ zenity --info --text='Hi there'
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

Ubuntu 16.04

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1467588

Title:
  Gtk-Message: GtkDialog mapped without a transient parent. This is
  discouraged. Gtk-Message: GtkDialog mapped without a transient parent.
  This is discouraged.  (process:17035): GLib-CRITICAL **:
  g_slice_set_config: assertion 'sys_page_size == 0' failed

Status in Unity:
  Expired
Status in apport package in Ubuntu:
  Confirmed
Status in synaptic package in Ubuntu:
  Confirmed
Status in unity package in Ubuntu:
  Confirmed
Status in zenity package in Ubuntu:
  Confirmed

Bug description:
  Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

  (process:17035): GLib-CRITICAL **: g_slice_set_config: assertion
  'sys_page_size == 0' failed

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.2+15.04.20150420-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Jun 22 16:56:16 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.26, 3.19.0-18-generic, x86_64: installed
   virtualbox, 4.3.26, 3.19.0-20-generic, x86_64: installed
   virtualbox, 4.3.26, 3.19.0-21-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:1854]
  InstallationDate: Installed on 2015-06-02 (20 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP 2000 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=9ac32e8e-1bbd-4aa9-8f25-2b79e4052d96 ro quiet splash
  SourcePackage: unity
  UdevLog: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgConf:
   
  dmi.bios.date: 06/13/2013
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.3A
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 1854
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 64.2A
  dmi.chassis.asset.tag: 5CG3400HTV
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.3A:bd06/13/2013:svnHewlett-Packard:pnHP2000NotebookPC:pvr088F130059160:rvnHewlett-Packard:rn1854:rvr64.2A:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 2000 Notebook PC
  dmi.product.version: 088F130059160
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Mon Jun 22 15:28:27 2015
  xserver.configfile: /etc/X11/xorg.conf
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id 845 
   vendor LGD
  xserver.version: 2:1.17.1-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1467588/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1710322] Re: Xorg freeze

2017-08-11 Thread Jerry Quinn
log of hung Xorg process

** Attachment added: "log of hung Xorg process"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1710322/+attachment/4931025/+files/Xorg.0.log.old

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1710322

Title:
  Xorg freeze

Status in xorg package in Ubuntu:
  New

Bug description:
  Display was wedged but ssh worked.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sat Aug 12 00:18:26 2017
  DistUpgraded: 2016-05-31 04:27:01,635 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: This is the first time
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/580] 
[1002:67df] (rev c7) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Radeon RX 480 [1043:04fb]
  InstallationDate: Installed on 2016-05-30 (438 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Supermicro X10DAi
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-32-generic 
root=/dev/mapper/vg--root-lvol0 ro quiet splash nomdmonddf nomdmonisw 
vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to xenial on 2016-05-31 (437 days ago)
  dmi.bios.date: 01/29/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.0c
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X10DAI
  dmi.board.vendor: Supermicro
  dmi.board.version: 1.01
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.0c:bd01/29/2015:svnSupermicro:pnX10DAi:pvr123456789:rvnSupermicro:rnX10DAI:rvr1.01:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: X10DAi
  dmi.product.version: 123456789
  dmi.sys.vendor: Supermicro
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.1
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sat Aug 12 00:07:34 2017
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech Trackball   MOUSE, id 8
   inputLITE-ON Technology USB NetVista Full Width Keyboard. KEYBOARD, 
id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.3-1ubuntu1~16.04.2
  xserver.video_driver: amdgpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1710322/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1710322] [NEW] Xorg freeze

2017-08-11 Thread Jerry Quinn
Public bug reported:

Display was wedged but ssh worked.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-32-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Sat Aug 12 00:18:26 2017
DistUpgraded: 2016-05-31 04:27:01,635 DEBUG icon theme changed, re-reading
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GpuHangFrequency: This is the first time
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/580] 
[1002:67df] (rev c7) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Radeon RX 480 [1043:04fb]
InstallationDate: Installed on 2016-05-30 (438 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: Supermicro X10DAi
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-32-generic 
root=/dev/mapper/vg--root-lvol0 ro quiet splash nomdmonddf nomdmonisw 
vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: Upgraded to xenial on 2016-05-31 (437 days ago)
dmi.bios.date: 01/29/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.0c
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: X10DAI
dmi.board.vendor: Supermicro
dmi.board.version: 1.01
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.0c:bd01/29/2015:svnSupermicro:pnX10DAi:pvr123456789:rvnSupermicro:rnX10DAI:rvr1.01:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: X10DAi
dmi.product.version: 123456789
dmi.sys.vendor: Supermicro
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.1
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Sat Aug 12 00:07:34 2017
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputLogitech Trackball   MOUSE, id 8
 inputLITE-ON Technology USB NetVista Full Width Keyboard. KEYBOARD, id 
9
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.3-1ubuntu1~16.04.2
xserver.video_driver: amdgpu

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 freeze ubuntu xenial

** Attachment added: "Kernel log showing Xorg blocked for more than 120 seconds"
   https://bugs.launchpad.net/bugs/1710322/+attachment/4931003/+files/kern.log

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1710322

Title:
  Xorg freeze

Status in xorg package in Ubuntu:
  New

Bug description:
  Display was wedged but ssh worked.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sat Aug 12 00:18:26 2017
  DistUpgraded: 2016-05-31 04:27:01,635 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: This is the first time
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/580] 
[1002:67df] (rev c7) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Radeon RX 480 [1043:04fb]
  InstallationDate: Installed on 2016-05-30 (438 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Supermicro X10DAi
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-32-generic 
root=/dev/mapper/vg--root-lvol0 ro quiet splash nomdmonddf nomdmonisw 
vt.handoff=7
  SourcePackage: 

[Touch-packages] [Bug 1702827] [NEW] X fails to set DPI correctly

2017-07-07 Thread Jerry Quinn
Public bug reported:

I have the common problem of everything being too small when switching
to a 4K monitor.  One issue is that X is setting DPI to 96 instead of
157 for my 28" 4K monitor.

This is a Radeon RX480 and I've installed xserver-xorg-hwe.  If I run
get-edid | parse-edid, the correct display dimensions are returned
(620x340mm).  I see:

This is read-edid version 3.0.2. Prepare for some fun.
Attempting to use i2c interface
No EDID on bus 1
No EDID on bus 2
No EDID on bus 3
No EDID on bus 4
No EDID on bus 5
No EDID on bus 6
No EDID on bus 7
No EDID on bus 8
No EDID on bus 9
1 potential busses found: 0
256-byte EDID successfully retrieved from i2c bus 0
Looks like i2c was successful. Have a good day.
Checksum Correct

Section "Monitor"
Identifier "MP Monitor"
ModelName "MP Monitor"
VendorName "RX_"
# Monitor Manufactured week 41 of 2016
# EDID version 1.3
# Digital Display
DisplaySize 620 340
Gamma 2.20
Option "DPMS" "true"
Horizsync 23-80
VertRefresh 30-160
# Maximum pixel clock is 600MHz
#Not giving standard mode: 1280x720, 60Hz
#Not giving standard mode: 1280x1024, 60Hz
#Not giving standard mode: 1440x900, 60Hz
#Not giving standard mode: 1600x900, 60Hz
#Not giving standard mode: 1680x1050, 60Hz
#Not giving standard mode: 1920x1080, 60Hz
#Not giving standard mode: 1920x1200, 60Hz

#Extension block found. Parsing...
#WARNING: I may have missed a mode (CEA mode 97)
#DOUBLE WARNING: It's your first mode, too, so this may actually be important.
#WARNING: I may have missed a mode (CEA mode 96)
#WARNING: I may have missed a mode (CEA mode 101)
#WARNING: I may have missed a mode (CEA mode 102)
#WARNING: I may have missed a mode (CEA mode 93)
#WARNING: I may have missed a mode (CEA mode 94)
#WARNING: I may have missed a mode (CEA mode 95)
#WARNING: I may have missed a mode (CEA mode 98)
Modeline"Mode 18" 148.50 1920 2008 2052 2200 1080 1084 1089 
1125 +hsync -vsync 
Modeline"Mode 0" 297.00 3840 3888 3920 4400 2160 2163 2169 2250 
+hsync -vsync 
Modeline"Mode 1" 241.50 2560 2608 2640 2720 1440 1443 1449 1481 
+hsync -vsync 
Modeline"Mode 2" 148.500 1920 2008 2052 2200 1080 1084 1089 
1125 +hsync +vsync
Modeline"Mode 3" 74.250 1920 2008 2052 2200 1080 1082 1087 1125 
+hsync +vsync interlace
Modeline"Mode 4" 74.250 1280 1390 1420 1650 720 725 730 750 
+hsync +vsync
Modeline"Mode 5" 27.027 720 736 798 858 480 489 495 525 -hsync 
-vsync
Modeline"Mode 6" 27.027 720 736 798 858 480 489 495 525 -hsync 
-vsync
Modeline"Mode 7" 27.027 1440 1478 1602 1716 480 484 487 525 
-hsync -vsync interlace
Modeline"Mode 8" 27.000 1440 1464 1590 1728 576 578 581 625 
-hsync -vsync interlace
Modeline"Mode 9" 25.200 640 656 752 800 480 490 492 525 -hsync 
-vsync
Modeline"Mode 10" 148.500 1920 2448 2492 2640 1080 1084 1089 
1125 +hsync +vsync
Modeline"Mode 11" 27.000 720 732 796 864 576 581 586 625 -hsync 
-vsync
Modeline"Mode 12" 74.250 1280 1720 1760 1980 720 725 730 750 
+hsync +vsync
Modeline"Mode 13" 74.250 1920 2448 2492 2640 1080 1082 1089 
1125 +hsync +vsync interlace
Modeline"Mode 14" 74.250 1920 2558 2602 2750 1080 1084 1089 
1125 +hsync +vsync
Modeline"Mode 15" 27.000 1440 1464 1590 1728 576 578 581 625 
-hsync -vsync interlace
Modeline"Mode 16" 27.000 720 732 796 864 576 581 586 625 -hsync 
-vsync
Modeline"Mode 17" 27.027 1440 1478 1602 1716 480 484 487 525 
-hsync -vsync interlace
Modeline"Mode 19" 148.50 1920 1968 2000 2640 1080 1084 1089 
1125 +hsync -vsync 
Modeline"Mode 20" 74.25 1920 2008 2052 2200 540 542 547 562 
+hsync +vsync interlace
Option "PreferredMode" "Mode 18"
EndSection

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.8.0-58.63~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-58-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Fri Jul  7 01:51:59 2017
DistUpgraded: 2016-05-31 04:27:01,635 DEBUG icon theme changed, re-reading
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/580] 
[1002:67df] (rev c7) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Radeon RX 480 [1043:04fb]
InstallationDate: Installed on 2016-05-30 (402 days ago)
InstallationMedia: 

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2017-03-07 Thread Jerry Quinn
Bump.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  Confirmed

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*&, char const*, char*&, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*&, char*&)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const&, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*&, char const*, 
char*&, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*&, char*&, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::okay'
  

[Touch-packages] [Bug 1590244] Re: Upgrading upower package caused forced reboot

2016-11-26 Thread Jerry Quinn
Bump.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to upower in Ubuntu.
https://bugs.launchpad.net/bugs/1590244

Title:
  Upgrading upower package caused forced reboot

Status in Upower:
  Unknown
Status in upower package in Ubuntu:
  Confirmed

Bug description:
  When upower was updated, the system claimed that my UPS was empty.
  The system then proceeded to shut down.  On reboot, the UPS was fully
  charged as expected.

  This is a major data loss concern.  The system shut down while
  upgrading packages.  Perhaps the bug is in the handling of my specific
  UPS but it's still important.

  jlquinn@cerberus:~$ lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  jlquinn@cerberus:~$ apt-cache policy upower
  upower:
Installed: 0.99.4-2ubuntu0.2
Candidate: 0.99.4-2ubuntu0.2
Version table:
   *** 0.99.4-2ubuntu0.2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.99.4-2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

  output of lsusb -v for my UPS

  Bus 003 Device 002: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS
  Device Descriptor:
bLength18
bDescriptorType 1
bcdUSB   1.10
bDeviceClass0 (Defined at Interface level)
bDeviceSubClass 0 
bDeviceProtocol 0 
bMaxPacketSize0 8
idVendor   0x0764 Cyber Power System, Inc.
idProduct  0x0501 CP1500 AVR UPS
bcdDevice0.01
iManufacturer   3 CPS
iProduct1 CP625HGa
iSerial 0 
bNumConfigurations  1
Configuration Descriptor:
  bLength 9
  bDescriptorType 2
  wTotalLength   34
  bNumInterfaces  1
  bConfigurationValue 1
  iConfiguration  0 
  bmAttributes 0x80
(Bus Powered)
  MaxPower   50mA
  Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber0
bAlternateSetting   0
bNumEndpoints   1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass  0 No Subclass
bInterfaceProtocol  0 None
iInterface  0 
  HID Device Descriptor:
bLength 9
bDescriptorType33
bcdHID   1.10
bCountryCode   33 US
bNumDescriptors 1
bDescriptorType34 Report
wDescriptorLength 410
   Report Descriptors: 
 ** UNAVAILABLE **
Endpoint Descriptor:
  bLength 7
  bDescriptorType 5
  bEndpointAddress 0x81  EP 1 IN
  bmAttributes3
Transfer TypeInterrupt
Synch Type   None
Usage Type   Data
  wMaxPacketSize 0x0008  1x 8 bytes
  bInterval  10
  Device Status: 0x
(Bus Powered)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: upower 0.99.4-2ubuntu0.2
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jun  8 00:27:23 2016
  InstallationDate: Installed on 2016-05-30 (8 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: upower
  UpgradeStatus: Upgraded to xenial on 2016-05-31 (7 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/upower/+bug/1590244/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2016-11-26 Thread Jerry Quinn
Bump.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  Confirmed

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*&, char const*, char*&, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*&, char*&)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const&, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*&, char const*, 
char*&, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*&, char*&, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::okay'
  

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2016-10-29 Thread Jerry Quinn
Bump.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  Confirmed

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*&, char const*, char*&, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*&, char*&)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const&, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*&, char const*, 
char*&, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*&, char*&, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::okay'
  

[Touch-packages] [Bug 1590244] Re: Upgrading upower package caused forced reboot

2016-10-14 Thread Jerry Quinn
Any progress on this bug?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to upower in Ubuntu.
https://bugs.launchpad.net/bugs/1590244

Title:
  Upgrading upower package caused forced reboot

Status in Upower:
  Unknown
Status in upower package in Ubuntu:
  Confirmed

Bug description:
  When upower was updated, the system claimed that my UPS was empty.
  The system then proceeded to shut down.  On reboot, the UPS was fully
  charged as expected.

  This is a major data loss concern.  The system shut down while
  upgrading packages.  Perhaps the bug is in the handling of my specific
  UPS but it's still important.

  jlquinn@cerberus:~$ lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  jlquinn@cerberus:~$ apt-cache policy upower
  upower:
Installed: 0.99.4-2ubuntu0.2
Candidate: 0.99.4-2ubuntu0.2
Version table:
   *** 0.99.4-2ubuntu0.2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.99.4-2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

  output of lsusb -v for my UPS

  Bus 003 Device 002: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS
  Device Descriptor:
bLength18
bDescriptorType 1
bcdUSB   1.10
bDeviceClass0 (Defined at Interface level)
bDeviceSubClass 0 
bDeviceProtocol 0 
bMaxPacketSize0 8
idVendor   0x0764 Cyber Power System, Inc.
idProduct  0x0501 CP1500 AVR UPS
bcdDevice0.01
iManufacturer   3 CPS
iProduct1 CP625HGa
iSerial 0 
bNumConfigurations  1
Configuration Descriptor:
  bLength 9
  bDescriptorType 2
  wTotalLength   34
  bNumInterfaces  1
  bConfigurationValue 1
  iConfiguration  0 
  bmAttributes 0x80
(Bus Powered)
  MaxPower   50mA
  Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber0
bAlternateSetting   0
bNumEndpoints   1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass  0 No Subclass
bInterfaceProtocol  0 None
iInterface  0 
  HID Device Descriptor:
bLength 9
bDescriptorType33
bcdHID   1.10
bCountryCode   33 US
bNumDescriptors 1
bDescriptorType34 Report
wDescriptorLength 410
   Report Descriptors: 
 ** UNAVAILABLE **
Endpoint Descriptor:
  bLength 7
  bDescriptorType 5
  bEndpointAddress 0x81  EP 1 IN
  bmAttributes3
Transfer TypeInterrupt
Synch Type   None
Usage Type   Data
  wMaxPacketSize 0x0008  1x 8 bytes
  bInterval  10
  Device Status: 0x
(Bus Powered)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: upower 0.99.4-2ubuntu0.2
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jun  8 00:27:23 2016
  InstallationDate: Installed on 2016-05-30 (8 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: upower
  UpgradeStatus: Upgraded to xenial on 2016-05-31 (7 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/upower/+bug/1590244/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1590244] Re: Upgrading upower package caused forced reboot

2016-09-18 Thread Jerry Quinn
Any progress on this bug?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to upower in Ubuntu.
https://bugs.launchpad.net/bugs/1590244

Title:
  Upgrading upower package caused forced reboot

Status in Upower:
  Unknown
Status in upower package in Ubuntu:
  Confirmed

Bug description:
  When upower was updated, the system claimed that my UPS was empty.
  The system then proceeded to shut down.  On reboot, the UPS was fully
  charged as expected.

  This is a major data loss concern.  The system shut down while
  upgrading packages.  Perhaps the bug is in the handling of my specific
  UPS but it's still important.

  jlquinn@cerberus:~$ lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  jlquinn@cerberus:~$ apt-cache policy upower
  upower:
Installed: 0.99.4-2ubuntu0.2
Candidate: 0.99.4-2ubuntu0.2
Version table:
   *** 0.99.4-2ubuntu0.2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.99.4-2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

  output of lsusb -v for my UPS

  Bus 003 Device 002: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS
  Device Descriptor:
bLength18
bDescriptorType 1
bcdUSB   1.10
bDeviceClass0 (Defined at Interface level)
bDeviceSubClass 0 
bDeviceProtocol 0 
bMaxPacketSize0 8
idVendor   0x0764 Cyber Power System, Inc.
idProduct  0x0501 CP1500 AVR UPS
bcdDevice0.01
iManufacturer   3 CPS
iProduct1 CP625HGa
iSerial 0 
bNumConfigurations  1
Configuration Descriptor:
  bLength 9
  bDescriptorType 2
  wTotalLength   34
  bNumInterfaces  1
  bConfigurationValue 1
  iConfiguration  0 
  bmAttributes 0x80
(Bus Powered)
  MaxPower   50mA
  Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber0
bAlternateSetting   0
bNumEndpoints   1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass  0 No Subclass
bInterfaceProtocol  0 None
iInterface  0 
  HID Device Descriptor:
bLength 9
bDescriptorType33
bcdHID   1.10
bCountryCode   33 US
bNumDescriptors 1
bDescriptorType34 Report
wDescriptorLength 410
   Report Descriptors: 
 ** UNAVAILABLE **
Endpoint Descriptor:
  bLength 7
  bDescriptorType 5
  bEndpointAddress 0x81  EP 1 IN
  bmAttributes3
Transfer TypeInterrupt
Synch Type   None
Usage Type   Data
  wMaxPacketSize 0x0008  1x 8 bytes
  bInterval  10
  Device Status: 0x
(Bus Powered)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: upower 0.99.4-2ubuntu0.2
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jun  8 00:27:23 2016
  InstallationDate: Installed on 2016-05-30 (8 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: upower
  UpgradeStatus: Upgraded to xenial on 2016-05-31 (7 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/upower/+bug/1590244/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2016-07-30 Thread Jerry Quinn
Bump.  Someone please look?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  Confirmed

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*&, char const*, char*&, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*&, char*&)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const&, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*&, char const*, 
char*&, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*&, char*&, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::okay'
  

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2016-06-23 Thread Jerry Quinn
This bug affects Ubuntu 16.04 as well as 14.04.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  Confirmed

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*&, char const*, char*&, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*&, char*&)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const&, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*&, char const*, 
char*&, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*&, char*&, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2016-06-23 Thread Jerry Quinn
This is very reproducible on multiple machines.

** Changed in: binutils (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  Confirmed

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*&, char const*, char*&, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*&, char*&)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const&, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*&, char const*, 
char*&, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*&, char*&, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  

Re: [Touch-packages] [Bug 1590244] Re: Upgrading upower package caused forced reboot

2016-06-11 Thread Jerry Quinn
On 06/08/2016 01:54 AM, Sebastien Bacher wrote:
> thank you for your bug report, can you reproduce with a "sudo apt-get
> install --reinstall upower" or was it a one time thing only?
>
> ** Changed in: upower (Ubuntu)
> Importance: Undecided => High
>
Yes I can reproduce it.  It shuts my machine down within 20 second of the 
package update.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to upower in Ubuntu.
https://bugs.launchpad.net/bugs/1590244

Title:
  Upgrading upower package caused forced reboot

Status in upower package in Ubuntu:
  New

Bug description:
  When upower was updated, the system claimed that my UPS was empty.
  The system then proceeded to shut down.  On reboot, the UPS was fully
  charged as expected.

  This is a major data loss concern.  The system shut down while
  upgrading packages.  Perhaps the bug is in the handling of my specific
  UPS but it's still important.

  jlquinn@cerberus:~$ lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  jlquinn@cerberus:~$ apt-cache policy upower
  upower:
Installed: 0.99.4-2ubuntu0.2
Candidate: 0.99.4-2ubuntu0.2
Version table:
   *** 0.99.4-2ubuntu0.2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.99.4-2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

  output of lsusb -v for my UPS

  Bus 003 Device 002: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS
  Device Descriptor:
bLength18
bDescriptorType 1
bcdUSB   1.10
bDeviceClass0 (Defined at Interface level)
bDeviceSubClass 0 
bDeviceProtocol 0 
bMaxPacketSize0 8
idVendor   0x0764 Cyber Power System, Inc.
idProduct  0x0501 CP1500 AVR UPS
bcdDevice0.01
iManufacturer   3 CPS
iProduct1 CP625HGa
iSerial 0 
bNumConfigurations  1
Configuration Descriptor:
  bLength 9
  bDescriptorType 2
  wTotalLength   34
  bNumInterfaces  1
  bConfigurationValue 1
  iConfiguration  0 
  bmAttributes 0x80
(Bus Powered)
  MaxPower   50mA
  Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber0
bAlternateSetting   0
bNumEndpoints   1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass  0 No Subclass
bInterfaceProtocol  0 None
iInterface  0 
  HID Device Descriptor:
bLength 9
bDescriptorType33
bcdHID   1.10
bCountryCode   33 US
bNumDescriptors 1
bDescriptorType34 Report
wDescriptorLength 410
   Report Descriptors: 
 ** UNAVAILABLE **
Endpoint Descriptor:
  bLength 7
  bDescriptorType 5
  bEndpointAddress 0x81  EP 1 IN
  bmAttributes3
Transfer TypeInterrupt
Synch Type   None
Usage Type   Data
  wMaxPacketSize 0x0008  1x 8 bytes
  bInterval  10
  Device Status: 0x
(Bus Powered)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: upower 0.99.4-2ubuntu0.2
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jun  8 00:27:23 2016
  InstallationDate: Installed on 2016-05-30 (8 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: upower
  UpgradeStatus: Upgraded to xenial on 2016-05-31 (7 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upower/+bug/1590244/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1590244] [NEW] Upgrading upower package caused forced reboot

2016-06-07 Thread Jerry Quinn
Public bug reported:

When upower was updated, the system claimed that my UPS was empty.  The
system then proceeded to shut down.  On reboot, the UPS was fully
charged as expected.

This is a major data loss concern.  The system shut down while upgrading
packages.  Perhaps the bug is in the handling of my specific UPS but
it's still important.

jlquinn@cerberus:~$ lsb_release -rd
Description:Ubuntu 16.04 LTS
Release:16.04

jlquinn@cerberus:~$ apt-cache policy upower
upower:
  Installed: 0.99.4-2ubuntu0.2
  Candidate: 0.99.4-2ubuntu0.2
  Version table:
 *** 0.99.4-2ubuntu0.2 500
500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 0.99.4-2 500
500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

output of lsusb -v for my UPS

Bus 003 Device 002: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   1.10
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0 
  bDeviceProtocol 0 
  bMaxPacketSize0 8
  idVendor   0x0764 Cyber Power System, Inc.
  idProduct  0x0501 CP1500 AVR UPS
  bcdDevice0.01
  iManufacturer   3 CPS
  iProduct1 CP625HGa
  iSerial 0 
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   34
bNumInterfaces  1
bConfigurationValue 1
iConfiguration  0 
bmAttributes 0x80
  (Bus Powered)
MaxPower   50mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   1
  bInterfaceClass 3 Human Interface Device
  bInterfaceSubClass  0 No Subclass
  bInterfaceProtocol  0 None
  iInterface  0 
HID Device Descriptor:
  bLength 9
  bDescriptorType33
  bcdHID   1.10
  bCountryCode   33 US
  bNumDescriptors 1
  bDescriptorType34 Report
  wDescriptorLength 410
 Report Descriptors: 
   ** UNAVAILABLE **
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes3
  Transfer TypeInterrupt
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0008  1x 8 bytes
bInterval  10
Device Status: 0x
  (Bus Powered)

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: upower 0.99.4-2ubuntu0.2
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Jun  8 00:27:23 2016
InstallationDate: Installed on 2016-05-30 (8 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
SourcePackage: upower
UpgradeStatus: Upgraded to xenial on 2016-05-31 (7 days ago)

** Affects: upower (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to upower in Ubuntu.
https://bugs.launchpad.net/bugs/1590244

Title:
  Upgrading upower package caused forced reboot

Status in upower package in Ubuntu:
  New

Bug description:
  When upower was updated, the system claimed that my UPS was empty.
  The system then proceeded to shut down.  On reboot, the UPS was fully
  charged as expected.

  This is a major data loss concern.  The system shut down while
  upgrading packages.  Perhaps the bug is in the handling of my specific
  UPS but it's still important.

  jlquinn@cerberus:~$ lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  jlquinn@cerberus:~$ apt-cache policy upower
  upower:
Installed: 0.99.4-2ubuntu0.2
Candidate: 0.99.4-2ubuntu0.2
Version table:
   *** 0.99.4-2ubuntu0.2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.99.4-2 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

  output of lsusb -v for my UPS

  Bus 003 Device 002: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS
  Device Descriptor:
bLength18
bDescriptorType 1
bcdUSB   1.10
bDeviceClass0 (Defined at Interface level)
bDeviceSubClass 0 
bDeviceProtocol 0 
bMaxPacketSize0 8
idVendor   0x0764 Cyber Power System, Inc.
idProduct  0x0501 

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2016-05-26 Thread Jerry Quinn
Bump.  Anyone looking at this?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  New

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*&, char const*, char*&, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*&, char*&)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const&, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*&, char const*, 
char*&, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*&, char*&, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::okay'
  

[Touch-packages] [Bug 1585413] [NEW] [HDA-Intel - HDA Intel PCH, playback] sound not working from browsers

2016-05-24 Thread Jerry Quinn
Public bug reported:

After upgrading to 16.04LTS, I no longer get sound from either chromium
or firefox, tested on both youtube and facebook videos.  Both "play" and
"paplay" produce sound from the command line.

If I log in as a guest user, firefox can play audio - I didn't test
chromium.

Something in the upgrade from 15.10 to 16.04 didn't agree with my
existing settings.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jlquinn   28492 F pulseaudio
 /dev/snd/controlC1:  jlquinn   28492 F pulseaudio
CurrentDesktop: Unity
Date: Tue May 24 19:54:17 2016
InstallationDate: Installed on 2015-08-18 (280 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AudioUsers: pulse
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jlquinn   28492 F pulseaudio
  lightdm   30783 F pulseaudio
 /dev/snd/controlC1:  jlquinn   28492 F pulseaudio
  lightdm   30783 F pulseaudio
Symptom_Jack: Speaker, Internal
Symptom_Type: Sound works for some users but not for others
Title: [HDA-Intel - HDA Intel PCH, playback] sound not working for all users
UpgradeStatus: Upgraded to xenial on 2016-04-28 (26 days ago)
dmi.bios.date: 03/12/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: N14ET28W (1.06 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20BS003BUS
dmi.board.vendor: LENOVO
dmi.board.version: SDK0E50510 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN14ET28W(1.06):bd03/12/2015:svnLENOVO:pn20BS003BUS:pvrThinkPadX1Carbon3rd:rvnLENOVO:rn20BS003BUS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.name: 20BS003BUS
dmi.product.version: ThinkPad X1 Carbon 3rd
dmi.sys.vendor: LENOVO

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1585413

Title:
  [HDA-Intel - HDA Intel PCH, playback] sound not working from browsers

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  After upgrading to 16.04LTS, I no longer get sound from either
  chromium or firefox, tested on both youtube and facebook videos.  Both
  "play" and "paplay" produce sound from the command line.

  If I log in as a guest user, firefox can play audio - I didn't test
  chromium.

  Something in the upgrade from 15.10 to 16.04 didn't agree with my
  existing settings.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jlquinn   28492 F pulseaudio
   /dev/snd/controlC1:  jlquinn   28492 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue May 24 19:54:17 2016
  InstallationDate: Installed on 2015-08-18 (280 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AudioUsers: pulse
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jlquinn   28492 F pulseaudio
lightdm   30783 F pulseaudio
   /dev/snd/controlC1:  jlquinn   28492 F pulseaudio
lightdm   30783 F pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: Sound works for some users but not for others
  Title: [HDA-Intel - HDA Intel PCH, playback] sound not working for all users
  UpgradeStatus: Upgraded to xenial on 2016-04-28 (26 days ago)
  dmi.bios.date: 03/12/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N14ET28W (1.06 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BS003BUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN14ET28W(1.06):bd03/12/2015:svnLENOVO:pn20BS003BUS:pvrThinkPadX1Carbon3rd:rvnLENOVO:rn20BS003BUS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BS003BUS
  dmi.product.version: ThinkPad X1 Carbon 3rd
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:

[Touch-packages] [Bug 1577095] [NEW] no sound from pulseaudio

2016-04-30 Thread Jerry Quinn
Public bug reported:

I just upgraded to 16.04 LTS.  After upgrade, I have problems with sound
playing.

If I use 'play' from the command line, I get sound.  The System Settings
test applet plays sound.  However, 'aplay' gives silence with no error.
Playing a youtube video from either chromium or firefox gives silence.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: pulseaudio 1:8.0-0ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jlquinn1794 F pulseaudio
 /dev/snd/controlC1:  jlquinn1794 F pulseaudio
CurrentDesktop: Unity
Date: Sun May  1 01:15:31 2016
InstallationDate: Installed on 2015-08-18 (256 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
SourcePackage: pulseaudio
UpgradeStatus: Upgraded to xenial on 2016-04-28 (3 days ago)
dmi.bios.date: 03/12/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: N14ET28W (1.06 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20BS003BUS
dmi.board.vendor: LENOVO
dmi.board.version: SDK0E50510 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN14ET28W(1.06):bd03/12/2015:svnLENOVO:pn20BS003BUS:pvrThinkPadX1Carbon3rd:rvnLENOVO:rn20BS003BUS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.name: 20BS003BUS
dmi.product.version: ThinkPad X1 Carbon 3rd
dmi.sys.vendor: LENOVO

** Affects: pulseaudio (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1577095

Title:
  no sound from pulseaudio

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  I just upgraded to 16.04 LTS.  After upgrade, I have problems with
  sound playing.

  If I use 'play' from the command line, I get sound.  The System
  Settings test applet plays sound.  However, 'aplay' gives silence with
  no error.  Playing a youtube video from either chromium or firefox
  gives silence.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jlquinn1794 F pulseaudio
   /dev/snd/controlC1:  jlquinn1794 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun May  1 01:15:31 2016
  InstallationDate: Installed on 2015-08-18 (256 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to xenial on 2016-04-28 (3 days ago)
  dmi.bios.date: 03/12/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N14ET28W (1.06 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BS003BUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN14ET28W(1.06):bd03/12/2015:svnLENOVO:pn20BS003BUS:pvrThinkPadX1Carbon3rd:rvnLENOVO:rn20BS003BUS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BS003BUS
  dmi.product.version: ThinkPad X1 Carbon 3rd
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1577095/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1577095] Re: no sound from pulseaudio

2016-04-30 Thread Jerry Quinn
I think the issue is pulseaudio selecting the wrong sound card, but I
can't seem to get it straightened out.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1577095

Title:
  no sound from pulseaudio

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  I just upgraded to 16.04 LTS.  After upgrade, I have problems with
  sound playing.

  If I use 'play' from the command line, I get sound.  The System
  Settings test applet plays sound.  However, 'aplay' gives silence with
  no error.  Playing a youtube video from either chromium or firefox
  gives silence.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jlquinn1794 F pulseaudio
   /dev/snd/controlC1:  jlquinn1794 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun May  1 01:15:31 2016
  InstallationDate: Installed on 2015-08-18 (256 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to xenial on 2016-04-28 (3 days ago)
  dmi.bios.date: 03/12/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N14ET28W (1.06 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BS003BUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN14ET28W(1.06):bd03/12/2015:svnLENOVO:pn20BS003BUS:pvrThinkPadX1Carbon3rd:rvnLENOVO:rn20BS003BUS:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BS003BUS
  dmi.product.version: ThinkPad X1 Carbon 3rd
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1577095/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2016-03-24 Thread Jerry Quinn
Bump.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  New

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*&, char const*, char*&, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*&, char*&)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const&, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*&, char const*, 
char*&, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*&, char*&, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::okay'
  

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2016-01-29 Thread Jerry Quinn
Bump.  This is still there.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  New

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*&, char const*, char*&, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*&, char*&)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const&, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*&, char const*, 
char*&, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*&, char*&, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::okay'
  

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2015-10-27 Thread Jerry Quinn
Bump.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  New

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*&, char const*, char*&, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*&, char*&)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const&, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*&, char const*, 
char*&, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*&, char*&, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::okay'
  

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2015-09-09 Thread Jerry Quinn
Bump.  We're still being bitten by this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  New

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*&, char const*, char*&, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*&, char*&)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const&, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*&, char const*, 
char*&, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*&, char*&, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2015-07-26 Thread Jerry Quinn
Bump.  Any thoughts?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  New

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*, char const*, char*, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*, char const*, 
char*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*, char*, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::okay'
  

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2015-06-15 Thread Jerry Quinn
Ping.  It's been 5 months since I filed this bug with no response.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  New

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*, char const*, char*, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*, char const*, 
char*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*, char*, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2015-03-30 Thread Jerry Quinn
Someone please look at this?  The bug expired without any comment.  It's
an issue for development.

** Changed in: binutils (Ubuntu)
   Status: Expired = New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  New

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*, char const*, char*, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*, char const*, 
char*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*, char*, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for 

[Touch-packages] [Bug 1435503] [NEW] glib warning in nm logs

2015-03-23 Thread Jerry Quinn
Public bug reported:

jlquinn@tiamat:~/x1carbon$ sudo cat /var/log/upstart/network-manager.log

(NetworkManager:718): GLib-WARNING **: GError set over the top of a previous 
GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before 
it's set.
The overwriting error message was: Key file does not have group 'connectivity'


It seems there's a bug for someone to track down.

jlquinn@tiamat:~/x1carbon$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.10
Release:14.10
Codename:   utopic

jlquinn@tiamat:~/x1carbon$ apt-cache policy network-manager
network-manager:
  Installed: 0.9.8.8-0ubuntu28
  Candidate: 0.9.8.8-0ubuntu28
  Version table:
 *** 0.9.8.8-0ubuntu28 0
500 http://us.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
100 /var/lib/dpkg/status
jlquinn@tiamat:~/x1carbon$

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: network-manager 0.9.8.8-0ubuntu28
ProcVersionSignature: Ubuntu 3.16.0-33.44-generic 3.16.7-ckt7
Uname: Linux 3.16.0-33-generic x86_64
ApportVersion: 2.14.7-0ubuntu8.2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Mar 23 15:06:13 2015
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2014-10-08 (166 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
IpRoute:
 default via 9.2.60.1 dev wlan0  proto static 
 9.2.60.0/23 dev wlan0  proto kernel  scope link  src 9.2.61.144  metric 9
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
SourcePackage: network-manager
UpgradeStatus: Upgraded to utopic on 2015-02-28 (23 days ago)
mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2014-10-09T20:11:43.150077
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
 eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.8connected   enabled   enabled 
enabledenabled enabled

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug utopic

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1435503

Title:
  glib warning in nm logs

Status in network-manager package in Ubuntu:
  New

Bug description:
  jlquinn@tiamat:~/x1carbon$ sudo cat /var/log/upstart/network-
  manager.log

  (NetworkManager:718): GLib-WARNING **: GError set over the top of a previous 
GError or uninitialized memory.
  This indicates a bug in someone's code. You must ensure an error is NULL 
before it's set.
  The overwriting error message was: Key file does not have group 'connectivity'


  It seems there's a bug for someone to track down.

  jlquinn@tiamat:~/x1carbon$ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 14.10
  Release:  14.10
  Codename: utopic

  jlquinn@tiamat:~/x1carbon$ apt-cache policy network-manager
  network-manager:
Installed: 0.9.8.8-0ubuntu28
Candidate: 0.9.8.8-0ubuntu28
Version table:
   *** 0.9.8.8-0ubuntu28 0
  500 http://us.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
  100 /var/lib/dpkg/status
  jlquinn@tiamat:~/x1carbon$

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: network-manager 0.9.8.8-0ubuntu28
  ProcVersionSignature: Ubuntu 3.16.0-33.44-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Mar 23 15:06:13 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-10-08 (166 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  IpRoute:
   default via 9.2.60.1 dev wlan0  proto static 
   9.2.60.0/23 dev wlan0  proto kernel  scope link  src 9.2.61.144  metric 9
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to utopic on 2015-02-28 (23 days ago)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2014-10-09T20:11:43.150077
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2015-01-29 Thread Jerry Quinn
** Attachment added: libcommon.so
   
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1415317/+attachment/4308251/+files/libcommon.so

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  Incomplete

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*, char const*, char*, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*, char const*, 
char*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*, char*, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2015-01-29 Thread Jerry Quinn
** Attachment added: libme.so
   
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1415317/+attachment/4308249/+files/libme.so

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  Incomplete

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*, char const*, char*, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*, char const*, 
char*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*, char*, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2015-01-29 Thread Jerry Quinn
Sorry, forgot to include the main program in the link commands:

jlquinn@tiamat:~/bug$ g++ -fuse-ld=gold -fPIC -fno-omit-frame-pointer -o
lidTester lidTester.o liblid.so libme.so liblm.so libcommon.so -lm
-lboost_serialization -lboost_filesystem -lboost_regex -lboost_iostreams
-lboost_thread -lboost_system -lpthread  -licuio -licui18n -licuuc
-licudata

jlquinn@tiamat:~/bug$ g++ -fuse-ld=bfd -fPIC -fno-omit-frame-pointer -o 
lidTester lidTester.o liblid.so libme.so liblm.so libcommon.so -lm  
-lboost_serialization -lboost_filesystem -lboost_regex -lboost_iostreams 
-lboost_thread -lboost_system -lpthread  -licuio -licui18n -licuuc -licudata
libme.so: undefined reference to `boost::thread::native_handle()'
.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  Incomplete

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*, char const*, char*, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*, char const*, 
char*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: 

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2015-01-29 Thread Jerry Quinn
** Attachment added: liblm.so
   
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1415317/+attachment/4308250/+files/liblm.so

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  Incomplete

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*, char const*, char*, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*, char const*, 
char*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*, char*, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2015-01-29 Thread Jerry Quinn
jlquinn@tiamat:~/bug$ g++ -fuse-ld=gold -fPIC -fno-omit-frame-pointer -o
lidTester liblid.so libme.so liblm.so libcommon.so -lm
-lboost_serialization -lboost_filesystem -lboost_regex -lboost_iostreams
-lboost_thread -lboost_system -lpthread  -licuio -licui18n -licuuc
-licudata

jlquinn@tiamat:~/bug$ g++ -fuse-ld=bfd -fPIC -fno-omit-frame-pointer -o 
lidTester liblid.so libme.so liblm.so libcommon.so -lm  -lboost_serialization 
-lboost_filesystem -lboost_regex -lboost_iostreams -lboost_thread 
-lboost_system -lpthread  -licuio -licui18n -licuuc -licudata
libme.so: undefined reference to `boost::thread::native_handle()'
libme.so: undefined reference to `boost::iostreams::zlib::deflated'
libme.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*, char const*, char*, 
char*)'
libme.so: undefined reference to `boost::iostreams::zlib_error::check(int)'
libme.so: undefined reference to `boost::iostreams::zlib::okay'
libme.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::decompress()'
libme.so: undefined reference to 
`boost::iostreams::detail::zlib_base::reset(bool, bool)'
libme.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
libme.so: undefined reference to `boost::iostreams::zlib::stream_end'
libme.so: undefined reference to `typeinfo for boost::detail::thread_data_base'
libme.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
libme.so: undefined reference to 
`boost::iostreams::detail::zlib_base::xinflate(int)'
libme.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
libme.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*, char*)'
libme.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*, char const*, 
char*, char*)'
libme.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
libme.so: undefined reference to 
`icu_52::RegexPattern::compile(icu_52::UnicodeString const, unsigned int, 
UParseError, UErrorCode)'
libme.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
libme.so: undefined reference to `boost::thread::detach()'
libme.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
libme.so: undefined reference to `boost::thread::join_noexcept()'
libme.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::bzip2_base(boost::iostreams::bzip2_params
 const)'
libme.so: undefined reference to `boost::iostreams::bzip2_error::check(int)'
libme.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
libme.so: undefined reference to `boost::iostreams::bzip2::ok'
libme.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
libme.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
libme.so: undefined reference to `boost::iostreams::zlib::default_strategy'
libme.so: undefined reference to `boost::thread::start_thread_noexcept()'
libme.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
libme.so: undefined reference to `boost::iostreams::zlib::sync_flush'
libme.so: undefined reference to `vtable for boost::detail::thread_data_base'
libme.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
libme.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*, char*, bool)'
libme.so: undefined reference to `boost::iostreams::bzip2::stream_end'
libme.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
libme.so: undefined reference to `boost::iostreams::zlib::default_compression'
collect2: error: ld returned 1 exit status

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  Incomplete

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o 

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2015-01-29 Thread Jerry Quinn
** Attachment added: liblid.so
   
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1415317/+attachment/4308248/+files/liblid.so

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  Incomplete

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*, char const*, char*, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*, char const*, 
char*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*, char*, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2015-01-29 Thread Jerry Quinn
** Attachment added: lidTester.o
   
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1415317/+attachment/4308247/+files/lidTester.o

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  Incomplete

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*, char const*, char*, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*, char const*, 
char*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*, char*, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`typeinfo for boost::detail::thread_data_base'
  

[Touch-packages] [Bug 1415317] Re: unresolved symbols using bfd linker

2015-01-28 Thread Jerry Quinn
It's a proprietary application.  I'll first try to create a small test
case.  If that doesn't work, will objects stripped of symbols and
debugging be sufficient for looking at the problem?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1415317

Title:
  unresolved symbols using bfd linker

Status in binutils package in Ubuntu:
  Incomplete

Bug description:
  Linking a c++ program gets unresolved symbols using the default bfd
  linker.  Switching to gold solves the problem.

  * Linking with gold

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  jlquinn@tiamat:~/mt/libanalytic/src/lid$ 

  
  * Linking with bfd

  jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*, char const*, char*, 
char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*, char const*, 
char*, char*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*, char*, bool)'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
  /home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 

[Touch-packages] [Bug 1415317] [NEW] unresolved symbols using bfd linker

2015-01-27 Thread Jerry Quinn
Public bug reported:

Linking a c++ program gets unresolved symbols using the default bfd
linker.  Switching to gold solves the problem.

* Linking with gold

jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++ -fuse-ld=gold 
-L/home/jlquinn/mt/lib/x86_64/opt -o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
jlquinn@tiamat:~/mt/libanalytic/src/lid$ 


* Linking with bfd

jlquinn@tiamat:~/mt/libanalytic/src/lid$ g++  -L/home/jlquinn/mt/lib/x86_64/opt 
-o /home/jlquinn/mt/bin/x86_64/opt/lidTester 
/home/jlquinn/mt/obj/x86_64/opt/libanalytic/src/lid/lidTester.o 
-L/home/jlquinn/mt/lib/x86_64/opt -llid -lmaxent -llm -lACEcommon 
-lboost_iostreams -lboost_thread -lboost_system -lpthread-licuio -licuuc 
-licui18n -licudata -ldl -lcrypto -lyajl -lcurl -lz -lxml2 -lm
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::start_thread_noexcept()'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::detach()'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::detail::thread_data_base::~thread_data_base()'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::reset()'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::process(char)'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::do_init(bool, void* (*)(void*, int, 
int), void (*)(void*, void*), void*)'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_header::reset()'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::native_handle()'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::gzip_footer::process(char)'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::end(bool)'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::before(char const*, char const*, char*, 
char*)'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib_error::check(int)'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_compression'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::after(char const*, char*)'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params 
const, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, 
void*), void*)'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::stream_end'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::before(char const*, char const*, 
char*, char*)'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `vtable 
for boost::detail::thread_data_base'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::check_end(char const*, char const*)'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::zlib_base()'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::stream_end'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2_error::check(int)'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::~zlib_base()'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::zlib_base::after(char const*, char*, bool)'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::~bzip2_base()'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::default_strategy'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to `typeinfo 
for boost::detail::thread_data_base'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::zlib::okay'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::detail::bzip2_base::bzip2_base(boost::iostreams::bzip2_params
 const)'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::iostreams::bzip2::ok'
/home/jlquinn/mt/lib/x86_64/opt/libmaxent.so: undefined reference to 
`boost::thread::join_noexcept()'