Bug 203844 - graphics/dri build failed (recipe for target 'api/libclover_la-context.lo' failed)
Summary: graphics/dri build failed (recipe for target 'api/libclover_la-context.lo' fa...
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-17 20:27 UTC by glerak
Modified: 2015-10-28 09:45 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (x11)


Attachments
Log of portmaster (176.04 KB, text/plain)
2015-10-17 20:27 UTC, glerak
no flags Details
My make.conf (54 bytes, text/plain)
2015-10-17 20:29 UTC, glerak
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description glerak 2015-10-17 20:27:37 UTC
Created attachment 162165 [details]
Log of portmaster

Hi.

I would like to update graphics/dri.
Its impossible trought "portmaster -Dv -mMAKE_JOBS_UNSAFE=yes graphics/dri".

There is an error:
Makefile:868: recipe for target 'api/libclover_la-context.lo' failed
gmake[4]: *** [api/libclover_la-context.lo] Error 1

At first, I removed the old version of dri. At second I was run "portsnap fetch update" and "portmaster -a".
But compilling of dri is still ended by the error.

I'm not any expert. I don't know where the problem is.

Thanks for helping and soory about my english...

About my system:
kern.ostype: FreeBSD
kern.osrelease: 10.0-RELEASE
kern.osrevision: 199506
kern.version: FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014
    root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC

Please, visit attached files.
Comment 1 glerak 2015-10-17 20:29:17 UTC
Created attachment 162166 [details]
My make.conf
Comment 2 glerak 2015-10-20 21:05:33 UTC
Well, I upgraded to 10.2R version of freebsd, and now it works fine.
Comment 3 freebsd 2015-10-28 09:45:07 UTC
HI *,

Sorry for re-open.

I was able to build the port on FreeBSD 10.0 by changing the Makefile.common from port graphics/libGL:

/usr/ports/graphics/libGL/Makefile.common:
85c85
< 	(${OPSYS} == FreeBSD && ${OSVERSION} >= 1001000 && \
---
> 	(${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && \


Best Regards,
C.