Skip to Content.
Sympa Menu

perfsonar-user - [perfsonar-user] [BUG] broken autotools files

Subject: perfSONAR User Q&A and Other Discussion

List archive

[perfsonar-user] [BUG] broken autotools files


Chronological Thread 
  • From: Aikaterini Voulgari <>
  • To: "" <>
  • Subject: [perfsonar-user] [BUG] broken autotools files
  • Date: Fri, 16 Jun 2023 10:50:19 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=aviatnet.com; dmarc=pass action=none header.from=aviatnet.com; dkim=pass header.d=aviatnet.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=2deEsFgOV7LBwn9F9nn8T+42WfnrRGEajBEyJcKeWp0=; b=kE0LH4ilifrClj+cHlOOGsV0iXe0Z7Avp2xZMSv0MKxV16uJpFFrhwfHorwLt0F9gK4oinx+6lg8lR7WP4HG7RKvphc9SSyVsgYfRwpi/4u0Aj+nzyAS8p6/IrXmM4k0s7qKOkh990f3ZA7h4VznNPRNkPEiw06JbbflGDjUFK5TGa8Tz4FaEItpsxb13hK20V+PSvCeXurwdGOqWqhPZSPyz8FNgCj8m4sgnulv+49RpYqCsPjSq2DgWmS7Pq8a/iQVoVDi9wVVj3g0TQ1V+FMy72Lt9CMiD6gajrxGjbqFmUz4n1eb2fHMX7R9xupEN8oVN2loff1e4bGsNDFpqQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=DUsW//u/Zf3cPvezLCU6Z/gIiaIQGZtFi3Gxy9gplQTo684vwXy4iuNk4esZjNUw4MDpw/VTRjFMt3jmzfp+guxwTb0A8yJe++v8q2BchEKZVadBY+fe4mXbh3NDDa3EEfsEjQ3WilbFyOuxVYWwwT20tpfVBKKdDPOWOhIGrEH1SChit55aUzOpIPwqp4uCyESi80kLsVNbaT+DyFUv5LAu+GqY4tkGC39sUyHqHmJvPujAwNXut2YIRHqMAT1z2AauZDrnePYQOEJBd9dLEgqFM2PZK1StW6Y3Uv5IDWWr0uRSTVUp/mR/uw9hvu3vo5ISjc1wXo4ElbZ/Eo9Bzw==

Hello,

the autotools of these repositories seem broken as they do not support out-of-tree builds.

https://github.com/perfsonar/i2util

https://github.com/perfsonar/owamp

 

For i2util, aespasswd Makefile fails to find the target for “libI2util.a”, but the library is built in <build dir>/I2util/libI2util.a”.

 

Making all in aespasswd

make[1]: Entering directory '<build_dir>/tmp/work/aarch64-mach-linux/i2util/1.0+gitAUTOINC+4a0d824590-r0/git/aespasswd'

aarch64-mach-linux-gcc  -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=<build_dir>/tmp/work/aarch64-mach-linux/i2util/1.0+gitAUTOINC+4a0d824590-r0/recipe-sysroot -DHAVE_CONFIG_H -I. -I../I2util/I2util/aespasswd -I../I2util  -I../I2util/I2util   -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=<build_dir>/tmp/work/aarch64-mach-linux/i2util/1.0+gitAUTOINC+4a0d824590-r0=/usr/src/debug/i2util/1.0+gitAUTOINC+4a0d824590-r0                      -fdebug-prefix-map=<build_dir>/tmp/work/aarch64-mach-linux/i2util/1.0+gitAUTOINC+4a0d824590-r0=/usr/src/debug/i2util/1.0+gitAUTOINC+4a0d824590-r0                      -fdebug-prefix-map=<build_dir>/tmp/work/aarch64-mach-linux/i2util/1.0+gitAUTOINC+4a0d824590-r0/recipe-sysroot=                      -fdebug-prefix-map=<build_dir>/tmp/work/aarch64-mach-linux/i2util/1.0+gitAUTOINC+4a0d824590-r0/recipe-sysroot-native=  -c -o aespasswd.o ../I2util/I2util/aespasswd/aespasswd.c

make[1]: *** No rule to make target '../I2util/I2util/I2util/libI2util.a', needed by 'aespasswd'.  Stop.



  • [perfsonar-user] [BUG] broken autotools files, Aikaterini Voulgari, 06/16/2023

Archive powered by MHonArc 2.6.24.

Top of Page