質問編集履歴
1
エラー内容
test
CHANGED
File without changes
|
test
CHANGED
@@ -23,3 +23,81 @@
|
|
23
23
|
|
24
24
|
|
25
25
|
よろしくお願い致します。
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
【追記】
|
32
|
+
|
33
|
+
```
|
34
|
+
|
35
|
+
current directory:
|
36
|
+
|
37
|
+
/var/www/***/public_html/***/vendor/cache/ruby/2.6.0/gems/sassc-2.3.0/ext
|
38
|
+
|
39
|
+
/opt/rbenv/versions/2.6.1/bin/ruby -I /opt/rbenv/versions/2.6.1/lib/ruby/2.6.0
|
40
|
+
|
41
|
+
-r ./siteconf20200512-1057-xxqgsk.rb extconf.rb
|
42
|
+
|
43
|
+
creating Makefile
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
current directory:
|
48
|
+
|
49
|
+
/var/www/***/public_html/***/vendor/cache/ruby/2.6.0/gems/sassc-2.3.0/ext
|
50
|
+
|
51
|
+
make "DESTDIR=" clean
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
current directory:
|
56
|
+
|
57
|
+
/var/www/***/public_html/***/vendor/cache/ruby/2.6.0/gems/sassc-2.3.0/ext
|
58
|
+
|
59
|
+
make "DESTDIR="
|
60
|
+
|
61
|
+
compiling ./libsass/src/ast.cpp
|
62
|
+
|
63
|
+
cc1plus: error: unrecognized command line option "-std=c++11"
|
64
|
+
|
65
|
+
make: *** [ast.o] エラー 1
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
make failed, exit code 2
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
Gem files will remain installed in
|
74
|
+
|
75
|
+
/var/www/***/public_html/***/vendor/cache/ruby/2.6.0/gems/sassc-2.3.0
|
76
|
+
|
77
|
+
for inspection.
|
78
|
+
|
79
|
+
Results logged to
|
80
|
+
|
81
|
+
/var/www/***/public_html/***/vendor/cache/ruby/2.6.0/extensions/x86_64-linux/2.6.0-static/sassc-2.3.0/gem_make.out
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
An error occurred while installing sassc (2.3.0), and Bundler cannot
|
86
|
+
|
87
|
+
continue.
|
88
|
+
|
89
|
+
Make sure that `gem install sassc -v '2.3.0' --source 'https://rubygems.org/'`
|
90
|
+
|
91
|
+
succeeds before bundling.
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
In Gemfile:
|
96
|
+
|
97
|
+
sassc-rails was resolved to 2.1.2, which depends on
|
98
|
+
|
99
|
+
sassc
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
```
|