[jira] [Updated] (GEODE-10428) Could not find method dependencySubstitution() for arguments

2022-10-12 Thread Alexander Murmann (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Murmann updated GEODE-10428:
--
Labels: needsTriage  (was: )

> Could not find method dependencySubstitution() for arguments
> 
>
> Key: GEODE-10428
> URL: https://issues.apache.org/jira/browse/GEODE-10428
> Project: Geode
>  Issue Type: Bug
>  Components: build
>Affects Versions: 1.15.1
>Reporter: Martin Filla
>Priority: Major
>  Labels: needsTriage
>
> Hi,
> i tried build geode from your source code 1.15.1 and I have issue with gradle
> gradle -v
> 
> Gradle 7.5.1
> 
> Build time:   2022-08-05 21:17:56 UTC
> Revision: d1daa0cbf1a0103000b71484e1dbfe096e095918
> Kotlin:   1.6.21
> Groovy:   3.0.10
> Ant:  Apache Ant(TM) version 1.10.11 compiled on July 10 2021
> JVM:  1.8.0_332 (OpenJDK BSD Porting Team 25.332-b09)
> OS:   FreeBSD 13.1-RELEASE-p1 amd64
> {code:java}
> ===>  License APACHE20 accepted by the user
> ===>   geode-1.15.1 depends on file: /usr/local/sbin/pkg - found
> ===> Fetching all distfiles required by geode-1.15.1 for building
> ===>  Extracting for geode-1.15.1
> => SHA256 Checksum OK for apache-geode-1.15.1-src.tgz.
> ===>  Patching for geode-1.15.1
> ===>   geode-1.15.1 depends on package: gradle>0 - found
> ===>   geode-1.15.1 depends on file: /usr/local/openjdk8/bin/java - found
> ===>  Configuring for geode-1.15.1
> ===>  Building for geode-1.15.1
> cd /code/FreeBSD-Ports/geode/work/apache-geode-1.15.1-src && /usr/bin/env 
> XDG_DATA_HOME=code/FreeBSD-Ports/geode/work  
> XDG_CONFIG_HOME=/mediacode/FreeBSD-Ports/geode/work  
> XDG_CACHE_HOME=/code/FreeBSD-Ports/geode/work/.cache  
> HOME=/code/FreeBSD-Ports/geode/work 
> PATH=/code/FreeBSD-Ports/geode/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin
>  
> PKG_CONFIG_LIBDIR=/code/FreeBSD-Ports/geode/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
>  DONTSTRIP=yes NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no 
> SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" 
> CFLAGS="-pipe -g -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" 
> CPPFLAGS=""  LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" 
> CXXFLAGS="-pipe -g -fstack-protector-strong -fno-strict-aliasing "  
> MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install   -m 555"  
> BSD_INSTALL_LIB="install   -m 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  
> BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444" gradle 
> --parallel generate --gradle-user-home  /tmp/gradle-geode
> FAILURE: Build failed with an exception.
> * Where:
> Settings file 
> '/code/FreeBSD-Ports/geode/work/apache-geode-1.15.1-src/settings.gradle' 
> line: 23
> * What went wrong:
> A problem occurred evaluating settings 'apache-geode-1.15.1-src'.
> > Could not find method dependencySubstitution() for arguments 
> > [settings_1p36shybhlyrknqn0ir9496w0$_run_closure1$_closure2$_closure5@12ff39de]
> >  on object of type 
> > org.gradle.internal.composite.DefaultConfigurableIncludedPluginBuild.
> * Try:
> > Run with --stacktrace option to get the stack trace.
> > Run with --info or --debug option to get more log output.
> > Run with --scan to get full insights.
> * Get more help at https://help.gradle.org
> BUILD FAILED in 7s
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (GEODE-10428) Could not find method dependencySubstitution() for arguments

2022-10-12 Thread Martin Filla (Jira)
Martin Filla created GEODE-10428:


 Summary: Could not find method dependencySubstitution() for 
arguments
 Key: GEODE-10428
 URL: https://issues.apache.org/jira/browse/GEODE-10428
 Project: Geode
  Issue Type: Bug
  Components: build
Affects Versions: 1.15.1
Reporter: Martin Filla


Hi,
i tried build geode from your source code 1.15.1 and I have issue with gradle
gradle -v


Gradle 7.5.1


Build time:   2022-08-05 21:17:56 UTC
Revision: d1daa0cbf1a0103000b71484e1dbfe096e095918

Kotlin:   1.6.21
Groovy:   3.0.10
Ant:  Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM:  1.8.0_332 (OpenJDK BSD Porting Team 25.332-b09)
OS:   FreeBSD 13.1-RELEASE-p1 amd64


{code:java}
===>  License APACHE20 accepted by the user
===>   geode-1.15.1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by geode-1.15.1 for building
===>  Extracting for geode-1.15.1
=> SHA256 Checksum OK for apache-geode-1.15.1-src.tgz.
===>  Patching for geode-1.15.1
===>   geode-1.15.1 depends on package: gradle>0 - found
===>   geode-1.15.1 depends on file: /usr/local/openjdk8/bin/java - found
===>  Configuring for geode-1.15.1
===>  Building for geode-1.15.1
cd /code/FreeBSD-Ports/geode/work/apache-geode-1.15.1-src && /usr/bin/env 
XDG_DATA_HOME=code/FreeBSD-Ports/geode/work  
XDG_CONFIG_HOME=/mediacode/FreeBSD-Ports/geode/work  
XDG_CACHE_HOME=/code/FreeBSD-Ports/geode/work/.cache  
HOME=/code/FreeBSD-Ports/geode/work 
PATH=/code/FreeBSD-Ports/geode/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin
 
PKG_CONFIG_LIBDIR=/code/FreeBSD-Ports/geode/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
 DONTSTRIP=yes NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh 
NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-pipe -g 
-fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  
LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-pipe -g 
-fstack-protector-strong -fno-strict-aliasing "  MANPREFIX="/usr/local" 
BSD_INSTALL_PROGRAM="install   -m 555"  BSD_INSTALL_LIB="install   -m 0644"  
BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  
BSD_INSTALL_MAN="install  -m 444" gradle --parallel generate --gradle-user-home 
 /tmp/gradle-geode

FAILURE: Build failed with an exception.

* Where:
Settings file 
'/code/FreeBSD-Ports/geode/work/apache-geode-1.15.1-src/settings.gradle' line: 
23

* What went wrong:
A problem occurred evaluating settings 'apache-geode-1.15.1-src'.
> Could not find method dependencySubstitution() for arguments 
> [settings_1p36shybhlyrknqn0ir9496w0$_run_closure1$_closure2$_closure5@12ff39de]
>  on object of type 
> org.gradle.internal.composite.DefaultConfigurableIncludedPluginBuild.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 7s
{code}





--
This message was sent by Atlassian Jira
(v8.20.10#820010)