Mailinglist Archive: opensuse-bugs (4247 mails)
| < Previous | Next > |
[Bug 735820] New: texlive-import error symlink
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 9 Dec 2011 08:33:26 +0000
- Message-id: <bug-735820-21960@http.bugzilla.novell.com/>
https://bugzilla.novell.com/show_bug.cgi?id=735820
https://bugzilla.novell.com/show_bug.cgi?id=735820#c0
Summary: texlive-import error symlink
Classification: openSUSE
Product: openSUSE 12.1
Version: Final
Platform: x86-64
OS/Version: SuSE Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: uwe@xxxxxxx
QAContact: qa@xxxxxxx
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20100101
Firefox/8.0
The script texlive-import which is contained in package texlive-nfs contains at
least two syntax errors:
1) lines 121-122 reads:
*${texmain}\ *) test -z "$mainserv" && mount_dir ${fs} ${texdist} ro ;;
*${texdist}\ *) test -z "$distserv" && mount_dir ${fs} ${texmain} ro ;;
but I think it should be.
*${texmain}\ *) test -z "$mainserv" && mount_dir ${fs} ${texmain} ro ;;
*${texdist}\ *) test -z "$distserv" && mount_dir ${fs} ${texdist} ro ;;
2) line 194 reads
for prg in ${texmain}/bin/noarch/* ; do
but I think it should be:
for prg in ${texdist}/bin/noarch/* ; do
I also got weird output from the mount/unmount functions but I cannot track
this any further down because of my limited knowledge to shell scripts...
Reproducible: Always
Steps to Reproduce:
1. Install texlive on server and texlive-nfs only on client
2. Run texlive-import on client
3.
--
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.
| < Previous | Next > |