[Bug 412567] New: encfs: all broken, refuses to mount
https://bugzilla.novell.com/show_bug.cgi?id=412567 User jengelh@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c408791 Summary: encfs: all broken, refuses to mount Product: openSUSE 11.0 Version: Final Platform: x86 OS/Version: Linux Status: NEW Severity: Blocker Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jengelh@gmx.de QAContact: qa@suse.de Found By: Customer encfs 1.4 cannot read its own volumes anymore (neither encfs6, as 1.4 creates, nor encfs5 containers as 1.3 creates, see bug #408791). Please downgrade to 1.3 and submit this "update". 05:42 linux-84vy:/dev/shm > encfs $PWD/{a,b} Creating new encrypted volume. Please choose from one of the following options: enter "x" for expert configuration mode, enter "p" for pre-configured paranoia mode, anything else, or an empty line will select standard mode. ?> p Paranoia configuration selected. Configuration finished. The filesystem to be created has the following properties: Filesystem cipher: "ssl/aes", version 2:1:1 Filename encoding: "nameio/block", version 3:0:1 Key Size: 256 bits Block Size: 1024 bytes, including 8 byte MAC header Each file contains 8 byte header with unique IV data. Filenames encoded using IV chaining mode. File data IV is chained to filename IV. -------------------------- WARNING -------------------------- The external initialization-vector chaining option has been enabled. This option disables the use of hard links on the filesystem. Without hard links, some programs may not work. The programs 'mutt' and 'procmail' are known to fail. For more information, please see the encfs mailing list. If you would like to choose another configuration setting, please press CTRL-C now to abort and start over. Now you will need to enter a password for your filesystem. You will need to remember this password, as there is absolutely no recovery mechanism. However, the password can be changed later using encfsctl. New Encfs Password: Verify Encfs Password: 05:42 linux-84vy:/dev/shm > l total 6040 drwxrwxrwt 5 root root 140 2008-07-28 05:42 . drwxr-xr-x 13 root root 4380 2008-07-28 05:26 .. drwxr-xr-x 2 jengelh users 60 2008-07-28 05:42 a drwxr-xr-x 2 jengelh users 60 2008-07-28 05:42 b drwxr-xr-x 3 root root 260 2008-07-28 05:26 sysconfig 05:42 linux-84vy:/dev/shm > fusermount -u b 05:42 linux-84vy:/dev/shm > encfs $PWD/{a,b} encfs: ./boost/spirit/utility/impl/chset/range_run.ipp:123: void boost::spirit::utility::impl::range_run<CharT>::set(const boost::spirit::utility::impl::range<CharT>&) [with CharT = char]: Assertion `r.is_valid()' failed. Aborted -- 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=412567 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |mszeredi@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=412567 User jengelh@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c1 --- Comment #1 from Jan Engelhardt <jengelh@gmx.de> 2008-08-13 20:20:40 MDT --- I can has comment? -- 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=412567 User valient@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c2 Valient Gough <valient@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |valient@gmail.com --- Comment #2 from Valient Gough <valient@gmail.com> 2008-08-19 01:07:44 MDT --- I just came to report the same thing, as it has been reported to me by an end-user. Strange thing is that encfs 1.4.x has been developed against boost 1.34.1 on Ubuntu, so I'm surprised to get reports of it failing with boost 1.34.1 on OpenSuse. I installed OpenSuse 11 onto a virtual machine and the behavior is easy to reproduce. -- 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=412567 User valient@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c3 --- Comment #3 from Valient Gough <valient@gmail.com> 2008-08-23 07:56:52 MDT --- Boost 1.34.1 doesn't appear compatible with gcc 4.3.1. I built Boost 1.35 on OpenSuse 11 and recompiled encfs and it works as expected. Encfs also works with 1.34.1 and gcc 4.2.3. Likely that other programs which use boost on OpenSuse 11 will also be broken. I'm informing users that this is a Suse issue, not encfs.. -- 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=412567 User valient@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c4 --- Comment #4 from Valient Gough <valient@gmail.com> 2008-08-23 08:08:45 MDT --- How to build with boost 1.35: 1. Download boost: http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=587936 2. can save time by only building filesystem and serialization libraries: ./configure --with-libraries=filesystem,serialization make sudo make install (installs to /usr/local by default) 3. build encfs, point to boost installation ./configure --with-boost=/usr/local make -- 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=412567 User gull@gull.us added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c5 David Brodbeck <gull@gull.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gull@gull.us --- Comment #5 from David Brodbeck <gull@gull.us> 2008-08-24 22:44:17 MDT --- I think it's actually a specific problem with the OpenSuSE build of boost 1.34.1, not a gcc 4.3 problem. I built boost 1.34.1 and added it to LD_LIBRARY_PATH, and was able to get OpenSuSE's encfs binary to work without rebuilding. -- 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=412567 User mszeredi@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c6 Miklos Szeredi <mszeredi@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |pth@novell.com --- Comment #6 from Miklos Szeredi <mszeredi@novell.com> 2008-08-25 02:31:08 MDT --- So it looks like a problem with the boost package, as opposed to boost itself. Philipp, do you have any ide what could be causing this? -- 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=412567 User pth@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c7 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|pth@novell.com | --- Comment #7 from Philipp Thomas <pth@novell.com> 2008-08-25 04:33:46 MDT --- No, at the moment I'm at a loss. But I have a hunch :) @David: I assume you did compile boost from the source tarball and not from our .src.rpm, right? Then I guess there is a problem with boost as we override the compiler options to get the standard SUSE compiler flags used. I will test it but probabbly not this week. -- 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=412567 User pth@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c8 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pth@novell.com, mszeredi@novell.com AssignedTo|mszeredi@novell.com |pth@novell.com --- Comment #8 from Philipp Thomas <pth@novell.com> 2008-08-25 04:36:01 MDT --- I'll take over the bug at least until I've verified my suspicions. -- 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=412567 User gull@gull.us added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c9 --- Comment #9 from David Brodbeck <gull@gull.us> 2008-08-25 11:59:46 MDT --- Yes, I compiled from the 1.34.1 source tarball. I haven't tried doing it from the source RPM. BTW, this only affects encfs 1.4.x filesystems -- ones with a .encfs6 configuration file. Filesystems created with encfs 1.3.x, with an .encfs5 config file, work fine. I think this is because they use different config file formats. -- 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=412567 User tuukka.pasanen@ilmi.fi added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c10 Tuukka Pasanen <tuukka.pasanen@ilmi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tuukka.pasanen@ilmi.fi --- Comment #10 from Tuukka Pasanen <tuukka.pasanen@ilmi.fi> 2008-09-09 00:18:31 MDT --- *** Bug 424342 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=424342 -- 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=412567 User tiwai@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c11 Takashi Iwai <tiwai@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tiwai@novell.com --- Comment #11 from Takashi Iwai <tiwai@novell.com> 2008-09-30 09:17:17 MDT --- The bug is still present on openSUSE 11.1-beta1. -- 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=412567 User tiwai@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c12 --- Comment #12 from Takashi Iwai <tiwai@novell.com> 2008-09-30 10:17:47 MDT --- FYI, I rebuilt SUSE boost package but with BJAM_TARGET=release instead of =rpm, and this works fine with the existing SUSE encfs.rpm. -- 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=412567 User tiwai@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c13 --- Comment #13 from Takashi Iwai <tiwai@novell.com> 2008-09-30 11:08:11 MDT --- More info: it seems that compiling with -DNDEBUG as release fixes the problem. So, it can be either a bogus assert() check or the code works just coincidentally. -- 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=412567 User tiwai@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c14 --- Comment #14 from Takashi Iwai <tiwai@novell.com> 2008-09-30 11:10:31 MDT --- That is, I did something like: --- boost-use_rpm_optflags.patch 2008-01-15 18:44:05.000000000 +0100 +++ boost-use_rpm_optflags.patch 2008-09-30 18:57:58.000000000 +0200 @@ -22,7 +22,7 @@ variant release : <optimization>speed <debug-symbols>off <inlining>full <runtime-debugging>off <define>NDEBUG ; variant profile : release : <profiling>on <debug-symbols>on ; -+variant rpm : <optimization>rpm <debug-symbols>rpm <inlining>full <runtime-debugging>off ; ++variant rpm : <optimization>rpm <debug-symbols>rpm <inlining>full <runtime-debugging>off <define>NDEBUG ; class searched-lib-target : abstract-file-target { -- 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=412567 User pth@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c15 --- Comment #15 from Philipp Thomas <pth@novell.com> 2008-10-08 05:16:23 MDT --- OK, I'll check this again when I move boost 1.36 from beta to stable. -- 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=412567 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- 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=412567 User jengelh@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c16 --- Comment #16 from Jan Engelhardt <jengelh@gmx.de> 2008-10-08 06:56:59 MDT --- So 10.3 is not gonna get fixed? -- 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=412567 User tiwai@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c17 --- Comment #17 from Takashi Iwai <tiwai@novell.com> 2008-10-08 07:56:04 MDT --- For 11.0? Try boost package on OBS home:iwai repo. -- 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=412567 User miguel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c18 Miguel de Icaza <miguel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |miguel@novell.com --- Comment #18 from Miguel de Icaza <miguel@novell.com> 2008-10-08 11:34:06 MDT --- Just to echo the comments above: rebuilding Boost did fix my encfs issue. I thought I had commented on this bug before, but I was mistaken. -- 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=412567 User jengelh@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c19 --- Comment #19 from Jan Engelhardt <jengelh@gmx.de> 2008-10-08 12:25:11 MDT --- Yeah I 11.0 not 10.3... works fine, please push to updates. -- 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=412567 User tiwai@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c20 --- Comment #20 from Takashi Iwai <tiwai@novell.com> 2008-10-08 23:44:47 MDT --- Correction: it's home:tiwai repo. http://download.opensuse.org/repositories/home:/tiwai/ -- 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=412567 User pth@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c21 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #21 from Philipp Thomas <pth@novell.com> 2008-10-13 08:53:33 MDT --- boost 1.36 has been checked into STABLE on the weekend. This should then fix the issue. As soon as the new boost is available please check and mark as verified or reopen the bug. -- 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=412567 User jhenderson@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c22 Jim Henderson <jhenderson@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhenderson@novell.com --- Comment #22 from Jim Henderson <jhenderson@novell.com> 2008-10-13 11:15:23 MDT --- I can confirm that the bug is fixed using the version in the home:tiwai repo. How soon will this go to the update mirrors? -- 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=412567 User jengelh@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c23 --- Comment #23 from Jan Engelhardt <jengelh@gmx.de> 2008-10-23 07:03:04 MDT --- ping -- 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=412567 User tiwai@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c24 Takashi Iwai <tiwai@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #24 from Takashi Iwai <tiwai@novell.com> 2008-11-03 06:10:29 MDT --- The issue isn't FIXED at all. - No official update package for 11.0 boost - 11.1-beta4 boost breaks encfs totally -- 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=412567 User tiwai@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c25 --- Comment #25 from Takashi Iwai <tiwai@novell.com> 2008-11-03 06:26:37 MDT --- OK, encfs seems getting built, and working with boost-1.36, as far as I built locally. So, 11.1 rc1 will be likely OK. But, please keep this opening at least it's certainly fixed on 11.1-rc1. -- 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=412567 User jengelh@medozas.de added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c26 --- Comment #26 from Jan Engelhardt <jengelh@medozas.de> 2008-11-05 08:01:30 MST ---
- No official update package for 11.0 boost
So make one. It's amazing how many bugs like this remain and are either only fixed in the next release or entirely shoveled into the future. -- 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=412567 User miguel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c27 --- Comment #27 from Miguel de Icaza <miguel@novell.com> 2008-11-05 13:45:39 MST --- I agree; This is a killer feature and it means that effectively it is useless in OpenSUSE 11. Upgrading to 11.1 is not an option for many (specially since it has not been released yet). -- 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=412567 User pth@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c28 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |coolo@novell.com --- Comment #28 from Philipp Thomas <pth@novell.com> 2008-11-06 03:51:14 MST --- It's up to project management to decide whether a fixed boost package should be released for 11.0. Coolo, should we do it? -- 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=412567 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Info Provider|coolo@novell.com |dmueller@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=412567 User dmueller@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c30 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED Info Provider|ast@novell.com | --- Comment #30 from Dirk Mueller <dmueller@novell.com> 2008-11-06 06:12:32 MST --- has anyone actually investigated what the real problem is? It's nice that -DNDEBUG fixes this particular application but it might break a completely different one. it should be pretty easy to figure out which codepath that is #ifdef'ed by NDEBUG is causing the problem -- 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=412567 User pth@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c31 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|pth@novell.com |dmueller@novell.com --- Comment #31 from Philipp Thomas <pth@novell.com> 2008-11-07 06:57:02 MST --- We might not! -DNDEBUG is the default for for boost and it's only missing in out boost because we use an own build target and that lacks the definition. -- 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=412567 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Info Provider|dmueller@novell.com |ast@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=412567 Swamp Script User <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:21173 -- 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=412567 User pth@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c37 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|pth@novell.com |maint-coord@suse.de Status|REOPENED |NEW --- Comment #37 from Philipp Thomas <pth@novell.com> 2008-12-09 10:16:45 MST --- Boost packages compiled with -NDEBUG were submitted. This should fix the issue with encfs once they're released. -- 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=412567 User meissner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c41 --- Comment #41 from Marcus Meissner <meissner@novell.com> 2008-12-10 15:37:06 MST --- update is now in the testrepo and seems to work fine. please also test. (test repo is additional repo: http://download.opensuse.org/update/11.0-test/ ) -- 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=412567 User swamp@suse.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c42 Swamp Script User <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:21173 |maint:running:21173 maint:released:11.0:21176 --- Comment #42 from Swamp Script User <swamp@suse.com> 2008-12-17 08:49:19 MST --- Update released for: openSUSE 11.0 (debug, i386, ppc, ppc64, x86_64) -- 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=412567 Jan Engelhardt <jengelh@medozas.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED -- 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=412567 User jengelh@medozas.de added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c43 --- Comment #43 from Jan Engelhardt <jengelh@medozas.de> 2008-12-20 09:23:09 MST --- But this change has not been pushed to 11.1, or is boost 1.36 not affected? -- 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=412567 User tiwai@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c44 --- Comment #44 from Takashi Iwai <tiwai@novell.com> 2008-12-20 15:55:44 MST --- boost-1.36 works fine as is. -- 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=412567 User pth@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412567#c45 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED --- Comment #45 from Philipp Thomas <pth@novell.com> 2009-01-07 05:03:38 MST --- I changed the way boost 1.36 is configured at build time so it automatically uses the standard compiler options :) Compare the .spec files for both boost versions and you'll see. -- 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