Re: r343843 /usr/ports/ make install error: unable to create target: 'No available targets are compatible with this triple.'

2019-02-08 Thread Graham Perrin

On 08/02/2019 13:54, Mark Linimon wrote:

On Fri, Feb 08, 2019 at 12:18:33PM +, Graham Perrin wrote:

I still wonder whether these problems arose, somehow, from:

235215 – Bump LLVM_DEFAULT to 80


AFAIK that's still being tested (not committed yet).

mcl


Yep, I was testing. That's me at comments 14 and 15.

Still am, to a degree.

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: r343843 /usr/ports/ make install error: unable to create target: 'No available targets are compatible with this triple.'

2019-02-08 Thread Mark Linimon
On Fri, Feb 08, 2019 at 12:18:33PM +, Graham Perrin wrote:
> I still wonder whether these problems arose, somehow, from:
> 
> 235215 – Bump LLVM_DEFAULT to 80
> 

AFAIK that's still being tested (not committed yet).

mcl
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: r343843 /usr/ports/ make install error: unable to create target: 'No available targets are compatible with this triple.'

2019-02-08 Thread Graham Perrin

On 07/02/2019 06:43, I wrote:

> Follow-up to
> 


>
>> r343663 poudriere can not configure pkg
>
> It seems, the problems are not limited to my poudriere environment.
>
> Also, it's not possible to install from /usr/ports
> …

The lost ability to install from /usr/ports was quite show-stopping:

1) I could not build things such as gpu-firmware-kmod or
   drm-legacy-kmod with the updated system; and

2) in the absence of properly built kernel modules, I could
   not start X.

Apparently worked around by removing all LLVM-related lines from
/etc/make.conf
then build and installation of r343883.

Re: 
I still wonder whether these problems arose, somehow, from:

235215 – Bump LLVM_DEFAULT to 80




Now:

root@momh167-gjp4-8570p:~ # grep -v \# /etc/make.conf
PORTS_MODULES=graphics/gpu-firmware-kmod graphics/drm-legacy-kmod
DEFAULT_VERSIONS+=samba=4.8

root@momh167-gjp4-8570p:~ #
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


r343843 /usr/ports/ make install error: unable to create target: 'No available targets are compatible with this triple.'

2019-02-06 Thread Graham Perrin

Follow-up to
 



> r343663 poudriere can not configure pkg

It seems, the problems are not limited to my poudriere environment.

Also, it's not possible to install from /usr/ports

/usr/ports/graphics/gpu-firmware-kmod for example,

https://photos.app.goo.gl/5XKPtsQzqtH77T578

> …
> error: unable to create target: 'No available targets are compatible 
with this triple.'

> …

For now I'm (again) back to an r343308 boot environment, which was 
probably created before I began experimenting with llvm80.


# bectl list | sort
20190131-0125 -  -  487M  2019-01-31 01:25
BE    Active Mountpoint Space Created
default   -  -  2.16M 2018-12-22 05:01
r342466   -  -  521M  2019-01-07 07:53
r343308   NR /  2.78G 2019-01-22 18:51
r343663   -  -  35.8G 2019-02-01 18:04
r343747   -  -  6.57G 2019-02-04 18:04
r343843   -  -  5.90G 2019-02-06 19:59
#



My make.conf, if it helps:

# cat /etc/make.conf
# PORTS_MODULES=graphics/gpu-firmware-kmod graphics/drm-current-kmod 
emualtors/virtualbox-ose-kmod
# 


# WITHOUT_DRM_MODULE=t
# WITHOUT_DRM2_MODULE=t
DEFAULT_VERSIONS+=samba=4.8
# 
DEFAULT_VERSIONS+=llvm=80
# 


# WITHOUT_LLVM_TARGET_AARCH64=
WITHOUT_LLVM_TARGET_ARM=
WITHOUT_LLVM_TARGET_MIPS=
WITHOUT_LLVM_TARGET_POWERPC=
WITHOUT_LLVM_TARGET_SPARC=
WITHOUT_LLVM_TARGET_X86=

#
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"