[Bug 1669527] Re: runscript converts all newlines to carriage returns

2017-03-02 Thread nega
** Patch added: "minicom_runscript.diff"
   
https://bugs.launchpad.net/ubuntu/+source/minicom/+bug/1669527/+attachment/4829926/+files/minicom_runscript.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1669527

Title:
  runscript converts all newlines to carriage returns

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1669527] [NEW] runscript converts all newlines to carriage returns

2017-03-02 Thread nega
Public bug reported:

minicom's "runscript" replaces all newline sequences in the "send"
command with carriage return characters, instead of newline characters.

1) ubuntu 14.04
2) minicom-2.7-1
3) expected behavior:

~/Downloads/minicom-2.7
❯ cat /tmp/foo
send \cnewline here ->\n

~/Downloads/minicom-2.7
❯ ./src/runscript /tmp/foo | xxd
000: 6e65 776c 696e 6520 6865 7265 202d 3e0a  newline here ->.

4) actual behavior:

~/Downloads/minicom-2.7.old
❯ cat /tmp/foo
send \cnewline here ->\n

~/Downloads/minicom-2.7.old
❯ ./src/runscript /tmp/foo | xxd
000: 6e65 776c 696e 6520 6865 7265 202d 3e0d  newline here ->.

The attached script fixes the issue

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


** Tags: minicom

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1669527

Title:
  runscript converts all newlines to carriage returns

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1669527] Re: runscript converts all newlines to carriage returns

2017-03-24 Thread nega
Upstream report:
https://alioth.debian.org/tracker/index.php?func=detail&aid=315677&group_id=30018&atid=100031

** Bug watch added: alioth.debian.org/ #315677
   http://alioth.debian.org/support/tracker.php?aid=315677

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1669527

Title:
  runscript converts all newlines to carriage returns

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1360404] Re: -dumpversion output inconsistent with upstream

2015-12-01 Thread nega
Fixed

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1360404

Title:
  -dumpversion output inconsistent with upstream

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.6/+bug/1360404/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1360404] [NEW] -dumpversion output inconsistent with upstream

2014-08-22 Thread nega
Public bug reported:

Note: this bug also affects gcc-4.6, gcc-4.7, gcc-4.8, and possibly
gcc-4.9

Sometime between gcc-4.5.8 and gcc-4.6.3 debian (accidentally) changed
the output of the -dumpversion flag; possibly in an attempt to fix this
bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643891

As a result, -dumpversion now reports MAJOR.MINOR version info. This is
in contrast to upstream and other distributions of gcc which report
MAJOR.MINOR.PATCH version info.  This prevents simple machine parsing of
gcc/g++/gfortran versions to filter out misbehaving versions. (For
instance gcc-4.7.0's and gcc-4.7.1's C++11 ABI incompatibilities.) This
bug has trickled down through gcc-4.6, gcc-4.7, gcc-4.8, and possibly
gcc-4.9, and affects their binary packages (gcc, g++, gfortran,
others?).

This bug can be fixed by applying the attached patch, after "debian
patching".

Additional information:

1) Ubuntu version
[maru:~] lsb_release -rd
Description:Ubuntu 14.04.1 LTS
Release:14.04

2) package version
[maru:~] apt-cache policy gcc-4.8
gcc-4.8:
  Installed: 4.8.2-19ubuntu1
  Candidate: 4.8.2-19ubuntu1
  Version table:
 *** 4.8.2-19ubuntu1 0
500 http://mirrors.kernel.org/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status

3) What do you expect to happen?
[avnas:~] lsb_release -rd
Description:Fedora release 20 (Heisenbug)
Release:20
[avnas:~] gcc --version
gcc (GCC) 4.8.2 20131212 (Red Hat 4.8.2-7)
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[avnas:~] gcc -dumpversion
4.8.2
[avnas:~] g++ -dumpversion
4.8.2
[avnas:~] gfortran -dumpversion
4.8.2

4) What happened instead?
[maru:~] lsb_release -rd  
Description:Ubuntu 14.04.1 LTS
Release:14.04
[maru:~] gcc --version
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[maru:~] gcc -dumpversion 
4.8
[maru:~] g++ -dumpversion
4.8
[maru:~] gfortran -dumpversion
4.8

** Affects: gcc-4.6 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: gcc-4.7 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: gcc-4.8 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: gcc

** Patch added: "dumpversion.diff"
   
https://bugs.launchpad.net/bugs/1360404/+attachment/4184729/+files/dumpversion.diff

** Also affects: gcc-4.6 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gcc-4.7 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1360404

Title:
  -dumpversion output inconsistent with upstream

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.6/+bug/1360404/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1360404] Re: -dumpversion output inconsistent with upstream

2014-08-22 Thread nega
In the previously listed debian bug report, the change happend in
Source: gcc-4.6, Source-Version: 4.6.1-14

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1360404

Title:
  -dumpversion output inconsistent with upstream

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.6/+bug/1360404/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1360660] [NEW] starlink-pal-0.5.0 requires erfa-1.1.0

2014-08-23 Thread nega
Public bug reported:

