Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701062 - net-mail/qmailadmin-1.2.16 : qmailadmin.c:28:10: fatal error: vpopmail_config.h: No such file or directory
Summary: net-mail/qmailadmin-1.2.16 : qmailadmin.c:28:10: fatal error: vpopmail_config...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-24 11:14 UTC by Toralf Förster
Modified: 2020-05-29 12:04 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.95 KB, text/plain)
2019-11-24 11:14 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,150.12 KB, text/plain)
2019-11-24 11:14 UTC, Toralf Förster
Details
environment (environment,110.72 KB, text/plain)
2019-11-24 11:14 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.19 KB, application/x-bzip)
2019-11-24 11:14 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.75 KB, application/x-bzip)
2019-11-24 11:14 UTC, Toralf Förster
Details
net-mail:qmailadmin-1.2.16:20191123-230914.log (net-mail:qmailadmin-1.2.16:20191123-230914.log,8.13 KB, text/plain)
2019-11-24 11:14 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,30.14 KB, application/x-bzip)
2019-11-24 11:14 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 2019-11-24 11:14:38 UTC
make[1]: Entering directory '/var/tmp/portage/net-mail/qmailadmin-1.2.16/work/qmailadmin-1.2.16'
x86_64-pc-linux-gnu-gcc -I.   -I.     -Wall -c -o qmailadmin.o qmailadmin.c
qmailadmin.c:28:10: fatal error: vpopmail_config.h: No such file or directory
   28 | #include <vpopmail_config.h>
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-20191121-091537

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.0 (tags/RELEASE_900/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.0
Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.39.0 *



repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Sat, 23 Nov 2019 23:06:10 +0000

emerge -qpvO net-mail/qmailadmin
[ebuild  N    ] net-mail/qmailadmin-1.2.16  USE="-maildrop -vhosts"
Comment 1 Toralf Förster gentoo-dev 2019-11-24 11:14:41 UTC
Created attachment 597390 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-11-24 11:14:43 UTC
Created attachment 597392 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-11-24 11:14:47 UTC
Created attachment 597394 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-11-24 11:14:49 UTC
Created attachment 597396 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-11-24 11:14:52 UTC
Created attachment 597398 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-11-24 11:14:55 UTC
Created attachment 597400 [details]
net-mail:qmailadmin-1.2.16:20191123-230914.log
Comment 7 Toralf Förster gentoo-dev 2019-11-24 11:14:59 UTC
Created attachment 597402 [details]
temp.tbz2
Comment 8 crabbed halo ablution 2019-11-25 10:59:40 UTC
DEPEND="virtual/qmail
        >=net-mail/vpopmail-5.4.33
        net-mail/autorespond
        maildrop? ( >=mail-filter/maildrop-2.0.1 )"
DEPEND=${RDEPEND}

So DEPEND ends up being nothing much. Change the first DEPEND to RDEPEND and things should be better.
Comment 9 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-05-29 11:25:19 UTC
I'm sorry for the typo.
Comment 10 Larry the Git Cow gentoo-dev 2020-05-29 12:04:46 UTC
The bug has been closed via the following commit(s):

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

commit 366f380439d3bef3efd9d5f030079c513d99bf12
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-05-29 11:25:07 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-05-29 12:04:38 +0000

    net-mail/qmailadmin: Fix typo in RDEPEND
    
    Closes: https://bugs.gentoo.org/701062
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 net-mail/qmailadmin/qmailadmin-1.2.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)