Weird error during build of 3.5.2 libreoffice

Petr Mladek pmladek at suse.cz
Mon Apr 16 05:30:41 PDT 2012


Tomáš Chvátal píše v Čt 12. 04. 2012 v 08:39 +0200:
> Hi guys,
> 
> I am kinda unable to figure what is the dmake complaining about.
> 
> dmake:  /var/tmp/portage/app-office/libreoffice-3.5.2.2/work/libreoffice-core-3.5.2.2/solenv/inc/tg_ext.mk:
>  line 106:  Error: -- A %-target must not be mixed with non-%-targets,
> offending target [glibc-omitfp/%.unpack]
> 
> Complete log: https://401507.bugs.gentoo.org/attachment.cgi?id=300617

Could you please attach solenv/inc/tg_ext.mk from your build?
I do not see glibc-omitfp target here.

In each case, % is used to define general rules for some kind of files.
Typical example is a rule how to generate .o files from .cxx sources:

%.o:	%.cxx
	g++ ${CXXFLAGS} -c $<

You need to use '%' on both sides of ':'. It is used instead of real
filenames.


Best Regards,
Petr



More information about the LibreOffice mailing list