Stefan Husmann wrote: > Stefan Husmann schrieb: >> Gerardo Exequiel Pozzi schrieb: >>> Stefan Husmann wrote: >>>> Hello, >>>> >>>> I have a strange problem with the scilab packages I maintain in >>>> [community]. The i686 version lacks a directory >>>> /usr/share/scilab/modules/helptools/jar/ , which is needed for the >>>> help browser. The package for x86_64 has this directory. I have no >>>> idea why this ist the case, since they both use the same PKGBUILD. >>>> >>>> Any hints are appreciated. >>>> >>>> Regards Stefan >>>> >>> Hi :) >>> >>> You are building from a clean dir on x86_64? rm -rf src pkg because... >> That was my first thought, too, but yes, the dir was clean. >>> >>> In the Changelog: >>> * bug 4302 fixed - Do not build the helptool module when >>> --disable-build-help >>> is used >>> >>> You use -disable-build-help in PKGBUILD >>> >>> PS: configure: WARNING: unrecognized options: --with-install-help-file >>> >> Without --disable-build-help the build fails on both architectures. I >> will try without --with-install-help-file. >> >> Thank you for your suggestions. >> >> Regards Stefan >> > Sorry, that did not help. Other ideas? > > Regards Stefan > Hi Stefan
This is that I do: - ./configure --prefix=/usr --disable-build-help --with-install-help-file \ + ./configure --prefix=/usr \ - make all doc + make The result package is the same plus the helptools.jar ;) [djg...@gerardo /tmp]$ diff <(tar tf /var/cache/pacman/pkg/scilab-5.1.1-2.pkg.tar.gz | sort -u) <(tar tf scilab/scilab-5.1.1-2-i686.pkg.tar.gz | sort -u) 6700a6701,6702 > usr/share/scilab/modules/helptools/jar/ > usr/share/scilab/modules/helptools/jar/org.scilab.modules.helptools.jar [djg...@gerardo /tmp]$ PS: --with-install-help-file is ignored, don't have any behaviour, so put or not is the same. -- Gerardo Exequiel Pozzi ( djgera ) http://www.djgera.com.ar KeyID: 0x1B8C330D Key fingerprint = 0CAA D5D4 CD85 4434 A219 76ED 39AB 221B 1B8C 330D
