Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/monotorrent.spec'], False, '/var/lib/mock/dist-f10-build-383294-66676/root/', None, 86400, True, 0, 426, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/monotorrent.spec'] warning: Could not canonicalize hostname: x86-4.fedora.phx.redhat.com Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/monotorrent-0.70-1.fc10.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/monotorrent.spec'], False, '/var/lib/mock/dist-f10-build-383294-66676/root/', None, 86400, True, 0, 426, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/monotorrent.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.OeEYS0 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf monotorrent-0.70 + /usr/bin/gzip -dc /builddir/build/SOURCES/monotorrent-0.70.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd monotorrent-0.70 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8mSy2S + umask 022 + cd /builddir/build/BUILD + cd monotorrent-0.70 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FFLAGS + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... no checking for pkg-config... /usr/bin/pkg-config checking for a BSD-compatible install... /usr/bin/install -c checking for gmcs... /usr/bin/gmcs configure: creating ./config.status config.status: creating Makefile config.status: creating MonoTorrent/AssemblyInfo.cs config.status: creating MonoTorrent/Makefile config.status: creating MonoTorrent/monotorrent.pc + make Making all in MonoTorrent make[1]: Entering directory `/builddir/build/BUILD/monotorrent-0.70/MonoTorrent' mkdir -p bin/Release gmcs -noconfig -codepage:utf8 -unsafe -warn:3 -optimize+ -out:bin/Release/MonoTorrent.dll -target:library './AssemblyInfo.cs' './BanLists/BanList.cs' './BanLists/ListParser.cs' './BanLists/RangeCollection.cs' './MonoTorrent.BEncoding/RawReader.cs' './MonoTorrent.Client/ConnectionListeners/IListener.cs' './MonoTorrent.Client/ConnectionListeners/Listener.cs' './MonoTorrent.Client/ConnectionListeners/PeerListener.cs' './MonoTorrent.Client/Encryption/EncryptionTypes.cs' './MonoTorrent.Client/EventArgs/AttemptConnectionEventArgs.cs' './MonoTorrent.Client/EventArgs/DhtPeersAdded.cs' './MonoTorrent.Client/EventArgs/PeerAddedEventArgs.cs' './MonoTorrent.Client/EventArgs/PeerConnectionFailedEventArgs.cs' './MonoTorrent.Client/EventArgs/PeerExchangePeersAdded.cs' './MonoTorrent.Client/EventArgs/TrackerPeersAdded.cs' './MonoTorrent.Client/InitialSeed/InitialSeed.cs' './MonoTorrent.BEncoding/BEncodedDictionary.cs' './MonoTorrent.BEncoding/BEncodedList.cs' './MonoTorrent.BEncoding/BEncodedNumber.cs' './MonoTorrent.BEncoding/BEncodedString.cs' './MonoTorrent.BEncoding/BEncodingException.cs' './MonoTorrent.BEncoding/IBEncodedValue.cs' './MonoTorrent.Client/AllowedFastAlgorithm.cs' './MonoTorrent.Client/Block.cs' './MonoTorrent.Client/ClientEngine.cs' './MonoTorrent.Client/Encryption/EncryptorFactory.cs' './MonoTorrent.Client/Encryption/IEncryption/RC4Header.cs' './MonoTorrent.Client/EventArgs/CriticalExceptionEventArgs.cs' './MonoTorrent.Client/FileStreamBuffer.cs' './MonoTorrent.Client/Logger.cs' './MonoTorrent.Client/MainLoop.cs' './MonoTorrent.Client/ManagerWaitHandle.cs' './MonoTorrent.Client/NetworkIO.cs' './MonoTorrent.Client/PeerConnections/HttpRequestData.cs' './MonoTorrent.Client/PeerConnections/IPV6Connection.cs' './MonoTorrent.Client/Piece.cs' './MonoTorrent.Client/PiecePicking/EndGamePicker.cs' './MonoTorrent.Client/PiecePicking/IgnoringPicker.cs' './MonoTorrent.Client/PiecePicking/LoggingPicker.cs' './MonoTorrent.Client/PiecePicking/PiecePickerBase.cs' './MonoTorrent.Client/PiecePicking/PiecePicker.cs' './MonoTorrent.Client/PiecePicking/PriorityPicker.cs' './MonoTorrent.Client/PiecePicking/RandomisedPicker.cs' './MonoTorrent.Client/PiecePicking/RarestFirstPicker.cs' './MonoTorrent.Client/PiecePicking/SlidingWindowPicker.cs' './MonoTorrent.Client/PiecePicking/SortedList.cs' './MonoTorrent.Client/PiecePicking/StandardPicker.cs' './MonoTorrent.Client/PieceWriter/NtfsSparseFile.cs' './MonoTorrent.Client/RateLimiter.cs' './MonoTorrent.Client/TorrentFileStream.cs' './MonoTorrent.Client/TransferType.cs' './MonoTorrent.Client/ConnectionListeners/SocketListener.cs' './MonoTorrent.Client/Encryption/EncryptedSocket.cs' './MonoTorrent.Client/Encryption/IEncryption/IEncryption.cs' './MonoTorrent.Client/Encryption/IEncryptor/IEncryptor.cs' './MonoTorrent.Client/Encryption/ModuloCalculator.cs' './MonoTorrent.Client/Encryption/IEncryption/NullEncryption.cs' './MonoTorrent.Client/Encryption/PeerAEncryption.cs' './MonoTorrent.Client/Encryption/PeerBEncryption.cs' './MonoTorrent.Client/Encryption/IEncryption/RC4.cs' './MonoTorrent.Client/Encryption/BigInteger/BigInteger.cs' './MonoTorrent.Client/EventArgs/AnnounceResponseEventArgs.cs' './MonoTorrent.Client/EventArgs/BlockEventArgs.cs' './MonoTorrent.Client/EventArgs/MessageEventArgs.cs' './MonoTorrent.Client/EventArgs/NewConnectionEventArgs.cs' './MonoTorrent.Client/EventArgs/PeerConnectionEventArgs.cs' './MonoTorrent.Client/EventArgs/PeersAddedEventArgs.cs' './MonoTorrent.Client/EventArgs/PieceHashedEventArgs.cs' './MonoTorrent.Client/EventArgs/ScrapeResponseEventArgs.cs' './MonoTorrent.Client/EventArgs/StateUpdateEventArgs.cs' './MonoTorrent.Client/EventArgs/TorrentEventArgs.cs' './MonoTorrent.Client/EventArgs/TorrentStateChangedEventArgs.cs' './MonoTorrent.Client/EventArgs/TrackerRequestEventArgs.cs' './MonoTorrent.Client/EventArgs/TrackerStateChangedEventArgs.cs' './MonoTorrent.Client/Exceptions/ConnectionException.cs' './MonoTorrent.Client/Exceptions/ListenerException.cs' './MonoTorrent.Client/Exceptions/MessageException.cs' './MonoTorrent.Client/Exceptions/ProtocolException.cs' './MonoTorrent.Client/Exceptions/TorrentLoadException.cs' './MonoTorrent.Client/FastResume/FastResume.cs' './MonoTorrent.Client/Managers/BufferManager.cs' './MonoTorrent.Client/Managers/ChokeUnchokeManager.cs' './MonoTorrent.Client/Managers/ConnectionManager.cs' './MonoTorrent.Client/Managers/ConnectionMonitor.cs' './MonoTorrent.Client/Managers/DiskManager.cs' './MonoTorrent.Client/Managers/FileManager.cs' './MonoTorrent.Client/Managers/InactivePeerManager.cs' './MonoTorrent.Client/Managers/ListenManager.cs' './MonoTorrent.Client/Managers/PeerManager.cs' './MonoTorrent.Client/Managers/PieceManager.cs' './MonoTorrent.Client/Managers/TorrentManager.cs' './MonoTorrent.Client/Managers/TrackerManager.cs' './MonoTorrent.Client/Messages/IMessage.cs' './MonoTorrent.Client/Messages/Message.cs' './MonoTorrent.Client/Messages/MessageBundle.cs' './MonoTorrent.Client/Messages/PeerMessage.cs' './MonoTorrent.Client/Messages/UnknownMessage.cs' './MonoTorrent.Client/Messages/FastPeerExtensions/AllowedFastMessage.cs' './MonoTorrent.Client/Messages/FastPeerExtensions/HaveAllMessage.cs' './MonoTorrent.Client/Messages/FastPeerExtensions/HaveNoneMessage.cs' './MonoTorrent.Client/Messages/FastPeerExtensions/RejectRequestMessage.cs' './MonoTorrent.Client/Messages/FastPeerExtensions/SuggestPieceMessage.cs' './MonoTorrent.Client/Messages/LibtorrentMessages/ExtendedHandshakeMessage.cs' './MonoTorrent.Client/Messages/LibtorrentMessages/LibtorrentMessage.cs' './MonoTorrent.Client/Messages/LibtorrentMessages/LTChat.cs' './MonoTorrent.Client/Messages/LibtorrentMessages/LTMetadata.cs' './MonoTorrent.Client/Messages/LibtorrentMessages/LTSupport.cs' './MonoTorrent.Client/Messages/StandardMessages/BitfieldMessage.cs' './MonoTorrent.Client/Messages/StandardMessages/CancelMessage.cs' './MonoTorrent.Client/Messages/StandardMessages/ChokeMessage.cs' './MonoTorrent.Client/Messages/StandardMessages/HandshakeMessage.cs' './MonoTorrent.Client/Messages/StandardMessages/HaveMessage.cs' './MonoTorrent.Client/Messages/StandardMessages/InterestedMessage.cs' './MonoTorrent.Client/Messages/StandardMessages/KeepAliveMessage.cs' './MonoTorrent.Client/Messages/StandardMessages/NotInterestedMessage.cs' './MonoTorrent.Client/Messages/StandardMessages/PieceMessage.cs' './MonoTorrent.Client/Messages/StandardMessages/PortMessage.cs' './MonoTorrent.Client/Messages/StandardMessages/RequestMessage.cs' './MonoTorrent.Client/Messages/StandardMessages/UnchokeMessage.cs' './MonoTorrent.Client/Messages/UdpTrackerMessages/AnnounceMessage.cs' './MonoTorrent.Client/Messages/UdpTrackerMessages/AnnounceResponseMessage.cs' './MonoTorrent.Client/Messages/UdpTrackerMessages/ConnectMessage.cs' './MonoTorrent.Client/Messages/UdpTrackerMessages/ConnectResponseMessage.cs' './MonoTorrent.Client/Messages/UdpTrackerMessages/ErrorMessage.cs' './MonoTorrent.Client/Messages/UdpTrackerMessages/MessageType.cs' './MonoTorrent.Client/Messages/UdpTrackerMessages/ScrapeDetails.cs' './MonoTorrent.Client/Messages/UdpTrackerMessages/ScrapeMessage.cs' './MonoTorrent.Client/Messages/UdpTrackerMessages/ScrapeResponseMessage.cs' './MonoTorrent.Client/Messages/UdpTrackerMessages/UdpTrackerMessage.cs' './MonoTorrent.Client/Messages/UdpTrackerMessages/Extensions/AuthenticationMessage.cs' './MonoTorrent.Client/PeerConnections/ConnectionFactory.cs' './MonoTorrent.Client/PeerConnections/HTTPConnection.cs' './MonoTorrent.Client/PeerConnections/IConnection.cs' './MonoTorrent.Client/PeerConnections/PeerIdInternal.cs' './MonoTorrent.Client/PeerConnections/TCPConnection.cs' './MonoTorrent.Client/Peers/Peer.cs' './MonoTorrent.Client/Peers/PeerList.cs' './MonoTorrent.Client/PieceWriter/DiskWriter.cs' './MonoTorrent.Client/PieceWriter/IPieceWriter.cs' './MonoTorrent.Client/PieceWriter/MemoryWriter.cs' './MonoTorrent.Client/PieceWriter/PieceData.cs' './MonoTorrent.Client/Settings/EngineSettings.cs' './MonoTorrent.Client/Settings/TorrentSettings.cs' './MonoTorrent.Client/Tracker/AnnounceParameters.cs' './MonoTorrent.Client/Tracker/HTTPTracker.cs' './MonoTorrent.Client/Tracker/ITracker.cs' './MonoTorrent.Client/Tracker/ScrapeParameters.cs' './MonoTorrent.Client/Tracker/TrackerConnectionId.cs' './MonoTorrent.Client/Tracker/Tracker.cs' './MonoTorrent.Client/Tracker/TrackerFactory.cs' './MonoTorrent.Client/Tracker/TrackerTier.cs' './MonoTorrent.Client/Tracker/UdpTracker.cs' './MonoTorrent.Common/AsyncResult.cs' './MonoTorrent.Common/BitField.cs' './MonoTorrent.Common/Check.cs' './MonoTorrent.Common/Enums.cs' './MonoTorrent.Common/Hashes.cs' './MonoTorrent.Common/MonoTorrentCollectionBase.cs' './MonoTorrent.Common/PeerID.cs' './MonoTorrent.Common/SpeedMonitor.cs' './MonoTorrent.Common/TimeoutDispatcher.cs' './MonoTorrent.Common/ToolBox.cs' './MonoTorrent.Common/Torrent.cs' './MonoTorrent.Common/TorrentCreator.cs' './MonoTorrent.Common/TorrentCreatorAsyncResult.cs' './MonoTorrent.Common/TorrentException.cs' './MonoTorrent.Common/TorrentFile.cs' './MonoTorrent.Common/VersionInfo.cs' './MonoTorrent.Common/EventArgs/TorrentCreatorEventArgs.cs' './MonoTorrent.Dht/BigInteger.cs' './MonoTorrent.Dht/DhtEngine.cs' './MonoTorrent.Dht/EventArgs/NodeAddedEventArgs.cs' './MonoTorrent.Dht/EventArgs/NodeFoundEventArgs.cs' './MonoTorrent.Dht/EventArgs/PeersFoundEventArgs.cs' './MonoTorrent.Dht/EventArgs/SendMessageEventArgs.cs' './MonoTorrent.Dht/EventArgs/TaskCompleteEventArgs.cs' './MonoTorrent.Dht/Listeners/DhtListener.cs' './MonoTorrent.Dht/Listeners/UdpListener.cs' './MonoTorrent.Dht/Message.cs' './MonoTorrent.Dht/MessageException.cs' './MonoTorrent.Dht/MessageFactory.cs' './MonoTorrent.Dht/MessageLoop.cs' './MonoTorrent.Dht/Messages/Errors/ErrorMessage.cs' './MonoTorrent.Dht/Messages/Queries/AnnouncePeer.cs' './MonoTorrent.Dht/Messages/Queries/FindNode.cs' './MonoTorrent.Dht/Messages/Queries/GetPeers.cs' './MonoTorrent.Dht/Messages/Queries/Ping.cs' './MonoTorrent.Dht/Messages/Queries/QueryMessage.cs' './MonoTorrent.Dht/Messages/Responses/AnnouncePeerResponse.cs' './MonoTorrent.Dht/Messages/Responses/FindNodeResponse.cs' './MonoTorrent.Dht/Messages/Responses/GetPeersResponse.cs' './MonoTorrent.Dht/Messages/Responses/PingResponse.cs' './MonoTorrent.Dht/Messages/Responses/ResponseMessage.cs' './MonoTorrent.Dht/Nodes/Node.cs' './MonoTorrent.Dht/Nodes/NodeId.cs' './MonoTorrent.Dht/Nodes/NodeState.cs' './MonoTorrent.Dht/Nodes/TokenManager.cs' './MonoTorrent.Dht/RoutingTable/Bucket.cs' './MonoTorrent.Dht/RoutingTable/RoutingTable.cs' './MonoTorrent.Dht/State.cs' './MonoTorrent.Dht/Tasks/AnnounceTask.cs' './MonoTorrent.Dht/Tasks/GetPeersTask.cs' './MonoTorrent.Dht/Tasks/InitialiseTask.cs' './MonoTorrent.Dht/Tasks/ITask.cs' './MonoTorrent.Dht/Tasks/RefreshBucketTask.cs' './MonoTorrent.Dht/Tasks/ReplaceNodeTask.cs' './MonoTorrent.Dht/Tasks/SendMessageTask.cs' './MonoTorrent.Dht/Tasks/Task.cs' './MonoTorrent.Dht/TransactionId.cs' './MonoTorrent.Tracker/EventArgs/AnnounceEventArgs.cs' './MonoTorrent.Tracker/ByteComparer.cs' './MonoTorrent.Tracker/EventArgs/PeerEventArgs.cs' './MonoTorrent.Tracker/InfoHashTrackable.cs' './MonoTorrent.Tracker/IPAddressComparer.cs' './MonoTorrent.Tracker/ITrackable.cs' './MonoTorrent.Tracker/Peer.cs' './MonoTorrent.Tracker/RequestMonitor.cs' './MonoTorrent.Tracker/RequestParameters.cs' './MonoTorrent.Tracker/EventArgs/ScrapeEventArgs.cs' './MonoTorrent.Tracker/SimpleTorrentManager.cs' './MonoTorrent.Tracker/EventArgs/TimedOutEventArgs.cs' './MonoTorrent.Tracker/Tracker.cs' './MonoTorrent.Tracker/Exceptions/TrackerException.cs' './MonoTorrent.Tracker/Frontend/AnnounceParameters.cs' './MonoTorrent.Tracker/Frontend/ScrapeParameters.cs' './MonoTorrent.Tracker/Listeners/HttpListener.cs' './MonoTorrent.Tracker/Listeners/ListenerBase.cs' './MonoTorrent.Tracker/Listeners/ManualListener.cs' './MonoTorrent.TorrentWatchers/ITorrentWatcher.cs' './MonoTorrent.TorrentWatchers/TorrentFolderWatcher.cs' './MonoTorrent.TorrentWatchers/TorrentWatcherEventArgs.cs' './MonoTorrent.TorrentWatchers/TorrentWatchers.cs' './MonoTorrent.Common/SHA1Fast.cs' './MonoTorrent.Client/Managers/PeerExchangeManager.cs' './MonoTorrent.Client/Messages/uTorrent/PeerExchangeMessage.cs' -r:System -r:System.Data -r:System.Xml -r:System.Web ./MonoTorrent.Common/TorrentCreator.cs(621,0): warning CS1030: #warning: `Implement this again' ./MonoTorrent.Client/ClientEngine.cs(184,87): warning CS0618: `MonoTorrent.Client.EngineSettings.ListenPort' is obsolete: `Use the constructor overload for ClientEngine which takes a port argument.Alternatively just use the ChangeEndpoint method at a later stage' ./MonoTorrent.Client/ClientEngine.cs(216,80): warning CS0618: `MonoTorrent.Client.EngineSettings.ListenPort' is obsolete: `Use the constructor overload for ClientEngine which takes a port argument.Alternatively just use the ChangeEndpoint method at a later stage' ./MonoTorrent.Client/ClientEngine.cs(230,22): warning CS0618: `MonoTorrent.Client.EngineSettings.ListenPort' is obsolete: `Use the constructor overload for ClientEngine which takes a port argument.Alternatively just use the ChangeEndpoint method at a later stage' ./MonoTorrent.Client/PeerConnections/HTTPConnection.cs(256,20): warning CS0219: The variable `data' is assigned but its value is never used ./MonoTorrent.Client/Managers/InactivePeerManager.cs(75,29): warning CS0219: The variable `candidateDataBytes' is assigned but its value is never used ./MonoTorrent.Client/Managers/InactivePeerManager.cs(74,29): warning CS0219: The variable `candidateSecondsSinceLastBlock' is assigned but its value is never used ./MonoTorrent.Client/Managers/InactivePeerManager.cs(73,29): warning CS0219: The variable `candidateSecondsConnected' is assigned but its value is never used ./MonoTorrent.Client/Managers/TorrentManager.cs(541,89): warning CS0618: `MonoTorrent.Client.EngineSettings.ListenPort' is obsolete: `Use the constructor overload for ClientEngine which takes a port argument.Alternatively just use the ChangeEndpoint method at a later stage' ./MonoTorrent.Client/Messages/LibtorrentMessages/LTMetadata.cs(48,26): warning CS0162: Unreachable code detected ./MonoTorrent.Client/Messages/LibtorrentMessages/LTMetadata.cs(66,44): warning CS0219: The variable `d' is assigned but its value is never used ./MonoTorrent.Client/PiecePicking/PriorityPicker.cs(68,13): warning CS0169: The private method `MonoTorrent.Client.PriorityPicker.FileComparer(MonoTorrent.Common.TorrentFile, MonoTorrent.Common.TorrentFile)' is never used ./MonoTorrent.Client/PiecePicking/RarestFirstPicker.cs(40,23): warning CS0414: The private field `MonoTorrent.Client.RarestFirstPicker.files' is assigned but its value is never used ./MonoTorrent.Client/PiecePicking/StandardPicker.cs(61,26): warning CS0414: The private field `MonoTorrent.Client.StandardPicker.timeout' is assigned but its value is never used ./MonoTorrent.Client/FastResume/FastResume.cs(20,28): warning CS0414: The private field `MonoTorrent.Client.FastResume.peers' is assigned but its value is never used ./MonoTorrent.Client/Managers/ChokeUnchokeManager.cs(407,22): warning CS0169: The private method `MonoTorrent.Client.ChokeUnchokeManager.ExecuteTyrantReview()' is never used ./MonoTorrent.Client/Managers/DiskManager.cs(23,30): warning CS0414: The private field `MonoTorrent.Client.Managers.DiskManager.engine' is assigned but its value is never used ./MonoTorrent.Client/Messages/LibtorrentMessages/LTMetadata.cs(27,21): warning CS0169: The private field `MonoTorrent.Client.Messages.Libtorrent.LTMetadata.offset' is never used Compilation succeeded - 18 warning(s) mkdir -p 'bin/Release' cp 'monotorrent.pc' 'bin/Release//monotorrent.pc' make[1]: Leaving directory `/builddir/build/BUILD/monotorrent-0.70/MonoTorrent' make[1]: Entering directory `/builddir/build/BUILD/monotorrent-0.70' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/builddir/build/BUILD/monotorrent-0.70' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WU51mT + umask 022 + cd /builddir/build/BUILD + cd monotorrent-0.70 + LANG=C + export LANG + unset DISPLAY + /bin/rm -rf /builddir/build/BUILDROOT/monotorrent-0.70-1.fc10.x86_64 + make DESTDIR=/builddir/build/BUILDROOT/monotorrent-0.70-1.fc10.x86_64 install Making install in MonoTorrent make[1]: Entering directory `/builddir/build/BUILD/monotorrent-0.70/MonoTorrent' make[2]: Entering directory `/builddir/build/BUILD/monotorrent-0.70/MonoTorrent' test -z "/usr/bin" || /bin/mkdir -p "/builddir/build/BUILDROOT/monotorrent-0.70-1.fc10.x86_64/usr/bin" test -z "/usr/lib64/monotorrent" || /bin/mkdir -p "/builddir/build/BUILDROOT/monotorrent-0.70-1.fc10.x86_64/usr/lib64/monotorrent" /usr/bin/install -c 'bin/Release/MonoTorrent.dll' '/builddir/build/BUILDROOT/monotorrent-0.70-1.fc10.x86_64/usr/lib64/monotorrent/MonoTorrent.dll' test -z "/usr/lib64/pkgconfig" || /bin/mkdir -p "/builddir/build/BUILDROOT/monotorrent-0.70-1.fc10.x86_64/usr/lib64/pkgconfig" /usr/bin/install -c -m 644 'bin/Release//monotorrent.pc' '/builddir/build/BUILDROOT/monotorrent-0.70-1.fc10.x86_64/usr/lib64/pkgconfig/monotorrent.pc' test -z "/usr/lib64/monotorrent" || /bin/mkdir -p "/builddir/build/BUILDROOT/monotorrent-0.70-1.fc10.x86_64/usr/lib64/monotorrent" make[2]: Leaving directory `/builddir/build/BUILD/monotorrent-0.70/MonoTorrent' make[1]: Leaving directory `/builddir/build/BUILD/monotorrent-0.70/MonoTorrent' make[1]: Entering directory `/builddir/build/BUILD/monotorrent-0.70' make[2]: Entering directory `/builddir/build/BUILD/monotorrent-0.70' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/monotorrent-0.70' make[1]: Leaving directory `/builddir/build/BUILD/monotorrent-0.70' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: monotorrent-0.70-1.fc10 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WY9BZT + umask 022 + cd /builddir/build/BUILD + cd monotorrent-0.70 + DOCDIR=/builddir/build/BUILDROOT/monotorrent-0.70-1.fc10.x86_64/usr/share/doc/monotorrent-0.70 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/monotorrent-0.70-1.fc10.x86_64/usr/share/doc/monotorrent-0.70 + /bin/mkdir -p /builddir/build/BUILDROOT/monotorrent-0.70-1.fc10.x86_64/usr/share/doc/monotorrent-0.70 + cp -pr README /builddir/build/BUILDROOT/monotorrent-0.70-1.fc10.x86_64/usr/share/doc/monotorrent-0.70 + exit 0 Provides: mono(MonoTorrent) = 0.70.0.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: mono(System) = 2.0.0.0 mono(System.Web) = 2.0.0.0 mono(mscorlib) = 2.0.0.0 Processing files: monotorrent-devel-0.70-1.fc10 Provides: pkgconfig(monotorrent) = 0.70 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/monotorrent-0.70-1.fc10.x86_64 warning: Could not canonicalize hostname: x86-4.fedora.phx.redhat.com Wrote: /builddir/build/RPMS/monotorrent-0.70-1.fc10.x86_64.rpm Wrote: /builddir/build/RPMS/monotorrent-devel-0.70-1.fc10.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5f2M5W + umask 022 + cd /builddir/build/BUILD + cd monotorrent-0.70 + /bin/rm -rf /builddir/build/BUILDROOT/monotorrent-0.70-1.fc10.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->