Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674374 - app-text/libetonyek-0.1.9 with dev-util/mdds-9999 (1.5) - configure: error: Package requirements (mdds-1.4) were not met
Summary: app-text/libetonyek-0.1.9 with dev-util/mdds-9999 (1.5) - configure: error: P...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-02 23:15 UTC by jospezial
Modified: 2019-09-12 20:27 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jospezial 2019-01-02 23:15:02 UTC
dev-util/mdds-9999 is now at version 1.5


checking for glm/glm.hpp... yes
checking for MDDS... no
configure: error: Package requirements (mdds-1.4) were not met:

No package 'mdds-1.4' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables MDDS_CFLAGS
and MDDS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/app-text/libetonyek-0.1.9/work/libetonyek-0.1.9/config.log
 * ERROR: app-text/libetonyek-0.1.9::gentoo failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *               ebuild.sh, line 124:  Called src_configure
 *             environment, line 466:  Called econf '--disable-werror' '--without-docs' '--disable-static' '--disable-tests' '--with-mdds=1.4'
 *        phase-helpers.sh, line 718:  Called __helpers_die 'econf failed'
 *   isolated-functions.sh, line 119:  Called die
 * The specific snippet of code:
 *              die "$@"
 

There it is in the ebuild:

if has_version ">=dev-util/mdds-1.4"; then
		myeconfargs+=( --with-mdds=1.4 )
	else
		myeconfargs+=( --with-mdds=1.2 )
	fi

	econf "${myeconfargs[@]}"
}
Comment 1 jospezial 2019-01-02 23:31:46 UTC
it works after changing 1.4 to 1.5 in the ebuild.
Comment 2 Danil 2019-09-05 10:38:18 UTC
Have the same thing on my machine. Simple changing 1.4 to 1.5 in the ebuild didn't help. Did I miss some important step?
Comment 3 Larry the Git Cow gentoo-dev 2019-09-12 20:27:46 UTC
The bug has been closed via the following commit(s):

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

commit ec619117baffcb5ca0a2335a85ad74090ca9e434
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-09-12 20:21:53 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-09-12 20:27:33 +0000

    app-text/libetonyek: Support --with-mdds=1.5
    
    Closes: https://bugs.gentoo.org/674374
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 app-text/libetonyek/libetonyek-9999.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)