Ubuntu Pastebin

Paste from miken at Mon, 1 Jun 2015 04:18:56 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
dev-trusty# ~/snappy/snappy-examples
$ bzr revno && bzr st
69
dev-trusty# ~/snappy/snappy-examples
$ apt-cache policy snappy-tools
snappy-tools:
  Installed: 9
  Candidate: 9
  Version table:
 *** 9 0
        500 http://ppa.launchpad.net/snappy-dev/beta/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
dev-trusty# ~/snappy/snappy-examples
$ cd hello-world && snappy build .
Errors
------
 - lint_control_architecture_match
        Architecture=all does not match manifest architecture=['all']
 - lint_manifest_architecture_valid
        not valid multi architecture: all
 - security_policy_vendor_matches_framework (meta/echo.apparmor)
        ubuntu-core != ubuntu-snappy (ubuntu-core-15.04-dev1)
 - security_policy_vendor_matches_framework (meta/env.apparmor)
        ubuntu-core != ubuntu-snappy (ubuntu-core-15.04-dev1)
 - security_policy_vendor_matches_framework (meta/evil.apparmor)
        ubuntu-core != ubuntu-snappy (ubuntu-core-15.04-dev1)
 - security_policy_vendor_matches_framework (meta/showdev.apparmor)
        ubuntu-core != ubuntu-snappy (ubuntu-core-15.04-dev1)
 - security_policy_vendor_matches_framework (meta/usehw.apparmor)
        ubuntu-core != ubuntu-snappy (ubuntu-core-15.04-dev1)
 - security_policy_version_matches_framework (meta/echo.apparmor)
        15.04 != 1.3 (ubuntu-core-15.04-dev1)
 - security_policy_version_matches_framework (meta/env.apparmor)
        15.04 != 1.3 (ubuntu-core-15.04-dev1)
 - security_policy_version_matches_framework (meta/evil.apparmor)
        15.04 != 1.3 (ubuntu-core-15.04-dev1)
 - security_policy_version_matches_framework (meta/showdev.apparmor)
        15.04 != 1.3 (ubuntu-core-15.04-dev1)
 - security_policy_vendor_matches_framework (meta/usehw.apparmor)
        ubuntu-core != ubuntu-snappy (ubuntu-core-15.04-dev1)
 - security_policy_version_matches_framework (meta/echo.apparmor)
        15.04 != 1.3 (ubuntu-core-15.04-dev1)
 - security_policy_version_matches_framework (meta/env.apparmor)
        15.04 != 1.3 (ubuntu-core-15.04-dev1)
 - security_policy_version_matches_framework (meta/evil.apparmor)
        15.04 != 1.3 (ubuntu-core-15.04-dev1)
 - security_policy_version_matches_framework (meta/showdev.apparmor)
        15.04 != 1.3 (ubuntu-core-15.04-dev1)
 - security_policy_version_matches_framework (meta/usehw.apparmor)
        15.04 != 1.3 (ubuntu-core-15.04-dev1)
 - security_redflag_fields (meta/echo.apparmor)
        found redflagged fields (needs human review): policy_vendor
 - security_redflag_fields (meta/env.apparmor)
        found redflagged fields (needs human review): policy_vendor
 - security_redflag_fields (meta/evil.apparmor)
        found redflagged fields (needs human review): policy_vendor
 - security_redflag_fields (meta/showdev.apparmor)
        found redflagged fields (needs human review): policy_vendor
 - security_redflag_fields (meta/usehw.apparmor)
        found redflagged fields (needs human review): policy_vendor
Warnings
--------
 - lint_DEBIAN_extra_files
        found extra files in DEBIAN/: hashes.yaml
hello-world_1.0.15_all.snap: FAIL
Generated 'hello-world_1.0.15_all.snap' snap
dev-trusty# ~/snappy/snappy-examples/hello-world
$ 
Download as text