Bug#972618: marked as done (googletest: Breaks apt build)

2020-10-25 Thread Debian Bug Tracking System
Your message dated Mon, 26 Oct 2020 05:03:26 +
with message-id 
and subject line Bug#972774: fixed in googletest 1.10.0.20201025-1
has caused the Debian Bug report #972774,
regarding googletest: Breaks apt build
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
972774: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972774
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: googletest
Version: 1.10.0.20201018-1
Severity: serious
Control: affects -1 apt

The apt build, which has been working fine with the previous
version, now fails to build:

cd /builds/apt-team/apt/build/test/libapt/gtest/src/gtest-build &&
/usr/bin/cmake -GNinja /usr/src/googletest/googletest && /usr/bin/cmake
-E touch
/builds/apt-team/apt/build/test/libapt/gtest/src/gtest-stamp/gtest-configure
CMake Warning at CMakeLists.txt:54 (project):
  VERSION keyword not followed by a value or was followed by a value
  that
expanded to nothing.
-- The CXX compiler identification is GNU 10.2.0
-- The C compiler identification is GNU 10.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found PythonInterp: /usr/bin/python3.8 (found version "3.8.6") 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
CMake Error at CMakeLists.txt:129 (set_target_properties):
  set_target_properties called with incorrect number of arguments.
  CMake Error at CMakeLists.txt:132 (set_target_properties):
set_target_properties called with incorrect number of arguments.
-- Configuring incomplete, errors occurred!
See also "/builds/apt-team/apt/build/test/libapt/g

Are we using googletest wrong? I don't know, but it's gotta stop
breaking our build every few uploads.

-- System Information:
Debian Release: bullseye/sid
  APT prefers groovy
  APT policy: (500, 'groovy'), (500, 'focal-updates'), (500, 'focal-security')
Architecture: amd64 (x86_64)

Kernel: Linux 5.9.1-050901-generic (SMP w/8 CPU threads)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to 
C.UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- 
debian developer - deb.li/jak | jak-linux.org - free software dev
ubuntu core developer  i speak de, en
--- End Message ---
--- Begin Message ---
Source: googletest
Source-Version: 1.10.0.20201025-1
Done: s...@debian.org (Steve M. Robbins)

