Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 735572 - net-misc/olsrd-0.9.8 : src/.../oparse.c: fatal error: oparse.h-tmp: No such file or directory
Summary: net-misc/olsrd-0.9.8 : src/.../oparse.c: fatal error: oparse.h-tmp: No such f...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bison-3.7 776742
  Show dependency tree
 
Reported: 2020-08-02 19:03 UTC by Toralf Förster
Modified: 2021-10-09 04:30 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.94 KB, text/plain)
2020-08-02 19:03 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,57.25 KB, text/plain)
2020-08-02 19:03 UTC, Toralf Förster
Details
environment (environment,52.35 KB, text/plain)
2020-08-02 19:03 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.02 KB, application/x-bzip)
2020-08-02 19:03 UTC, Toralf Förster
Details
net-misc:olsrd-0.9.8:20200802-182615.log (net-misc:olsrd-0.9.8:20200802-182615.log,70.51 KB, text/plain)
2020-08-02 19:03 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,16.69 KB, application/x-bzip)
2020-08-02 19:03 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 2020-08-02 19:03:00 UTC
rm -f "src/cfgparser/oparse.c-tmp" "src/cfgparser/oparse.h-tmp"
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -fPIC -ggdb -I/var/tmp/portage/net-misc/olsrd-0.9.8/work/olsrd-0.9.8/src -I/var/tmp/portage/net-misc/olsrd-0.9.8/work/olsrd-0.9.8/lib -I/var/tmp/portage/net-misc/olsrd-0.9.8/work/olsrd-0.9.8/lib/pud/nmealib/include -I/var/tmp/portage/net-misc/olsrd-0.9.8/work/olsrd-0.9.8/lib/pud/wireformat/include  -DUSE_FPM -DDEBUG   -c -o src/cfgparser/oparse.o src/cfgparser/oparse.c
src/cfgparser/oparse.c:265:10: fatal error: oparse.h-tmp: No such file or directory
  265 | #include "oparse.h-tmp"
      |          ^~~~~~~~~~~~~~
compilation terminated.

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

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

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

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

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sun Aug  2 06:05:32 PM UTC 2020
/var/db/repos/libressl	Fri Jul 24 09:42:51 PM UTC 2020

emerge -qpvO net-misc/olsrd
[ebuild  N    ] net-misc/olsrd-0.9.8  USE="-gtk -pud"
Comment 1 Toralf Förster gentoo-dev 2020-08-02 19:03:02 UTC
Created attachment 652388 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-08-02 19:03:05 UTC
Created attachment 652390 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-08-02 19:03:08 UTC
Created attachment 652392 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-08-02 19:03:11 UTC
Created attachment 652394 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-08-02 19:03:13 UTC
Created attachment 652396 [details]
net-misc:olsrd-0.9.8:20200802-182615.log
Comment 6 Toralf Förster gentoo-dev 2020-08-02 19:03:16 UTC
Created attachment 652398 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2021-10-09 04:30:39 UTC
The bug has been closed via the following commit(s):

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

commit b102d60d6af470bfd9a8463b86722df37316fda4
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-10-09 04:29:04 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-10-09 04:29:09 +0000

    net-misc/olsrd: add 20210612 snapshot
    
    Fixes build failure with >= bison 3.7.
    
    Thanks-to: Christoph Loesc
    Closes: https://bugs.gentoo.org/735572
    Bug: https://bugs.gentoo.org/715392
    Bug: https://bugs.gentoo.org/776742
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/olsrd/Manifest                     |   1 +
 net-misc/olsrd/olsrd-0.9.8_p20210612.ebuild | 121 ++++++++++++++++++++++++++++
 2 files changed, 122 insertions(+)