Hi!

> http://build-failures.rhaalovely.net/powerpc/last/x11/gnome/shell-extensions.log
(x11/gnome/shell is also impacted)

This problem seems to only impact macppc, sparc64 has a package for it.

I looked closer at this one: 

- www/sassc is built with ports-gcc
- www/libsass is built with ports-clang

x11/gnome/shell{,-extensions} build if libsass is built with
ports-gcc. A stripped down GNOME environment using gnome-shell
works, and is displayed as expected [0].

It's not due to that particular scss file, as said above other
ones are impacted. 

I've attached a full egdb(1) backtrace, as macppc may soon be a
base-clang arch, it may be interesting to find out why it breaks,
i've not been able to :(

As far as ports are concerned, i'm proposing a switch to ports-gcc
for libsass.

Charlène.


[0] https://bsd.network/@julianaito/102065676125440442


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/libsass/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- Makefile    14 Nov 2018 19:27:55 -0000      1.5
+++ Makefile    12 May 2019 13:48:47 -0000
@@ -5,6 +5,7 @@ COMMENT =               C/C++ implementation of a Sas
 GH_ACCOUNT =           sass
 GH_PROJECT =           libsass
 GH_TAGNAME =           3.5.5
+REVISION =             0
 
 SHARED_LIBS +=  sass                      0.0 # 0.0
 
@@ -20,7 +21,7 @@ PERMIT_PACKAGE_CDROM =        Yes
 WANTLIB =              ${COMPILER_LIBCXX} m
 
 # c++0x
-COMPILER = base-clang ports-clang ports-gcc
+COMPILER = base-clang ports-gcc
 
 BUILD_DEPENDS =                ${MODGNU_AUTOCONF_DEPENDS} \
                        ${MODGNU_AUTOMAKE_DEPENDS} \

Attachment: libsass.bt.txt.gz
Description: Binary data

Reply via email to