Your message dated Mon, 11 Dec 2006 19:44:29 +0100
with message-id <[EMAIL PROTECTED]>
and subject line not a bug
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: monodevelop
Version: 0.12+dfsg-1
Severity: grave
Justification: renders package unusable
When trying to build anything, I get the following exception:
Build failed. Can't create project output directory /bin/Debug original
exception:
System.UnauthorizedAccessException: Access to the path "/bin/Debug" is denied.
at System.IO.Directory.CreateDirectoriesInternal (System.String path)
[0x00000]
at System.IO.Directory.CreateDirectory (System.String path) [0x00000]
at System.IO.DirectoryInfo.Create () [0x00000]
at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:Create ()
at MonoDevelop.Projects.Project.DoPreBuild (IProgressMonitor monitor)
[0x00000]
A purge/reinstall along with deleting anything monodevelop related found by
'find -iname *mono*' in the home directory doesn't fix the problem.
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (900, 'unstable'), (300, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages monodevelop depends on:
ii gnome-icon-theme 2.14.2-2 GNOME Desktop icon theme
ii gnome-terminal [x-term 2.14.2-1 The GNOME 2 terminal emulator appl
ii konsole [x-terminal-em 4:3.5.5a.dfsg.1-2 X terminal emulator for KDE
ii libgconf2.0-cil 2.8.3-2 CLI binding for GConf 2.12
ii libgecko2.0-cil 0.11-3 CLI binding for the GtkMozEmbed li
ii libglade2.0-cil 2.8.3-2 CLI binding for the Glade librarie
ii libglib2.0-0 2.12.4-2 The GLib library of C routines
ii libglib2.0-cil 2.8.3-2 CLI binding for the GLib utility l
ii libgnome2.0-cil 2.8.3-2 CLI binding for GNOME 2.12
ii libgtk2.0-0 2.8.20-3 The GTK+ graphical user interface
ii libgtk2.0-cil 2.8.3-2 CLI binding for the GTK+ toolkit 2
ii libgtksourceview1.0-0 1.8.1-2 shared libraries for the GTK+ synt
ii libgtksourceview2.0-ci 0.10-3.1 CLI binding for the gtksourceview
ii liblog4net1.2-cil 1.2.8+1.2.9beta-1 highly configurable logging API fo
ii libmetacity0 1:2.14.5-2 library of lightweight GTK2 based
ii libmono-cecil0.4-cil 0.4.3-1 library to generate and inspect CI
ii libmono-corlib1.0-cil 1.1.18-3 Mono core library (1.0)
ii libmono-corlib2.0-cil 1.1.18-3 Mono core library (2.0)
ii libmono-sharpzip2.84-c 1.1.18-3 Mono SharpZipLib library
ii libmono-system-runtime 1.1.18-3 Mono System.Runtime Library
ii libmono-system-web2.0- 1.1.18-3 Mono System.Web Library
ii libmono-system1.0-cil 1.1.18-3 Mono System libraries (1.0)
ii libmono-system2.0-cil 1.1.18-3 Mono System libraries (2.0)
ii libmono-winforms2.0-ci 1.1.18-3 Mono System.Windows.Forms library
ii libmono1.0-cil 1.1.18-3 Mono libraries (1.0)
ii libmono2.0-cil 1.1.18-3 Mono libraries (2.0)
ii metacity 1:2.14.5-2 A lightweight GTK2 based Window Ma
ii mlterm [x-terminal-emu 2.9.3-5 MultiLingual TERMinal
ii mono-mcs 1.1.18-3 Mono C# compiler
ii mono-runtime 1.1.18-3 Mono runtime
ii monodoc-base 1.1.18-1 shared MonoDoc binaries
ii monodoc-manual 1.1.18-1 compiled XML documentation from th
ii pkg-config 0.21-1 manage compile and link flags for
monodevelop recommends no packages.
-- no debconf information
_______________________________________________________________________
Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, online und kostenlos.
Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=022222
--- End Message ---
--- Begin Message ---
This is not a bug, you tried to build your application in /bin/Debug
only root has access to that directory.
What you probably wanted is:
/home/$your_user/myproject/bin/Debug
Change that with the following steps:
- Open your project in MonoDevelop
- Select the project in the solution tab
- Select in menu: Project -> Options
- Collapse Configurations
- Collapse Debug
- Select Output
and then change the Output Path to something you have write permissions
to (like the path I showed above).
--
Regards,
Mirco 'meebey' Bauer
PGP-Key:
http://keyserver.noreply.org/pks/lookup?op=get&search=0xEEF946C8
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT d s-:+ a-- C++ UL++++$ P L++$>+++$ E- W+++$ N o? K- w++>! O---- M-
V? PS
PE+ Y- PGP++ t 5+ X++ R tv+ b+ DI? D+ G>++ e h! r->++ y?
------END GEEK CODE BLOCK------
signature.asc
Description: This is a digitally signed message part
--- End Message ---