[Bug 1568451] Re: Current Tab in Gnome-terminal does not get highlighted

2016-04-13 Thread Dirk Thomas
As a workaround I have created the file
`~/.local/share/themes/Ambiance/gtk-3.0/gtk.css` which gives the active
tab a darker background color:

```
TerminalWindow .notebook tab.top:active {
   background-color: alpha(grey, 0.4);
}

@import url("file:///usr/share/themes/Ambiance/gtk-3.0/gtk.css");
```

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

Title:
  Current Tab in Gnome-terminal does not get highlighted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1568451/+subscriptions

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


[Bug 1447282] Re: Does not use encrypted swap when using GPT partitioning + encrypted home directory (ecryptfs)

2016-03-29 Thread Dirk Thomas
I had to move forward on this topic and went for a reinstallation using
full disk encryption so sadly I can't provide the requested information
anymore. Hopefully it will be reproducible within a VM by anyone.

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

Title:
  Does not use encrypted swap when using GPT partitioning + encrypted
  home directory (ecryptfs)

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

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


[Bug 1563548] Re: CMake 3.5's pkg-config support broken

2016-03-29 Thread Dirk Thomas
The upstream code in the tarball for version 3.5.1
(https://cmake.org/files/v3.5/cmake-3.5.1.tar.gz) looks as follows:

foreach (variable IN ITEMS PREFIX INCLUDEDIR LIBDIR)
  _pkgconfig_set("${_pkg_check_prefix}_${variable}" 
"${${_pkg_check_prefix}_${variable}}")
endforeach ()

The fix was introduced upstream in
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6f4f9054 and is
mentioned in the last comment in this ticket:
https://public.kitware.com/Bug/view.php?id=15903

Maybe this should be updated to use 3.5.1 which seems to have fixed that
problem already?


** Bug watch added: public.kitware.com/Bug/ #15903
   http://public.kitware.com/Bug/view.php?id=15903

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

Title:
  CMake 3.5's pkg-config support broken

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

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


[Bug 1563548] Re: CMake 3.5's pkg-config support broken

2016-03-29 Thread Dirk Thomas
Only variables started with the passed prefix (in this case `GLIB2`)
should be set. I don't think the variables starting with `glib-2.0_`
should be set.

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

Title:
  CMake 3.5's pkg-config support broken

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

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


[Bug 1534263] Re: [FFe] [merge request] Import cmake-3.5 series to Ubuntu Xenial 16.04LTS

2016-03-28 Thread Dirk Thomas
Am I right that the remaining task is for the release team to select the
CMake 3.5 package from Joses PPA and no further action is required by
us?

What is the timeline on this then? It is kind of urgent to get this in
(any day more for testing is good) but this has been stale for 4 days
again.

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

Title:
  [FFe] [merge request] Import cmake-3.5 series to Ubuntu Xenial
  16.04LTS

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

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


[Bug 1447282] Re: Does not use encrypted swap when using GPT partitioning + encrypted home directory (ecryptfs)

2016-03-25 Thread Dirk Thomas
I tried it again today with the Beta 2 of Xenial. These are the steps I
did:

* Downloaded Beta 2 of Xenial and created bootable USB stick
* Select: Try Ubuntu without installing
  * (I tried the option to install directly but that always hangs after 
selecting "Erase disk and install Ubuntu" and clicking "install")
* Check: Download updates during installation
* Select: Erase disk and install Ubuntu
* Check: Encrypt my home folder
* After installation finished and a restart it asks for: Please enter 
passphrase for disk cryptswap1 on none!
  * I hit enter without entering anything (same result when entering the 
password of the user)

The relevant content of the requested files:

* /etc/fstab:

/dev/mapper/cryptswap1 none swap sw 0 0

(This looks good using the device name instead of the UUID as
before.)

* /etc/crypttab

cryptswap1 UUID=xxx /dev/urandom swap,offset=1024,cipher=aes-xts-
plain64

But the swap is still not enabled. `swapon -s` reports the following:

/dev/nvme0n1p3 partition 33427212 0 -1

Any help to get this working is highly appreciated.

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

Title:
  Does not use encrypted swap when using GPT partitioning + encrypted
  home directory (ecryptfs)

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

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


[Bug 1534263] Re: [FFe] [merge request] Import cmake-3.4 series to Ubuntu Xenial 16.04LTS

2016-03-23 Thread Dirk Thomas
I tried to test the ~1500 downstream packages of CMake to see if the new
version has any generic problems.

I setup a pair of jobs for each of them. One builds the package with the
standard CMake version of Xenial, the other uses the CMake 3.5 package
fomr Joses PPA. The build steps these jobs perform as well as how I set
them up are described here: https://github.com/dirk-
thomas/ubuntu_xenial_cmake

While our build farm hasn't finsihed all of the 3k jobs yet the results looks 
promising. All ran jobs have a consistent result with the different CMake 
version - not a single one of the 900 pairs already finished diverge: 
http://54.183.26.131:8080/view/UbuntuCMake/
This job provides an easier to read summary: 
http://54.183.26.131:8080/view/UbuntuCMake/job/_dashboard_ubuntu_cmake/

Should we move forward and use the CMake 3.5 package form Joses PPA
instead of 3.4?

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

Title:
  [FFe] [merge request] Import cmake-3.4 series to Ubuntu Xenial
  16.04LTS

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

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


[Bug 1447282] Re: Does not use encrypted swap when using GPT partitioning + encrypted home directory (ecryptfs)

2016-03-18 Thread Dirk Thomas
The solution describe here
(http://zeroset.mnim.org/2015/05/10/ubuntu-15-04-vivid-vervet-please-
enter-passphrase-for-disk-cryptswap1-on-none/) which uses the device
path instead of the UUID made it work for me.

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

Title:
  Does not use encrypted swap when using GPT partitioning + encrypted
  home directory (ecryptfs)

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

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


[Bug 1447282] Re: Does not use encrypted swap when using GPT partitioning + encrypted home directory (ecryptfs)

2016-03-18 Thread Dirk Thomas
I just installed todays daily build of Xenial with EFI and ran into the
same problem.


$ sudo blkid
/dev/nvme0n1: PTUUID="7b6240b1-61b5-4fc7-939a-6a78708bdaad" PTTYPE="gpt"
/dev/nvme0n1p1: UUID="30E3-3A90" TYPE="vfat" PARTLABEL="EFI System Partition" 
PARTUUID="f92f5e37-7518-4e1e-91e2-f6a39b4b32c1"
/dev/nvme0n1p2: UUID="544fb035-9adf-433d-a291-47180b257560" TYPE="ext4" 
PARTUUID="429cab6f-729e-4055-903d-dced0f6b6529"
/dev/nvme0n1p3: UUID="f11492fb-f9bf-4699-80a9-8df106f1ed0c" TYPE="swap" 
PARTUUID="05a0be8e-8a2e-4e94-b74a-f3c620534f1a"


$ swapon -s
FilenameTypeSizeUsedPriority
/dev/nvme0n1p3  partition   334172120   
-1


$ printf "x\np\n" | sudo fdisk /dev/nvme0n1

Welcome to fdisk (util-linux 2.27.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.


Command (m for help): 
Expert command (m for help): Disk /dev/nvme0n1: 477 GiB, 512110190592 bytes, 
1000215216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 7B6240B1-61B5-4FC7-939A-6A78708BDAAD
First LBA: 34
Last LBA: 1000215182
Alternative LBA: 1000215215
Partition entries LBA: 2
Allocated partition entries: 128

Device StartEnd   Sectors Type-UUID 
   UUID NameAttrs
/dev/nvme0n1p1  20481050623   1048576 
C12A7328-F81F-11D2-BA4B-00A0C93EC93B F92F5E37-7518-4E1E-91E2-F6A39B4B32C1 EFI 
System Partition


/dev/nvme0n1p2   1050624  933380095 932329472 
0FC63DAF-8483-4772-8E79-3D69D8477DE4 429CAB6F-729E-4055-903D-DCED0F6B6529   
  
/dev/nvme0n1p3 933380096 1000214527  66834432 
0657FD6D-A4AB-43C4-84E5-0933C84B4F4F 05A0BE8E-8A2E-4E94-B74A-F3C620534F1A


$ ls -l /run/systemd/generator/
total 16
-rw-r--r-- 1 root root 374 Mar 18 16:17 boot-efi.mount
drwxr-xr-x 2 root root  60 Mar 18 16:17 cryptsetup.target.requires
drwxr-xr-x 2 root root  60 Mar 18 16:17 
dev-disk-by\x2duuid-f11492fb\x2df9bf\x2d4699\x2d80a9\x2d8df106f1ed0c.device.wants
drwxr-xr-x 2 root root  60 Mar 18 16:17 dev-mapper-cryptswap1.device.d
drwxr-xr-x 2 root root  60 Mar 18 16:17 dev-mapper-cryptswap1.device.requires
-rw-r--r-- 1 root root 188 Mar 18 16:17 dev-mapper-cryptswap1.swap
drwxr-xr-x 2 root root  60 Mar 18 16:17 hwclock.service.d
drwxr-xr-x 2 root root  80 Mar 18 16:17 local-fs.target.requires
drwxr-xr-x 2 root root  60 Mar 18 16:17 local-fs.target.wants
-rw-r--r-- 1 root root 277 Mar 18 16:17 -.mount
drwxr-xr-x 2 root root  60 Mar 18 16:17 multi-user.target.wants
drwxr-xr-x 2 root root  60 Mar 18 16:17 networking.service.d
drwxr-xr-x 2 root root  60 Mar 18 16:17 remote-fs.target.d
drwxr-xr-x 2 root root  60 Mar 18 16:17 sendsigs.service.d
drwxr-xr-x 2 root root  60 Mar 18 16:17 swap.target.requires
-rw-r--r-- 1 root root 947 Mar 18 16:17 systemd-cryptsetup@cryptswap1.service
drwxr-xr-x 2 root root  60 Mar 18 16:17 umountfs.service.d
drwxr-xr-x 2 root root  60 Mar 18 16:17 umountnfs.service.d

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

Title:
  Does not use encrypted swap when using GPT partitioning + encrypted
  home directory (ecryptfs)

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

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


Re: [Bug 1534263] Re: [merge request] Import cmake-3.4 series to Ubuntu Xenial 16.04LTS

2016-02-16 Thread Dirk Thomas
But how does the sync happen? Is it for sure going to happen before the
freeze?

- Dirk

On Tue, Feb 16, 2016 at 2:00 PM, Jose Luis Rivero  wrote:

> cmake-3.4 series went into debian unstable so it is probably a good moment
> to sync:
> https://packages.debian.org/source/testing/cmake
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1534263
>
> Title:
>   [merge request] Import cmake-3.4 series to Ubuntu Xenial 16.04LTS
>
> Status in cmake package in Ubuntu:
>   Confirmed
>
> Bug description:
>   Latest stable upstream release. New 3.4 series which brings nice
>   features with respect to current version in Xenial. It has been in
>   debian-sid for more than one month and I can not find any bug related
>   to this latest version.
>
>   It builds just fine in my Xenial PPA:
>   https://launchpad.net/~j-rivero/+archive/ubuntu/cmake-3.4-xenial
>
>   Regarding to the building issues in armhf, arm64 and powerpc in the
>   3.3 series, I see that 3.4 debian packages compiles in all them
>   (https://packages.debian.org/sid/cmake) so probably they are now
>   fixed.
>
>   I was close to submit the standard requestsync but just realized that
>   we probably want to keep a set of specific ubuntu patches. The
>   requestsync displayed me this message:
>
>    8< 
>   Explanation of the Ubuntu delta and why it can be dropped:
> * Cherry-pick upstream commit fe558718b30da989db8b880374012a0e580574e6
>   to fix test suite failure with new file.
> * Cherrypick
> Features_Extract_strings_from_test_binary_more_reliably.patch
>   from Debian to fix test-suite errors.
> * Revert back to 3.2.2, build issues on armhf, arm64 and powerpc.
> * Merge with Debian; remaining changes:
>   - debian/cmake-data.install
> debian/MultiArchCross.cmake
> debian/patches/ubuntu_cmake-crosscompile.patch
> Add MultiArchCross.cmake to installed files.
> (help cmake to find libraries in multiarch path)
> xnox says this is not yet ready to go upstream but he will work on
> it
>   - debian/patches/ubuntu_boost-multiarch.patch
> find boost and python in multiarch path
> this is a candidate for removal but needs rdepend testing
> * Search for Python 3.5.
>
>    8< 
>
>   So: can we go with a normal requestsync? Is there any patches that
>   needs to be migrated? I'm available to get some work done if needed.
>
>   Thanks.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/1534263/+subscriptions
>

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

Title:
  [merge request] Import cmake-3.4 series to Ubuntu Xenial 16.04LTS

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

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


[Bug 1534263] Re: [merge request] Import cmake-3.4 series to Ubuntu Xenial 16.04LTS

2016-02-16 Thread Dirk Thomas
Any chance this makes it before the upcoming freeze in two days?

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

Title:
  [merge request] Import cmake-3.4 series to Ubuntu Xenial 16.04LTS

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

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


[Bug 1534263] Re: Import cmake-3.4 series to Ubuntu Xenial

2016-02-04 Thread Dirk Thomas
The ticket you mentioned is filled against CMake 3.2.2. Wily already
contains that version (http://packages.ubuntu.com/wily/cmake). So I
don't see why this would be a reason ont to release a newer version into
Xenial?

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

Title:
  Import cmake-3.4 series to Ubuntu Xenial

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

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