Bug 1279093 (smartirc4net)
Summary: | Review Request: smartirc4net - C# IRC library | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Raphael Groner <projects.rg> |
Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | matthias, package-review |
Target Milestone: | --- | Flags: | puntogil:
fedora-review?
|
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | NotReady | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-11-05 22:12:58 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1336837 | ||
Bug Blocks: | 1159091 |
Description
Raphael Groner
2015-11-07 20:31:58 UTC
src/IrcConnection/IrcConnection.cs(41,7): error CS0246: The type or namespace name `Starksoft' could not be found. Are you missing an assembly reference? src/Logger.cs(42,23): error CS0246: The type or namespace name `ILog' could not be found. Are you missing an assembly reference? Starksoft is available on GitHub as LGPLv3, but without license text. https://github.com/bentonstark/starksoft-aspen/issues/19 Found. Sorry for the noise. https://github.com/bentonstark/starksoft-aspen/blob/master/Starksoft.Aspen/COPYING.LESSER (In reply to Raphael Groner from comment #2) … > src/Logger.cs(42,23): error CS0246: The type or namespace name > `ILog' could not be found. Are you missing an assembly reference? That's from missing log4net, already packaged. Need to add it as BR. Please note that OpenRA depends on version 0.4.5.1 not the latest one. I am not sure if those dependencies apply. https://pkgs.org/fedora-rawhide/fedora-i386/smuxi-engine-1.0.5-1.fc25.i686.rpm.html already bundles it. (In reply to Matthias Mailänder from comment #6) > https://pkgs.org/fedora-rawhide/fedora-i386/smuxi-engine-1.0.5-1.fc25.i686. > rpm.html already bundles it. Please report a bug against smuxi and block it with this bug. https://fedoraproject.org/wiki/Packaging:Guidelines#Bundling_and_Duplication_of_system_libraries |