Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

dev-util/gtk-doc-1.30: Unrecognized configure option: --without-highlight #339

Closed
stefson opened this issue Sep 5, 2019 · 1 comment
Closed

Comments

@stefson
Copy link
Contributor

stefson commented Sep 5, 2019

If compiling from the overlay, there is a QA warning in the end of src_install:


>>> Completed installing dev-util/gtk-doc-1.30 into /var/tmp/portage/dev-util/gtk-doc-1.30/image/

 * Final size of build directory: 10164 KiB (9.9 MiB)
 * Final size of installed tree:   1132 KiB (1.1 MiB)

 * QA Notice: Unrecognized configure options:
 * 
 * 	--without-highlight
 * 	--without-highlight

which is propably from somewhere around here:


src_configure() {
	local myconf
	if use vim; then
		myconf="${myconf} $(use_with highlight highlight vim)"
	else
		myconf="${myconf} $(use_with highlight highlight source-highlight)"
	fi

	gnome2_src_configure \
		--with-xml-catalog="${EPREFIX}"/etc/xml/catalog \
		$(use_enable debug) \
		${myconf}
}

but in the end, I don't understand the code. It's not really important to solve this, but with a little help I might be able to - what does myconf stand for, and what kind of construction is it to state highlight highlight source-highlight?

@stefson stefson changed the title dev-util/gtk-1.30: Unrecognized configure option: --without-highlight dev-util/gtk-doc-1.30: Unrecognized configure option: --without-highlight Sep 30, 2019
@stefson
Copy link
Contributor Author

stefson commented Feb 29, 2020

ebuild got dropped, closing

@stefson stefson closed this as completed Feb 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant