Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 722912

Summary: sci-libs/profnet-1.0.22 : POD document had syntax errors at /usr/bin/pod2man line 69.
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Science Biology related packages <sci-biology>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
sci-libs:profnet-1.0.22:20200514-070557.log
temp.tbz2

Description Toralf Förster gentoo-dev 2020-05-14 07:27:03 UTC
profnet.pod around line 59: Expected text after =item, not a number
profnet.pod around line 63: Expected text after =item, not a number
POD document had syntax errors at /usr/bin/pod2man line 69.
make -C src-phd
make[1]: Entering directory /var/tmp/portage/sci-libs/profnet-1.0.22/work/profnet-1.0.22/src-phd
x86_64-pc-linux-gnu-gfortran -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o profphd_net phd.f lib-phd.f

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-libressl-20200512-181504

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.1.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7 (fallback)
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu 14 May 2020 06:05:26 AM UTC
/var/db/repos/libressl	Sat 11 Apr 2020 05:02:25 AM UTC

emerge -qpvO sci-libs/profnet
[ebuild  N    ] sci-libs/profnet-1.0.22
Comment 1 Toralf Förster gentoo-dev 2020-05-14 07:27:06 UTC
Created attachment 638716 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-05-14 07:27:09 UTC
Created attachment 638718 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-05-14 07:27:12 UTC
Created attachment 638720 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-05-14 07:27:15 UTC
Created attachment 638722 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-05-14 07:27:20 UTC
Created attachment 638724 [details]
sci-libs:profnet-1.0.22:20200514-070557.log
Comment 6 Toralf Förster gentoo-dev 2020-05-14 07:27:23 UTC
Created attachment 638726 [details]
temp.tbz2
Comment 7 Jakov Smolić archtester gentoo-dev 2021-08-19 08:34:46 UTC
It seems to be another error

```
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(2)/INTEGER(4)).
phd.f:2143:52:

  357 |          CALL SRMAX1(OUTLOC,NUMOUTMAX,RMAX,IMAX)
      |                                           2         
......
 2143 |          CALL SRMAX1(INTERMAX,NUMOUTMAX,INTERMAXVAL,INTERMAXPOS)
      |                                                    1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(2)/INTEGER(4)).
make[1]: *** [Makefile:102: profphd_net] Error 1
```

*** This bug has been marked as a duplicate of bug 731898 ***