Your message dated Mon, 11 Jan 2010 17:42:43 +0000
with message-id <1263231763.28858.5.ca...@destiny>
and subject line fixed
has caused the Debian Bug report #562281,
regarding log4net: FTBFS: make: /usr/bin/csc: Command not found
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
562281: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562281
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: log4net
Version: 1.2.10+dfsg-3
Severity: serious
User: [email protected]
Usertags: qa-ftbfs-20091213 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
From mono-devel's changelog:
+ Dropped /usr/bin/csc as it was causing a file conflict with the chicken
compiler from the chicken-bin package. Most source packages were
transitioned to use /usr/bin/mono-csc or /usr/bin/cli-csc instead.
(Closes: #509367, #518106)
Relevant part:
> /usr/bin/fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -f build-stamp configure-stamp
> rm -rf bin
> rm -f debian/log4net.snk
> rm -f log4net.snk
> rm -rf
> /build/user-log4net_1.2.10+dfsg-3-amd64-RpTDvl/log4net-1.2.10+dfsg/.wapi
> dh_clean
> dpkg-source -b log4net-1.2.10+dfsg
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building log4net using existing
> log4net_1.2.10+dfsg.orig.tar.gz
> dpkg-source: info: building log4net in log4net_1.2.10+dfsg-3.diff.gz
> dpkg-source: info: building log4net in log4net_1.2.10+dfsg-3.dsc
> debian/rules build
> dh_testdir
> cd debian && uudecode < snk.uu
> cp debian/log4net.snk .
> touch configure-stamp
> dh_testdir
> mkdir bin
> /usr/bin/csc /t:library /out:bin/log4net.dll \
> -keyfile:log4net.snk \
> /r:System.Data \
> /r:System.Web \
> make: /usr/bin/csc: Command not found
> src/NDC.cs src/GlobalContext.cs src/Core/LogException.cs
> src/Core/DefaultRepositorySelector.cs src/Core/LevelEvaluator.cs
> src/Core/WrapperMap.cs src/Core/LevelCollection.cs
> src/Core/CompactRepositorySelector.cs src/Core/IOptionHandler.cs
> src/Core/SecurityContextProvider.cs src/Core/LoggerWrapperImpl.cs
> src/Core/LevelMap.cs src/Core/LoggerManager.cs src/Core/LoggingEvent.cs
> src/Core/LogImpl.cs src/Core/Level.cs src/Core/SecurityContext.cs
> src/Core/IErrorHandler.cs src/Core/IRepositorySelector.cs
> src/Core/LocationInfo.cs src/Core/ILoggerWrapper.cs
> src/Core/IAppenderAttachable.cs src/Core/ErrorCode.cs
> src/Core/ITriggeringEventEvaluator.cs src/Core/ILogger.cs
> src/Core/IFixingRequired.cs src/ThreadContext.cs
> src/Plugin/PluginCollection.cs src/Plugin/PluginMap.cs src/Plugin/IPlugin.cs
> src/Plugin/PluginSkeleton.cs src/Plugin/IPluginFactory.cs
> src/Plugin/RemoteLoggingServerPlugin.cs src/AssemblyInfo.cs
> src/Layout/ExceptionLayout.cs src/Layout/RawLayoutConverter.cs
> src/Layout/XmlLayoutSchemaLog4j.cs src/Layout/RawPropertyLayout.cs
> src/Layout/ILayout.cs src/Layout/LayoutSkeleton.cs
> src/Layout/XMLLayoutBase.cs src/Layout/Layout2RawLayoutAdapter.cs
> src/Layout/Pattern/DatePatternConverter.cs
> src/Layout/Pattern/IdentityPatternConverter.cs
> src/Layout/Pattern/FileLocationPatternConverter.cs
> src/Layout/Pattern/FullLocationPatternConverter.cs
> src/Layout/Pattern/LevelPatternConverter.cs
> src/Layout/Pattern/UserNamePatternConverter.cs
> src/Layout/Pattern/LineLocationPatternConverter.cs
> src/Layout/Pattern/TypeNamePatternConverter.cs
> src/Layout/Pattern/RelativeTimePatternConverter.cs
> src/Layout/Pattern/PropertyPatternConverter.cs
> src/Layout/Pattern/ThreadPatternConverter.cs
> src/Layout/Pattern/UtcDatePatternConverter.cs
> src/Layout/Pattern/NamedPatternConverter.cs
> src/Layout/Pattern/LoggerPatternConverter.cs
> src/Layout/Pattern/ExceptionPatternConverter.cs
> src/Layout/Pattern/AppDomainPatternConverter.cs
> src/Layout/Pattern/NdcPatternConverter.cs
> src/Layout/Pattern/PatternLayoutConverter.cs
> src/Layout/Pattern/MessagePatternConverter.cs
> src/Layout/Pattern/MethodLocationPatternConverter.cs
> src/Layout/RawTimeStampLayout.cs src/Layout/SimpleLayout.cs
> src/Layout/RawUtcTimeStampLayout.cs src/Layout/IRawLayout.cs
> src/Layout/XMLLayout.cs src/Layout/PatternLayout.cs
> src/Repository/Hierarchy/RootLogger.cs src/Repository/Hierarchy/Logger.cs
> src/Repository/Hierarchy/DefaultLoggerFactory.cs
> src/Repository/Hierarchy/Hierarchy.cs src/Repository/Hierarchy/LoggerKey.cs
> src/Repository/Hierarchy/ProvisionNode.cs
> src/Repository/Hierarchy/ILoggerFactory.cs
> src/Repository/Hierarchy/XmlHierarchyConfigurator.cs
> src/Repository/ILoggerRepository.cs
> src/Repository/IXmlRepositoryConfigurator.cs
> src/Repository/IBasicRepositoryConfigurator.cs
> src/Repository/LoggerRepositorySkeleton.cs src/ILog.cs
> src/Filter/PropertyFilter.cs src/Filter/MdcFilter.cs
> src/Filter/FilterSkeleton.cs src/Filter/NdcFilter.cs
> src/Filter/LoggerMatchFilter.cs src/Filter/StringMatchFilter.cs
> src/Filter/DenyAllFilter.cs src/Filter/LevelMatchFilter.cs
> src/Filter/LevelRangeFilter.cs src/Filter/IFilter.cs
> src/Filter/FilterDecision.cs src/LogManager.cs
> src/Config/SecurityContextProviderAttribute.cs src/Config/PluginAttribute.cs
> src/Config/BasicConfigurator.cs src/Config/AliasRepositoryAttribute.cs
> src/Config/XmlConfiguratorAttribute.cs src/Config/RepositoryAttribute.cs
> src/Config/DomainAttribute.cs src/Config/AliasDomainAttribute.cs
> src/Config/ConfiguratorAttribute.cs
> src/Config/Log4NetConfigurationSectionHandler.cs
> src/Config/XmlConfigurator.cs src/Config/DOMConfiguratorAttribute.cs
> src/Config/DOMConfigurator.cs src/DateFormatter/IDateFormatter.cs
> src/DateFormatter/SimpleDateFormatter.cs
> src/DateFormatter/AbsoluteTimeDateFormatter.cs
> src/DateFormatter/DateTimeDateFormatter.cs
> src/DateFormatter/Iso8601DateFormatter.cs src/LogicalThreadContext.cs
> src/Util/PatternString.cs src/Util/LevelMapping.cs
> src/Util/CountingQuietTextWriter.cs src/Util/ProtectCloseTextWriter.cs
> src/Util/TypeConverters/TypeConverter.cs
> src/Util/TypeConverters/BooleanConverter.cs
> src/Util/TypeConverters/ConverterRegistry.cs
> src/Util/TypeConverters/PatternStringConverter.cs
> src/Util/TypeConverters/IConvertFrom.cs
> src/Util/TypeConverters/EncodingConverter.cs
> src/Util/TypeConverters/IConvertTo.cs
> src/Util/TypeConverters/TypeConverterAttribute.cs
> src/Util/TypeConverters/ConversionNotSupportedException.cs
> src/Util/TypeConverters/PatternLayoutConverter.cs
> src/Util/TypeConverters/IPAddressConverter.cs src/Util/FormattingInfo.cs
> src/Util/CyclicBuffer.cs src/Util/OnlyOnceErrorHandler.cs
> src/Util/EmptyCollection.cs src/Util/ReusableStringWriter.cs
> src/Util/CompositeProperties.cs src/Util/ThreadContextProperties.cs
> src/Util/TextWriterAdapter.cs src/Util/WindowsSecurityContext.cs
> src/Util/QuietTextWriter.cs src/Util/PatternParser.cs
> src/Util/LogicalThreadContextProperties.cs src/Util/LogLog.cs
> src/Util/NullEnumerator.cs
> src/Util/PatternStringConverters/DatePatternConverter.cs
> src/Util/PatternStringConverters/IdentityPatternConverter.cs
> src/Util/PatternStringConverters/EnvironmentPatternConverter.cs
> src/Util/PatternStringConverters/UserNamePatternConverter.cs
> src/Util/PatternStringConverters/PropertyPatternConverter.cs
> src/Util/PatternStringConverters/UtcDatePatternConverter.cs
> src/Util/PatternStringConverters/ProcessIdPatternConverter.cs
> src/Util/PatternStringConverters/NewLinePatternConverter.cs
> src/Util/PatternStringConverters/AppDomainPatternConverter.cs
> src/Util/PatternStringConverters/LiteralPatternConverter.cs
> src/Util/PatternStringConverters/RandomStringPatternConverter.cs
> src/Util/ThreadContextStacks.cs src/Util/NativeError.cs
> src/Util/LevelMappingEntry.cs src/Util/ThreadContextStack.cs
> src/Util/PropertiesDictionary.cs src/Util/ReadOnlyPropertiesDictionary.cs
> src/Util/ContextPropertiesBase.cs src/Util/Transform.cs
> src/Util/EmptyDictionary.cs src/Util/AppenderAttachedImpl.cs
> src/Util/SystemStringFormat.cs src/Util/OptionConverter.cs
> src/Util/NullSecurityContext.cs src/Util/NullDictionaryEnumerator.cs
> src/Util/SystemInfo.cs src/Util/ReaderWriterLock.cs
> src/Util/PatternConverter.cs src/Util/GlobalContextProperties.cs
> src/ObjectRenderer/DefaultRenderer.cs src/ObjectRenderer/IObjectRenderer.cs
> src/ObjectRenderer/RendererMap.cs src/AssemblyVersionInfo.cs
> src/Appender/ConsoleAppender.cs src/Appender/TelnetAppender.cs
> src/Appender/MemoryAppender.cs src/Appender/FileAppender.cs
> src/Appender/AdoNetAppender.cs src/Appender/RollingFileAppender.cs
> src/Appender/DebugAppender.cs src/Appender/AppenderSkeleton.cs
> src/Appender/BufferingAppenderSkeleton.cs
> src/Appender/RemoteSyslogAppender.cs src/Appender/RemotingAppender.cs
> src/Appender/IAppender.cs src/Appender/ForwardingAppender.cs
> src/Appender/AnsiColorTerminalAppender.cs src/Appender/UdpAppender.cs
> src/Appender/TraceAppender.cs src/Appender/AspNetTraceAppender.cs
> src/Appender/AppenderCollection.cs src/Appender/IBulkAppender.cs
> src/Appender/SmtpPickupDirAppender.cs src/Appender/EventLogAppender.cs
> src/Appender/TextWriterAppender.cs src/Appender/SmtpAppender.cs
> src/Appender/ColoredConsoleAppender.cs
> src/Appender/BufferingForwardingAppender.cs src/Appender/NetSendAppender.cs
> src/Appender/OutputDebugStringAppender.cs src/Appender/LocalSyslogAppender.cs
> src/MDC.cs
> make: *** [build-stamp] Error 127
The full build log is available from:
http://people.debian.org/~lucas/logs/2009/12/13/log4net_1.2.10+dfsg-3_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| [email protected] http://www.lucas-nussbaum.net/ |
| jabber: [email protected] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
fixed 562281 1.2.10+dfsg-4
--- End Message ---