We believe that the bug you reported is fixed in the latest version of
googletest, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 972...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve M. Robbins  (supplier of updated googletest package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 25 Oct 2020 23:32:56 -0500
Source: googletest
Architecture: source
Version: 1.10.0.20201025-1
Distribution: unstable
Urgency: medium
Maintainer: Steve M. Robbins 
Changed-By: Steve M. Robbins 
Closes: 972618 972774 972775
Changes:
 googletest (1.10.0.20201025-1) unstable; urgency=medium
 .
   [ Steve Robbins ]
   * [9ce1377] New upstream version 1.10.0.20201025
   * [2e546ca] New 
0005-Add-GoogleTest-version-to-each-sub-project-to-allow-.patch
 to allow builds using /usr/src/googletest/googletest.  The recommended 
method
 is to 

Bug#972618: marked as done (googletest: Breaks apt build)

2020-10-25 Thread Debian Bug Tracking System
Your message dated Mon, 26 Oct 2020 05:03:26 +
with message-id 
and subject line Bug#972775: fixed in googletest 1.10.0.20201025-1
has caused the Debian Bug report #972775,
regarding googletest: Breaks apt build
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
972775: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972775
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: googletest
Version: 1.10.0.20201018-1
Severity: serious
Control: affects -1 apt

The apt build, which has been working fine with the previous
version, now fails to build:

cd /builds/apt-team/apt/build/test/libapt/gtest/src/gtest-build &&
/usr/bin/cmake -GNinja /usr/src/googletest/googletest && /usr/bin/cmake
-E touch
/builds/apt-team/apt/build/test/libapt/gtest/src/gtest-stamp/gtest-configure
CMake Warning at CMakeLists.txt:54 (project):
  VERSION keyword not followed by a value or was followed by a value
  that
expanded to nothing.
-- The CXX compiler identification is GNU 10.2.0
-- The C compiler identification is GNU 10.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found PythonInterp: /usr/bin/python3.8 (found version "3.8.6") 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
CMake Error at CMakeLists.txt:129 (set_target_properties):
  set_target_properties called with incorrect number of arguments.
  CMake Error at CMakeLists.txt:132 (set_target_properties):
set_target_properties called with incorrect number of arguments.
-- Configuring incomplete, errors occurred!
See also "/builds/apt-team/apt/build/test/libapt/g

Are we using googletest wrong? I don't know, but it's gotta stop
breaking our build every few uploads.

-- System Information:
Debian Release: bullseye/sid
  APT prefers groovy
  APT policy: (500, 'groovy'), (500, 'focal-updates'), (500, 'focal-security')
Architecture: amd64 (x86_64)

Kernel: Linux 5.9.1-050901-generic (SMP w/8 CPU threads)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to 
C.UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- 
debian developer - deb.li/jak | jak-linux.org - free software dev
ubuntu core developer  i speak de, en
--- End Message ---
--- Begin Message ---
Source: googletest
Source-Version: 1.10.0.20201025-1
Done: s...@debian.org (Steve M. Robbins)

We believe that the bug you reported is fixed in the latest version of
googletest, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 972...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve M. Robbins  (supplier of updated googletest package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 25 Oct 2020 23:32:56 -0500
Source: googletest
Architecture: source
Version: 1.10.0.20201025-1
Distribution: unstable
Urgency: medium
Maintainer: Steve M. Robbins 
Changed-By: Steve M. Robbins 
Closes: 972618 972774 972775
Changes:
 googletest (1.10.0.20201025-1) unstable; urgency=medium
 .
   [ Steve Robbins ]
   * [9ce1377] New upstream version 1.10.0.20201025
   * [2e546ca] New 
0005-Add-GoogleTest-version-to-each-sub-project-to-allow-.patch
 to allow builds using /usr/src/googletest/googletest.  The recommended 
method
 is to 

Bug#972618: marked as done (googletest: Breaks apt build)

2020-10-25 Thread Debian Bug Tracking System
Your message dated Mon, 26 Oct 2020 05:03:26 +
with message-id 
and subject line Bug#972618: fixed in googletest 1.10.0.20201025-1
has caused the Debian Bug report #972618,
regarding googletest: Breaks apt build
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
972618: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972618
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: googletest
Version: 1.10.0.20201018-1
Severity: serious
Control: affects -1 apt

The apt build, which has been working fine with the previous
version, now fails to build:

cd /builds/apt-team/apt/build/test/libapt/gtest/src/gtest-build &&
/usr/bin/cmake -GNinja /usr/src/googletest/googletest && /usr/bin/cmake
-E touch
/builds/apt-team/apt/build/test/libapt/gtest/src/gtest-stamp/gtest-configure
CMake Warning at CMakeLists.txt:54 (project):
  VERSION keyword not followed by a value or was followed by a value
  that
expanded to nothing.
-- The CXX compiler identification is GNU 10.2.0
-- The C compiler identification is GNU 10.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found PythonInterp: /usr/bin/python3.8 (found version "3.8.6") 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
CMake Error at CMakeLists.txt:129 (set_target_properties):
  set_target_properties called with incorrect number of arguments.
  CMake Error at CMakeLists.txt:132 (set_target_properties):
set_target_properties called with incorrect number of arguments.
-- Configuring incomplete, errors occurred!
See also "/builds/apt-team/apt/build/test/libapt/g

Are we using googletest wrong? I don't know, but it's gotta stop
breaking our build every few uploads.

-- System Information:
Debian Release: bullseye/sid
  APT prefers groovy
  APT policy: (500, 'groovy'), (500, 'focal-updates'), (500, 'focal-security')
Architecture: amd64 (x86_64)

Kernel: Linux 5.9.1-050901-generic (SMP w/8 CPU threads)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to 
C.UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- 
debian developer - deb.li/jak | jak-linux.org - free software dev
ubuntu core developer  i speak de, en
--- End Message ---
--- Begin Message ---
Source: googletest
Source-Version: 1.10.0.20201025-1
Done: s...@debian.org (Steve M. Robbins)

We believe that the bug you reported is fixed in the latest version of
googletest, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 972...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve M. Robbins  (supplier of updated googletest package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 25 Oct 2020 23:32:56 -0500
Source: googletest
Architecture: source
Version: 1.10.0.20201025-1
Distribution: unstable
Urgency: medium
Maintainer: Steve M. Robbins 
Changed-By: Steve M. Robbins 
Closes: 972618 972774 972775
Changes:
 googletest (1.10.0.20201025-1) unstable; urgency=medium
 .
   [ Steve Robbins ]
   * [9ce1377] New upstream version 1.10.0.20201025
   * [2e546ca] New 
0005-Add-GoogleTest-version-to-each-sub-project-to-allow-.patch
 to allow builds using /usr/src/googletest/googletest.  The recommended 
method
 is to