Hi Ihsan, Why did you comment the following line ? #CONFIGURE_ARGS = $(DIRPATHS)
Without this line the "--prefix" option is not passed to configure hence everything is installed in /usr/local instead of /opt/csw. This seems to be the reason why some packages are empty: no library is found under /opt/csw for example. $ grep libunbound.so work/solaris10-sparc/build-global/prototype f none /usr/local/lib/libunbound.so.2.1.5 0755 root bin s none /usr/local/lib/libunbound.so.2=libunbound.so.2.1.5 s none /usr/local/lib/libunbound.so=libunbound.so.2.1.5 Yann 2013/4/15 İhsan Doğan <[email protected]> > Hi Yann, > > On 04/15/2013 06:51 AM, Yann Rouillard wrote: > > > When trying to package unbound to reproduce your problem, I've got the > > following error on i386: > > [...] > > > cc: Warning: illegal option -flto > > "util/storage/lookup3.c", line 76: unexpected ")" > > cc: acomp failed for util/storage/lookup3.c > > gmake: *** [lookup3.lo] Error 1 > > gmake: Leaving directory > > > `/home/yann/opencsw/unbound/trunk/work/solaris10-i386/build-isa-pentium_pro/unbound-1.4.20' > > gmake[1]: *** > > > [build-work/solaris10-i386/build-isa-pentium_pro/unbound-1.4.20/Makefile] > Error > > 2 > > gmake[1]: Leaving directory `/home/yann/opencsw/unbound/trunk' > > gmake: *** [merge-isa-pentium_pro] Error 2 > > > > > > You didn't have the same problem ? > > That's new to me. > This worked with earlier version on x86. But I have also to say, that > this time, I haven't tried to build it on x86. Sparc builds just fine. > > I'll have a look into this. > > > > > Ihsan > > -- > [email protected] http://blog.dogan.ch/ > _______________________________________________ > maintainers mailing list > [email protected] > https://lists.opencsw.org/mailman/listinfo/maintainers > .:: This mailing list's archive is public. ::. >
_______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