Attempting to build starlink-pal from source fails during linking of its
tests if erfa < 1.1.0 is installed.

** Affects: starlink-pal (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1360660

Title:
  starlink-pal-0.5.0 requires erfa-1.1.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/starlink-pal/+bug/1360660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1360660] Re: starlink-pal-0.5.0 requires erfa-1.1.0

2014-08-23 Thread nega
[maru:~/starlink/starlink-pal-0.5.0] debuild -k0xFEFA7D45
 dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: source package starlink-pal
dpkg-buildpackage: source version 0.5.0-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Ole Streicher 
 dpkg-source --before-build starlink-pal-0.5.0
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean --with autoreconf
   dh_testdir
   dh_auto_clean
make[1]: Entering directory `/home/nega/starlink/starlink-pal-0.5.0'

[...]

make  palTest
make[2]: Entering directory `/home/nega/starlink/starlink-pal-0.5.0'
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o palTest.o 
palTest.c
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security  
-Wl,-Bsymbolic-functions -Wl,-z,relro -o palTest palTest.o libstarlink_pal.la 
-lm -lbsd 
libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -o 
.libs/palTest palTest.o  ./.libs/libstarlink_pal.so -lm -lbsd
./.libs/libstarlink_pal.so: undefined reference to `eraRefco'
collect2: error: ld returned 1 exit status
make[2]: *** [palTest] Error 1
make[2]: Leaving directory `/home/nega/starlink/starlink-pal-0.5.0'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/nega/starlink/starlink-pal-0.5.0'
dh_auto_test: make -j1 check returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1364:
dpkg-buildpackage -rfakeroot -D -us -uc failed
[maru:~/starlink/starlink-pal-0.5.0]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1360660

Title:
  starlink-pal-0.5.0 requires erfa-1.1.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/starlink-pal/+bug/1360660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1360660] Re: starlink-pal-0.5.0 requires erfa-1.1.0

2014-09-30 Thread nega
This applies to Trusty.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1360660

Title:
  starlink-pal-0.5.0 requires erfa-1.1.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/starlink-pal/+bug/1360660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 912945] [NEW] true/false in C bindings conflicts with C99's true/false

2012-01-06 Thread nega
Public bug reported:

The C bindings define true and false. This conflicts with the
definitions of true and false in C99.

** Affects: id3lib3.8.3 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912945

Title:
  true/false in C bindings conflicts with C99's true/false

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/id3lib3.8.3/+bug/912945/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 912945] Re: true/false in C bindings conflicts with C99's true/false

2012-01-06 Thread nega
** Patch added: "c99_guard_globals.h.diff"
   
https://bugs.launchpad.net/bugs/912945/+attachment/2660529/+files/c99_guard_globals.h.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912945

Title:
  true/false in C bindings conflicts with C99's true/false

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/id3lib3.8.3/+bug/912945/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1207554] [NEW] -dev package installs corrupt libview.pc

2013-08-01 Thread nega
Public bug reported:

libview.pc.in is wrong (crufty?) Attached patch fixes the problem.

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

** Patch added: "libview.pc.in.patch"
   
https://bugs.launchpad.net/bugs/1207554/+attachment/3757537/+files/libview.pc.in.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1207554

Title:
  -dev package installs corrupt libview.pc

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 2059177] [NEW] dev package doesn't include *Config.cmake files

2024-03-26 Thread nega
Public bug reported:

For several years now, Ogg has supported auto-generated and exported
CMake configuration, especially when building Ogg with CMake. Properly
installed, this allows someone to merely use `find_package(Ogg)` in
their CMake project without having to jump through hoops. An example
where this is done well in Ubuntu is qtbase5-dev.

$ dpkg -L qtbase5-dev |grep Config.cmake
/usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake
/usr/lib/x86_64-linux-gnu/cmake/Qt5Concurrent/Qt5ConcurrentConfig.cmake
/usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfig.cmake
/usr/lib/x86_64-linux-gnu/cmake/Qt5DBus/Qt5DBusConfig.cmake
/usr/lib/x86_64-linux-gnu/cmake/Qt5EglFsKmsSupport/Qt5EglFsKmsSupportConfig.cmake
/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake
/usr/lib/x86_64-linux-gnu/cmake/Qt5Network/Qt5NetworkConfig.cmake
/usr/lib/x86_64-linux-gnu/cmake/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfig.cmake
/usr/lib/x86_64-linux-gnu/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake
/usr/lib/x86_64-linux-gnu/cmake/Qt5Sql/Qt5SqlConfig.cmake
/usr/lib/x86_64-linux-gnu/cmake/Qt5Test/Qt5TestConfig.cmake
/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake
/usr/lib/x86_64-linux-gnu/cmake/Qt5Xml/Qt5XmlConfig.cmake

An example where this is done well for Ogg is Homebrew @
https://github.com/Homebrew/homebrew-
core/blob/175a655dbe76d08350ff941f9c9d7fd9ef2933d0/Formula/lib/libogg.rb

Please include the `*Config.cmake` files (and friends) in the Ogg family
of packages.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059177

Title:
  dev package doesn't include *Config.cmake files

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs