[Bug 765248] New: updmap cannot find files that exist

https://bugzilla.novell.com/show_bug.cgi?id=765248 https://bugzilla.novell.com/show_bug.cgi?id=765248#c0 Summary: updmap cannot find files that exist Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: x86-64 OS/Version: openSUSE 12.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: andreas_nordal_4@hotmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0 I am trying to install the Dejavu Sans Mono font for Latex: http://www.ctan.org/tex-archive/fonts/dejavu/ following this guide: http://www.tug.org/fonts/fontinstall.html I am using texlive 2011-1.1.2 packages from OpenSUSE 12.1. After running mktexlsr, running updmap complains that it cannot find two map files (which exist), and asks me «Did you run mktexlsr?». It is evident that mktedlsr has already succeeded in adding the filenames in question to the ls-R file. Also evident is that this method failed to install the font maps needed by latex. Reproducible: Always Steps to Reproduce: 1. wget http://mirror.ctan.org/fonts/dejavu.zip 2. unzip dejavu.zip 3. cd dejavu 4. mkdir -p /usr/local/share/texmf/ 5. mv doc fonts tex /usr/local/share/texmf/ 6. cd /usr/local/share/texmf/ 7. su 8. mktexlsr 9. updmap --force --enable Map=fonts/map/dvips/dejavu/dejavu-truetype.map --enable Map=fonts/map/dvips/dejavu/dejavu-type1.map Actual Results: ERROR: The following map file(s) couldn't be found: /usr/local/share/texmf/fonts/map/dvips/dejavu/dejavu-truetype.map /usr/local/share/texmf/fonts/map/dvips/dejavu/dejavu-type1.map Did you run mktexlsr? Expected Results: Needless to say, updmap has nothing to complain about here, and it should succeed. substituting updmap-sys for updmap behaves exactly the same. -- 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=765248 https://bugzilla.novell.com/show_bug.cgi?id=765248#c1 kk zhang <kkzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kkzhang@suse.com AssignedTo|bnc-team-screening@forge.pr |werner@suse.com |ovo.novell.com | --- Comment #1 from kk zhang <kkzhang@suse.com> 2012-06-05 03:01:46 UTC --- HI,could you please help to have a look at this?I am not very sure whether it is right to assign it to you.Feel free to reassign it.Thank you:) -- 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=765248 https://bugzilla.novell.com/show_bug.cgi?id=765248#c2 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #2 from Dr. Werner Fink <werner@suse.com> 2012-06-05 06:52:13 UTC --- Here it works it updmap is used as it should 0. su 1. wget http://mirror.ctan.org/fonts/dejavu.zip 2. mkdir /usr/local/share/texmf 3. cd /usr/local/share/texmf 4. unzip ~werner/dejavu.zip 5. mv dejavu/tex/ . 6. mv dejavu/fonts/ . 7. mv dejavu/doc/ . 8. mktexlsr 9. updmap --force --enable Map=dejavu-truetype.map Config file: "/etc/texmf/web2c/updmap.cfg" dvips output dir: "/var/lib/texmf/fonts/map/dvips/updmap" pdftex output dir: "/var/lib/texmf/fonts/map/pdftex/updmap" /usr/bin/updmap is creating new map files using the following configuration: LW35 font names : URWkb prefer outlines : true texhash enabled : true download standard fonts (dvips) : false download standard fonts (pdftex) : true Scanning for LW35 support files [ 3 files] Scanning for MixedMap entries [ 35 files] Scanning for Map entries [ 67 files] Generating output for ps2pk... Generating output for dvips... Generating output for pdftex... Files generated: /var/lib/texmf/fonts/map/dvips/updmap: 11461 2012-06-05 08:48:50 builtin35.map 15932 2012-06-05 08:48:50 download35.map 301237 2012-06-05 08:48:50 psfonts_pk.map 550176 2012-06-05 08:48:50 psfonts_t1.map 554641 2012-06-05 08:48:50 ps2pk.map 14 2012-06-05 08:48:50 psfonts.map -> psfonts_t1.map /var/lib/texmf/fonts/map/pdftex/updmap: 554648 2012-06-05 08:48:50 pdftex_dl14.map 553074 2012-06-05 08:48:50 pdftex_ndl14.map 15 2012-06-05 08:48:50 pdftex.map -> pdftex_dl14.map Transcript written on "/var/lib/texmf/web2c/updmap.log". /usr/bin/updmap: Updating ls-R files. 10. updmap --force --enable Map=dejavu-type1.map Config file: "/etc/texmf/web2c/updmap.cfg" dvips output dir: "/var/lib/texmf/fonts/map/dvips/updmap" pdftex output dir: "/var/lib/texmf/fonts/map/pdftex/updmap" /usr/bin/updmap is creating new map files using the following configuration: LW35 font names : URWkb prefer outlines : true texhash enabled : true download standard fonts (dvips) : false download standard fonts (pdftex) : true Scanning for LW35 support files [ 3 files] Scanning for MixedMap entries [ 35 files] Scanning for Map entries [ 68 files] Generating output for ps2pk... Generating output for dvips... Generating output for pdftex... Files generated: /var/lib/texmf/fonts/map/dvips/updmap: 11461 2012-06-05 08:49:04 builtin35.map 15932 2012-06-05 08:49:04 download35.map 333719 2012-06-05 08:49:04 psfonts_pk.map 582658 2012-06-05 08:49:04 psfonts_t1.map 587123 2012-06-05 08:49:04 ps2pk.map 14 2012-06-05 08:49:04 psfonts.map -> psfonts_t1.map /var/lib/texmf/fonts/map/pdftex/updmap: 587130 2012-06-05 08:49:04 pdftex_dl14.map 585556 2012-06-05 08:49:04 pdftex_ndl14.map 15 2012-06-05 08:49:04 pdftex.map -> pdftex_dl14.map Transcript written on "/var/lib/texmf/web2c/updmap.log". /usr/bin/updmap: Updating ls-R files. -- 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=765248 https://bugzilla.novell.com/show_bug.cgi?id=765248#c3 --- Comment #3 from Andreas Nordal <andreas_nordal_4@hotmail.com> 2012-06-05 09:40:39 UTC --- Your method works for me too, except updmap fails for a different reason – looks like I have a bug in sed. I have: sed-4.2.1-5.1.2.x86_64 glibc-2.14.1-14.27.1.x86_64 I don't know where I got the --force option from; neither updmap nor updmap-sys recognises it today. Using ´updmap --enable Map=dejavu-truetype.map´ instead: --- updmap: This is updmap, version $Id: updmap 17423 2010-03-11 17:53:34Z karl $ updmap: using transcript file `/var/lib/texmf/web2c/updmap.log' updmap: initial config file is `/etc/texmf/web2c/updmap.cfg' updmap: configuration file updated: `/etc/texmf/web2c/updmap.cfg' updmap is creating new map files using the following configuration: config file: `/etc/texmf/web2c/updmap.cfg' dvips output directory: `/var/lib/texmf/fonts/map/dvips/updmap' pdftex output directory: `/var/lib/texmf/fonts/map/pdftex/updmap' dvipdfm output directory: `/var/lib/texmf/fonts/map/dvipdfm/updmap' prefer outlines: `true' texhash enabled: `false' download standard fonts (dvips): `false' download standard fonts (pdftex): `true' download standard fonts (dvipdfm): `true' updmap: scanning for LW35 support files updmap: using map file `/usr/lib/texmf/fonts/map/dvips/tetex/dvips35.map' updmap: using map file `/usr/lib/texmf/fonts/map/dvips/tetex/pdftex35.map' updmap: using map file `/usr/lib/texmf/fonts/map/dvips/tetex/dvipdfm35.map' updmap: using map file `/usr/lib/texmf/fonts/map/dvips/tetex/ps2pk35.map' updmap: Scanning for MixedMap entries: updmap: using map file `/usr/share/texmf/fonts/map/dvips/cbfonts/cbgreek-full.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/cc-pl/ccpl.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/amsfonts/cmextra.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/amsfonts/cm.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/cm-super/cm-super-t1.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/cm-super/cm-super-t2a.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/cm-super/cm-super-t2b.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/cm-super/cm-super-t2c.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/cm-super/cm-super-ts1.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/cm-super/cm-super-x2.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/cm/cmtext-bsr-interpolated.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/cs/csother.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/cs/cstext.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/amsfonts/cyrillic.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/velthuis/dvng.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/esint-type1/esint.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/ethiop-t1/ethiop.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/eurosym/eurosym.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/ibygrk/iby.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/amsfonts/latxfont.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/manfnt/manfnt.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/mflogo/mflogo.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/montex/mongolian.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/pl/plother.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/pl/pltext.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/rsfs/rsfs.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/stmaryrd/stmaryrd.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/amsfonts/symbols.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/tipa/tipa.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/vntex/vnrother.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/vntex/vnrtext.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/wasy/wasy.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/xypic/xypic.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/yhmath/yhmath.map' updmap: Scanning for Map entries: updmap: using map file `/usr/share/texmf/fonts/map/dvips/vntex/arevvn.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/burmese/burmese.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/ccicons/ccicons.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/psnfss/charter.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/vntex/chartervn.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/chemarrow/chemarrow.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/vntex/cmbrightvn.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/cmcyr/cmcyr.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/vntex/concretevn.map' updmap: using map file `/usr/local/share/texmf/fonts/map/dvips/dejavu/dejavu-truetype.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/epiolmec/epiolmec.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/amsfonts/euler.map' updmap: using map file `/usr/share/texmf/fonts/map/pdftex/context/fourier.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/psnfss/fpls.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/garuda-c90/garuda-c90.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/gfsbaskerville/gfsbaskerville.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/gfsporson/gfsporson.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/txfontsb/gptimes.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/vntex/grotesqvn.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/grverb/grverb.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/kerkis/kerkis.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/knitting/knitfont.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/lithuanian/l7x-urwvn.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/lm/lm.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/marvosym/marvosym.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/norasi-c90/norasi-c90.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/psnfss/pazo.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/pxfonts/pxfonts.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/tex-gyre/qag.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/tex-gyre/qbk.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/tex-gyre/qcr.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/tex-gyre/qcs.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/tex-gyre/qhv.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/tex-gyre/qpl.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/tex-gyre/qtm.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/tex-gyre/qzc.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/skaknew/SkakNew.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/sanskrit/skt.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/tabvar/tabvar.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/groff/troff-updmap.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/txfonts/txfonts.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/vntex/txttvn.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/vntex/urwvn.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/psnfss/utopia.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/vntex/vntopia.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/baskervald/ybv.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/romande/yrd.map' updmap: using map file `/usr/share/texmf/fonts/map/dvips/eurofont/zpeu.map' updmap: Generating output for ps2pk... updmap: Generating output for dvips... updmap: Generating output for pdftex... updmap: Generating output for dvipdfm... *** glibc detected *** sed: malloc(): memory corruption: 0x0000000000656360 *** ^C --- I pressed Ctrl-C a few seconds after the memory corruption message appeared. -- 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=765248 https://bugzilla.novell.com/show_bug.cgi?id=765248#c4 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sbrabec@suse.com --- Comment #4 from Dr. Werner Fink <werner@suse.com> 2012-06-05 10:16:09 UTC --- You may report a bug for sed -- 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=765248 https://bugzilla.novell.com/show_bug.cgi?id=765248#c5 Stanislav Brabec <sbrabec@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME | AssignedTo|werner@suse.com |sbrabec@suse.com Summary|updmap cannot find files |updmap cannot find files |that exist |that exist (sed crash) --- Comment #5 from Stanislav Brabec <sbrabec@suse.com> 2012-06-05 21:16:33 CEST --- I cannot reproduce, and it even seems that your updmap is different. (I cannot see string "Generating output for dvipdfm...".) But you could help me to reproduce or fix the sed crash. There are two ways: 1) Install gdb, sed-debuginfo and glibc-debuginfo. Then set "ulimit -c unlimited" and run it again. You should see the core file. Then run: gdb --core=core /usr/bin/sed And in gdb command line: bt And then provide the backtrace. 2) Create a sed wrapper to catch exact input, command line and variables in time it crashed and let me to reproduce outside your texlive environment. If 1) fails, I'll try to write such wrapper. -- 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=765248 https://bugzilla.novell.com/show_bug.cgi?id=765248#c6 --- Comment #6 from Andreas Nordal <andreas_nordal_4@hotmail.com> 2012-06-05 22:55:51 UTC --- Created an attachment (id=493747) --> (http://bugzilla.novell.com/attachment.cgi?id=493747) excerpt from `ps auxf` showing apparently deadlocked process tree Method 1 failed. I get no "core" file in the current directory. My /proc/sys/kernel/core_pattern says "core". There is no more output after the memory corruption message, and updmap is never finishing. And there is still no core file after I have killed it with Ctrl-C. However, I can inspect the frozen updmap and its subprocesses in htop etc. None of those processes use any CPU. Two of them are sed. Due to one very long sed command line, I submit the process tree as an attachment. -- 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=765248 https://bugzilla.novell.com/show_bug.cgi?id=765248#c7 --- Comment #7 from Andreas Nordal <andreas_nordal_4@hotmail.com> 2012-06-05 23:06:52 UTC --- About my updmap being different: If I were to guess, my OpenSUSE 12.1 install was not clean, but an upgrade (zypper dup) from 11.4, which (if I remember correctly) was in turn upgraded from 11.3 via Tumbleweed. I don't know if I have stale files lying around, causing updmap to do more work. -- 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=765248 https://bugzilla.novell.com/show_bug.cgi?id=765248#c8 Stanislav Brabec <sbrabec@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED --- Comment #8 from Stanislav Brabec <sbrabec@suse.com> 2012-06-06 16:39:50 CEST --- I tried both sed -e '/^[*#;%]/d' -e 's@[ ?][ ?]*@ @g' -e '/^ *$/d' -e 's@ $@@' -e 's@ *" *@ " @g' -e 's@" \([^"]*\) "@"\1"@g' and sed -e 's@$@ %@' -e 's@^\(\([^ ]*\).*\)@\1\2@' -e 's@\(.*<\[* *\([^ ]*\)\.enc\(.*\)\)@\1 \2@' -e '/%[^ ]*$/s@$@ default@' -e 's@\(.*<<* *\([^ ]*\)\.pf[ab].*\)@\1 \2@' -e '/%[^ ]* [^ ]*$/s@\( \([^ ]*\).*\)$@\1 \2@' -e 's@\(.*[" ]\([.0-9-][.0-9-]*\) *ExtendFont.*\)@\1 -e \2@' -e 's@\(.*[" ]\([.0-9-][.0-9-]*\) *SlantFont.*\)@\1 -s \2@' -e 's@.*%@@' None of them crashes on random input. So it seems to be input dependent. Or you have a different sed version. I have openSUSE 12.1 x86_64, sed has version 4.2.1 release 5.1.2 (rpm -qi sed). If you are able to find line where it crashes, you can change call of sed to "valgrind sed". valgrind often correctly detects memory corruption before the crash. Otherwise I will try to write sed wrapper. -- 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=765248 https://bugzilla.novell.com/show_bug.cgi?id=765248#c9 --- Comment #9 from Andreas Nordal <andreas_nordal_4@hotmail.com> 2012-06-07 15:56:07 UTC ---
I have openSUSE 12.1 x86_64, sed has version 4.2.1 release 5.1.2 (rpm -qi sed). Me too.
sha1sum $(readlink -f $(which sed)) e21b930a6a789c3796c95ad98f0e7870eee082b0 /bin/sed It looks to me like the sed commands both take their input from stdin. Here is my attempt at a sed wrapper that logs stdin: #!/bin/bash tee -a ~/sed.log | realsed "$@" I captured a 2.4 MB log of sed input. The short sed command did not crash with this input. Your quoting of the command looks right to me. I could not run the long command. I am a bit unsure how to split it into arguments – there seems to be an '-s' argument that you let be part of the next last expression string. Anyway sed complains about an earlier argument: sed: -e expression #7, char 48: unterminated `s' command I don't grok these regexes at all. -- 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=765248 https://bugzilla.novell.com/show_bug.cgi?id=765248#c10 --- Comment #10 from Stanislav Brabec <sbrabec@suse.com> 2012-06-07 18:25:42 CEST --- We both have exactly equal sed. Yes, if the sed in question does not take input file name from the command line, your simple wrapper is sufficient. Maybe just use ~/sed$$.log to get all inputs, not only the last one. I guess that -s is a part of sed expression, not an argument. You can add following to your wrapper to verify it: for ARG in "$@" ; do echo "$ARG" >>sedargs$$.log done And finally set >sedenv$$.log could log runtime environment. (Some sed crashes in past were dependent on environment variables.) -- 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=765248 https://bugzilla.novell.com/show_bug.cgi?id=765248#c Stanislav Brabec <sbrabec@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |andreas_nordal_4@hotmail.co | |m -- 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=765248 https://bugzilla.novell.com/show_bug.cgi?id=765248#c11 Stanislav Brabec <sbrabec@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|andreas_nordal_4@hotmail.co | |m | Resolution| |NORESPONSE --- Comment #11 from Stanislav Brabec <sbrabec@suse.com> 2013-02-19 15:17:49 CET --- No response for 7 months. If you can provide needed files to reproduce the bug, and it still fails on 12.2 or 12.3, feel free to reopen. -- 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=765248 https://bugzilla.novell.com/show_bug.cgi?id=765248#c12 --- Comment #12 from Andreas Nordal <andreas_nordal_4@hotmail.com> 2013-02-28 20:21:07 UTC --- sorry for not responding. the computer in question died last summer. -- 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