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 326949 - Latest HEAD fails to build on Bludgeon
Latest HEAD fails to build on Bludgeon
Status: RESOLVED DUPLICATE of bug 324529
Product: beagle
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Beagle Bugs
Beagle Bugs
Depends on:
Blocks:
 
 
Reported: 2006-01-14 11:27 UTC by James Ogley
Modified: 2006-01-15 22:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description James Ogley 2006-01-14 11:27:58 UTC
Trying to build HEAD fails while trying to compile bludgeon
Comment 1 James Ogley 2006-01-14 11:29:00 UTC
Gah!  Dunno how, but managed to submit before I'd finished.  Anyway, the errors when building are as follows:

Making all in bludgeon
make[2]: Entering directory `/usr/src/packages/BUILD/beagle/bludgeon'
sed -e "s|\@prefix\@|/usr|g" -e "s|\@pkglibdir\@|/usr/lib/beagle|g" -e "s|\@libdir\@|/usr/lib|g" -e "s|\@bindir\@|/usr/bin|g" -e "s|\@sbindir\@|/usr/sbin|g" -e "s|\@sysconfdir\@|/etc|g" -e "s|\@localstatedir\@|/var/lib|g" -e "s|\@gacprefix\@|/usr|g" -e "s|\@bash\@|/bin/sh|" -e "s|\@target\@|Bludgeon.exe|g" < ./bludgeon.in > bludgeon
chmod +x bludgeon
mcs -debug -out:Bludgeon.exe  ./Log.cs ./Token.cs ./EventTracker.cs ./Action.cs ./FileSystemObject.cs ./Bzip2FileObject.cs ./DirectoryObject.cs ./FileObject.cs ./GzipFileObject.cs ./TarFileObject.cs ./TextFileObject.cs ./ZipFileObject.cs ./TreeBuilder.cs ./QueryFu.cs ./SanityCheck.cs ./IHammer.cs ./HammerAttribute.cs ./Toolbox.cs ./TestBasic.cs ./Daemon.cs ./Abuse.cs ./Bludgeon.cs -r:/usr/lib/mono/evolution-sharp/evolution-sharp.dll   -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glade-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gnome-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/art-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gnome-vfs-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gconf-sharp.dll -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gconf-sharp-peditors.dll -r:/usr/lib/mono/gmime-sharp/gmime-sharp.dll   -r:/usr/lib/pkgconfig/../../lib/mono/compat-1.0/ICSharpCode.SharpZipLib.dll -r:../Util/Util.dll -r:../BeagleClient/Beagle.dll -r:Mono.Posix
./TarFileObject.cs(60,4): error CS0117: `ICSharpCode.SharpZipLib.Tar.TarHeader' does not contain a definition for `Name'
./TarFileObject.cs(62,4): error CS0117: `ICSharpCode.SharpZipLib.Tar.TarHeader' does not contain a definition for `ModTime'
./TarFileObject.cs(64,5): error CS0117: `ICSharpCode.SharpZipLib.Tar.TarHeader' does not contain a definition for `Mode'
./TarFileObject.cs(65,5): error CS0117: `ICSharpCode.SharpZipLib.Tar.TarHeader' does not contain a definition for `TypeFlag'
./TarFileObject.cs(66,5): error CS0117: `ICSharpCode.SharpZipLib.Tar.TarHeader' does not contain a definition for `Size'
./TarFileObject.cs(68,5): error CS0117: `ICSharpCode.SharpZipLib.Tar.TarHeader' does not contain a definition for `Mode'
./TarFileObject.cs(69,5): error CS0117: `ICSharpCode.SharpZipLib.Tar.TarHeader' does not contain a definition for `TypeFlag'
./TarFileObject.cs(72,5): error CS0117: `ICSharpCode.SharpZipLib.Tar.TarHeader' does not contain a definition for `Size'
Compilation failed: 8 error(s), 0 warnings
make[2]: *** [Bludgeon.exe] Error 1
make[2]: Leaving directory `/usr/src/packages/BUILD/beagle/bludgeon'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/packages/BUILD/beagle'
make: *** [all] Error 2
Comment 2 Lukas Lipka 2006-01-15 19:57:49 UTC

*** This bug has been marked as a duplicate of 324529 ***
Comment 3 James Ogley 2006-01-15 22:24:01 UTC
Ummm, either this isn't a dupe of 324529 or the patch attached to 324529 doesn't fix it, because I already have that patch applied.