[Bug 436745] New: clisp: wrong directory included in build files
https://bugzilla.novell.com/show_bug.cgi?id=436745 Summary: clisp: wrong directory included in build files Product: openSUSE 11.0 Version: Final Platform: All OS/Version: Linux Status: NEW Severity: Major Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: jengelh@gmx.de QAContact: qa@suse.de Found By: Beta-Customer After installation of clisp, it is impossible to build any extensions using clisp, simply because the build directory is provided ... grep -r /usr/src/packages /usr/lib/clisp* What's usr/src/packages doing in the file that shows up? It should be /usr/lib/clisp-2.44.1 of course. Which means someone did not correctly call /configure in clisp.spec. Please fix. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436745 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pth@novell.com AssignedTo|pth@novell.com |werner@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436745 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Normal Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436745 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=436745#c1 --- Comment #1 from Dr. Werner Fink <werner@novell.com> 2008-10-20 04:50:36 MDT --- Do you have reported this upstream? AFICS there is no point at which I do set this path at configure time. IMHO the configure code does this at its own, that is the usage of the build directory. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436745 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=436745#c2 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |jengelh@gmx.de --- Comment #2 from Dr. Werner Fink <werner@novell.com> 2008-10-20 05:29:14 MDT --- Btw: Why do you think that the strings in the binaries like /usr/lib/clisp-2.44.1/base/calls.o are wrong? These strings are done by the gcc. Beside this: what exactly do you have done for geting your own linked clisp binary? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436745 User jengelh@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=436745#c3 Jan Engelhardt <jengelh@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|jengelh@gmx.de | --- Comment #3 from Jan Engelhardt <jengelh@gmx.de> 2008-10-20 09:47:31 MDT --- Because when I try to build xindy, it calls gcc with something like -L/usr/src/packages/BUILD/clisp-2.44.1/base.o or so which is of course not going to fruit. In light that there is a texlive2008 on the way (see bug #426392), I can hopefully stop this attempt at getting xindy (from pristine source) to run with texlive2007 here. The clisp binary I did not touch, I merely had it as a BuildRequires:. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436745 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=436745#c4 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Minor Priority|P5 - None |P4 - Low --- Comment #4 from Dr. Werner Fink <werner@novell.com> 2008-10-20 09:57:00 MDT --- There is *no* need to configure nor to build xindy from that source tree as there is already xindy perl script part of TeX Live 2008. Btw: this kind of linkage is not supported by clisp as the script /usr/lib/clisp-2.44.1/clisp-link works fully correct. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436745 User jengelh@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=436745#c5 --- Comment #5 from Jan Engelhardt <jengelh@gmx.de> 2008-10-20 09:59:05 MDT --- But there is no rpm for texlive 2008 in the OBS yet, and building 2008 was a bit more frightening than just xindy :) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436745 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=436745#c6 --- Comment #6 from Dr. Werner Fink <werner@novell.com> 2008-10-20 10:07:05 MDT --- I know, as I've a running TeX Live 2008 in the beta of factory. For xindy simply texmf/scripts/xindy/xindy.pl as /usr/local/bin/xindy -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436745 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=436745#c7 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |jengelh@gmx.de --- Comment #7 from Dr. Werner Fink <werner@novell.com> 2008-10-20 10:19:12 MDT --- Just tried: boole:xindy # clisp -q -norc -c ${PWD}/rte/ordrules/ordrulei.lsp -o ordrulei.fas ;; Compiling file /tmp/texlive-20080816-source/utils/xindy/rte/ordrules/ordrulei.lsp ... ;; Wrote file /tmp/texlive-20080816-source/utils/xindy/ordrulei.fas ;; Wrote file /tmp/texlive-20080816-source/utils/xindy/ordrulei.c 0 errors, 0 warnings .. please attach your specific log (xindy only please). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436745 User jengelh@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=436745#c8 --- Comment #8 from Jan Engelhardt <jengelh@gmx.de> 2008-10-20 12:26:24 MDT --- If xindy is a perl script, what does it need clisp for? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436745 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=436745#c9 --- Comment #9 from Dr. Werner Fink <werner@novell.com> 2008-10-21 02:34:35 MDT --- AFAIK the perl script was done from sratch by the developers of TeX Live and indeed reading the install manual of the source tar ball states that for TeX Live the xindy build is disabled at configure time. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436745 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=436745#c10 --- Comment #10 from Dr. Werner Fink <werner@novell.com> 2008-10-21 03:30:48 MDT --- On openSuSE 11.1 this seems to work: boole:xindy # ll binaries/ | sed 's/^/ /' total 13192 -rw-r--r-- 1 root root 12499 Oct 21 09:21 Makefile -rw-r--r-- 1 223 50 2074 Apr 20 2008 Makefile.am -rw-r--r-- 1 223 50 11687 Apr 20 2008 Makefile.in -rw-r--r-- 1 root root 92320 Oct 21 09:24 base.fas -rw-r--r-- 1 root root 119640 Oct 21 09:24 base.lib -rw-r--r-- 1 root root 3262796 Oct 21 09:24 base.mem -rw-r--r-- 1 root root 83 Oct 21 09:24 defaults.xdy -rw-r--r-- 1 root root 198397 Oct 21 09:24 idxstyle.fas -rw-r--r-- 1 root root 113382 Oct 21 09:24 idxstyle.lib -rw-r--r-- 1 root root 97235 Oct 21 09:24 index.fas -rw-r--r-- 1 root root 32615 Oct 21 09:24 index.lib -rw-r--r-- 1 root root 60089 Oct 21 09:24 locref.fas -rw-r--r-- 1 root root 31679 Oct 21 09:24 locref.lib -rw-r--r-- 1 root root 171614 Oct 21 09:24 markup.fas -rw-r--r-- 1 root root 110718 Oct 21 09:24 markup.lib -rw-r--r-- 1 root root 993 Oct 21 09:24 version.fas -rw-r--r-- 1 root root 250 Oct 21 09:24 version.lib -rw-r--r-- 1 root root 1370724 Oct 21 09:24 xindy.mem -rwxr-xr-x 1 root root 7779715 Oct 21 09:24 xindy.run I'd like to close this bug as WORKSFORME -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436745 User jengelh@medozas.de added comment https://bugzilla.novell.com/show_bug.cgi?id=436745#c11 Jan Engelhardt <jengelh@medozas.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|jengelh@medozas.de | --- Comment #11 from Jan Engelhardt <jengelh@medozas.de> 2008-11-05 22:49:56 MST --- Yeah whatever. Xindy seemed to have changed from clisp to perl anyway in texlive 2008. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=436745 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=436745#c12 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |jengelh@medozas.de --- Comment #12 from Dr. Werner Fink <werner@novell.com> 2008-11-06 03:17:32 MST --- Do you have test it out? This because the original xindy use also a perl script to start clisp memory image dumped during the build. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com