Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904879 - net-vpn/networkmanager-fortisslvpn-1.4.0-r2 - src/nm-fortisslvpn-pppd-plugin.c: fatal error: nm-fortisslvpn-pppd-status.h: No such
Summary: net-vpn/networkmanager-fortisslvpn-1.4.0-r2 - src/nm-fortisslvpn-pppd-plugin....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mathy Vanvoorden
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 904841
  Show dependency tree
 
Reported: 2023-04-23 13:50 UTC by Toralf Förster
Modified: 2023-04-23 15:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,19.01 KB, text/plain)
2023-04-23 13:50 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,159.52 KB, text/plain)
2023-04-23 13:50 UTC, Toralf Förster
Details
environment (environment,92.12 KB, text/plain)
2023-04-23 13:50 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,715 bytes, application/x-bzip)
2023-04-23 13:50 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,16.22 KB, application/x-bzip)
2023-04-23 13:50 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,11.23 KB, application/x-bzip)
2023-04-23 13:50 UTC, Toralf Förster
Details
net-vpn:networkmanager-fortisslvpn-1.4.0-r2:20230423-133223.log (net-vpn:networkmanager-fortisslvpn-1.4.0-r2:20230423-133223.log,31.87 KB, text/plain)
2023-04-23 13:50 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,26.13 KB, application/x-bzip)
2023-04-23 13:50 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-04-23 13:50:33 UTC
too long lines were shrinked:

/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -pthread  -DGLIB_VERSION_MIN
sed -e 's|[@]LIBEXECDIR[@]|/usr/libexec|g' \
    -e 's|[@]PLUGINDIR[@]/||g' \
    nm-fortisslvpn-service.name.in >nm-fortisslvpn-service.name
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -pthread -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32 -D
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -pthread  -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32 -DGLIB_VERSION_MAX_
src/nm-fortisslvpn-pppd-plugin.c:39:10: fatal error: nm-fortisslvpn-pppd-status.h: No such file or directory
   39 | #include "nm-fortisslvpn-pppd-status.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_gnome_systemd-j4-20230420-101703

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.2
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.2
Python 3.10.11
Available Ruby profiles:
  [1]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.69.0
  [2]   rust-1.69.0 *
The following VMs are available for generation-2:
1)	OpenJDK 17.0.6_p10 [openjdk-17]
2)	OpenJDK 8.362_p09 [openjdk-8]
*)	Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17]
4)	Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-8 
  [2]   openjdk-17 
  [3]   openjdk-bin-8 
  [4]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
go version go1.20.3 linux/amd64

  HEAD of ::gentoo
commit 01030231afd368a98529c7c0818b74e792782bad
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Apr 23 09:47:17 2023 +0000

    2023-04-23 09:47:16 UTC

emerge -qpvO net-vpn/networkmanager-fortisslvpn
[ebuild  N    ] net-vpn/networkmanager-fortisslvpn-1.4.0-r2  USE="gtk"
Comment 1 Toralf Förster gentoo-dev 2023-04-23 13:50:34 UTC
Created attachment 860637 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-04-23 13:50:35 UTC
Created attachment 860638 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-04-23 13:50:37 UTC
Created attachment 860639 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-04-23 13:50:37 UTC
Created attachment 860640 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-04-23 13:50:38 UTC
Created attachment 860641 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-04-23 13:50:39 UTC
Created attachment 860642 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-04-23 13:50:40 UTC
Created attachment 860643 [details]
net-vpn:networkmanager-fortisslvpn-1.4.0-r2:20230423-133223.log
Comment 8 Toralf Förster gentoo-dev 2023-04-23 13:50:41 UTC
Created attachment 860644 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2023-04-23 15:52:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bac18e75d84d6bbd293b095c0a01d3e2b283e6

commit 38bac18e75d84d6bbd293b095c0a01d3e2b283e6
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-04-23 15:51:55 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-04-23 15:52:32 +0000

    net-vpn/networkmanager-fortisslvpn: fix patch rename metadata
    
    Closes: https://bugs.gentoo.org/904879
    Signed-off-by: Sam James <sam@gentoo.org>

 ...workmanager-fortisslvpn-1.4.0-ppp-2.5.0-1.patch | 23 ++++++++++++++++++++++
 ...workmanager-fortisslvpn-1.4.0-ppp-2.5.0-2.patch |  6 ++++++
 ...workmanager-fortisslvpn-1.4.0-ppp-2.5.0-3.patch |  9 +++++++++
 .../networkmanager-fortisslvpn-1.4.0-r2.ebuild     |  4 ++--
 4 files changed, 40 insertions(+), 2 deletions(-)