pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/41217: graphics/evas is broken under Linux (15 indirect failures) [patch]



>Number:         41217
>Category:       pkg
>Synopsis:       graphics/evas is broken under Linux (15 indirect failures) 
>[patch]
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 15 08:45:00 +0000 2009
>Originator:     Aleksey Cheusov
>Release:        linux
>Organization:
home
>Environment:
linux
>Description:
Building graphics/evas fails under Linux.

=> Checking file-check results for evas-0.9.9.050
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /usr/pkg:
ERROR:         
/usr/pkg/lib/evas/modules/engines/software_generic/linux-i386/module.la
ERROR: ************************************************************
ERROR: The following files are in /usr/pkg but not in the PLIST:
ERROR:         
/usr/pkg/lib/evas/modules/engines/software_generic/linux-gnu-i386/module.a
ERROR:         
/usr/pkg/lib/evas/modules/engines/software_generic/linux-gnu-i386/module.la
ERROR:         
/usr/pkg/lib/evas/modules/engines/software_generic/linux-gnu-i386/module.so

Full report is here
http://mova.org/~cheusov/pub/pkgsrc-distbb/Linux/current/logs/20090410.2105/graphics_evas_evas-0.9.9.050/stage_install.html

The following patch was tested under Linux.

>How-To-Repeat:

>Fix:
Index: Makefile.common
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/evas/Makefile.common,v
retrieving revision 1.2
diff -u -r1.2 Makefile.common
--- Makefile.common     26 Feb 2009 18:46:52 -0000      1.2
+++ Makefile.common     15 Apr 2009 08:37:40 -0000
@@ -41,4 +41,5 @@
 CONFIGURE_ARGS+=       --enable-cpu-altivec
 .endif
 
-PLIST_SUBST=   
MODULE_ARCH=${LOWER_OPSYS}${APPEND_ELF}${LOWER_OPSYS_VERSUFFIX}-${NATIVE_LOWER_ARCH}
+PLIST_SUBST=   MODULE_ARCH=${MACHINE_GNU_PLATFORM}
+MAKE_FLAGS+=   MODULE_ARCH=${MACHINE_GNU_PLATFORM}




Home | Main Index | Thread Index | Old Index