After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 324529 - Beagle fails to build against mono 1.1.12
Beagle fails to build against mono 1.1.12
Status: RESOLVED NOTGNOME
Product: beagle
Classification: Other
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: Beagle Bugs
Beagle Bugs
: 324820 326949 327019 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-12-19 18:35 UTC by David Richards
Modified: 2006-01-17 18:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix CVS head (1.18 KB, patch)
2005-12-19 19:02 UTC, Debajyoti Bera
none Details | Review
Patch to apply to 0.1.4 or CVS HEAD (1.25 KB, patch)
2005-12-21 21:02 UTC, Joe Shaw
none Details | Review

Description David Richards 2005-12-19 18:35:50 UTC
Please describe the problem:
.0/gconf-sharp.dll -r:/usr/lib/mono/gtk-sharp-2.0/gconf-sharp-peditors.dll
-r:/usr/lib/mono/gecko-sharp-2.0/gecko-sharp.dll   -r:../Util/Util.dll
-r:../BeagleClient/Beagle.dll -r:Mono.Posix -r:ICSharpCode.SharpZipLib.dll
<dave_largo> ./TarFileObject.cs(60,4): error CS0122:
`ICSharpCode.SharpZipLib.Tar.TarHeader.name' is inaccessible due to its
protection level

I just commented out the tarball code and bypassed this piece.  Took it out of
Makefile and TreeBuilder to get it going.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Debajyoti Bera 2005-12-19 19:02:03 UTC
Created attachment 56173 [details] [review]
patch to fix CVS head

I would commit it but I need to confirm if everybody is seening this bug. I asked Daniel yesterday and he confirmed that he is _not_ seeing this problem (using same mono version as mine).
Comment 2 Joe Shaw 2005-12-21 21:00:44 UTC
This is due to an incompatible API change introduced in Mono.  They will be shipping an update to fix this problem.  I'm going to slightly update Bera's patch for more easy application.
Comment 3 Joe Shaw 2005-12-21 21:02:06 UTC
Created attachment 56272 [details] [review]
Patch to apply to 0.1.4 or CVS HEAD

This one applies against the toplevel source directory
Comment 4 Lukas Lipka 2005-12-22 17:19:05 UTC
*** Bug 324820 has been marked as a duplicate of this bug. ***
Comment 5 Joe Shaw 2006-01-11 21:07:20 UTC
The build still fails with 1.1.12.1 and 1.1.13 with 0.1.4, and unfortunately will continue to do so.

I just checked a workaround into beagle so that it now builds properly with 1.1.13 and (I am pretty sure) 1.1.12.1.  1.1.11 and 1.1.12 are probably still broken because they simply don't ship the required version of SharpZipLib.
Comment 6 Debajyoti Bera 2006-01-15 01:49:30 UTC
*** Bug 327019 has been marked as a duplicate of this bug. ***
Comment 7 Lukas Lipka 2006-01-15 19:57:49 UTC
*** Bug 326949 has been marked as a duplicate of this bug. ***
Comment 8 Joe Shaw 2006-01-17 18:24:26 UTC
To clarify: don't apply this patch anymore.  Mono 1.1.13 (and probably 1.1.12.1) ship a SharpZipLib which is compatible with the old version of the code.