mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 00:56:01 +03:00
[GH-ISSUE #601] no /Linux/bin/ReleaseLinux after build #543
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#543
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @beyimanman on GitHub (Dec 9, 2018).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/601
Hellow
First of all congratulations for the work of this package but im having problems to make function on ASUS ROG GL702ZC.
I have 5.16.0.220 mono version and when i do "sudo sh build.sh" in nbfc 1.5 it seems to be ok with 3 warnings but dont create any directory in /Linux/, only the *.services files so i cant run "mono nbfc.exe..." but i can start the service.
With de "master" version of nbfc i have an error when i run "sh build.sh"
"Mono Certificate Store Sync - version 5.16.0.220
Populate Mono certificate store from a concatenated list of certificates.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.
Usage: cert-sync [--quiet] [--user] system-ca-bundle.crt
Where system-ca-bundle.crt is in PEM format
build.sh: 15: build.sh: Syntax error: "}" unexpected
"
what can i do? i really need to use this program for put my fans to work before i burn my laptop
PS: Sorry for my bad english, im spanish native speaker
@dandycheung commented on GitHub (Dec 30, 2018):
I meet this problem too. The build was completed successfully, with the following output:
Done building project "/home/dandy/Workspaces/test/nbfc/NoteBookFanControl.sln".
Build succeeded.
Warnings:
/home/dandy/Workspaces/test/nbfc/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/home/dandy/Workspaces/test/nbfc/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.targets, to import. Ignoring.
/home/dandy/Workspaces/test/nbfc/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: warning : Could not find project file /usr/lib/mono/xbuild/Microsoft/WiX/v3.x/Wix.CA.targets, to import. Ignoring.
Time Elapsed 00:00:08.1257840
BUT, there is nothing in nbfc/bin:
➜ nbfc git:(stable) cd Linux
➜ Linux git:(stable) ls -l
total 24
-rwxr-xr-x 1 dandy dandy 49 12月 30 11:11 continue-nbfcservice.sh
-rw-r--r-- 1 dandy dandy 191 12月 30 11:11 nbfc.service
-rw-r--r-- 1 dandy dandy 263 12月 30 11:11 nbfc-sleep.service
-rwxr-xr-x 1 dandy dandy 48 12月 30 11:11 pause-nbfcservice.sh
-rwxr-xr-x 1 dandy dandy 95 12月 30 11:11 start-nbfcservice.sh
-rwxr-xr-x 1 dandy dandy 39 12月 30 11:11 stop-nbfcservice.sh
➜ Linux git:(stable) cd bin
cd: no such file or directory: bin
@beyimanman commented on GitHub (Dec 30, 2018):
Hi. I can installed nbfc downloading the 1.5.1 or 1.5.2 beta version i dont remember in this moment... Anyway that versión can be build and setup properly with some tweaks... You must have the Last mono versión installed and get the files.. Build and then copy to /opt/nbfc the /bin/release/Linux file and the *. services files in your services folder.. Then do
"sudo sh nbfc.service start"
and
"mono nbfc.exe config - - apply yournotebookmodel"
and finally
"mono nbfc.exe start"
Check with
"mono nbfc.exe status"
Please let me know if you need any help.. It was very frustrating but it works!
@katanakiwi commented on GitHub (Jan 21, 2019):
For some reason the build no longer works with xbuild. As suggested by the output i replaced xbuild with msbuild in build.sh.
After building with msbuild everyting worked as expected for me.
@SerhatTeker commented on GitHub (Feb 8, 2019):
No, unfortunately doesn't work for me.
@katanakiwi commented on GitHub (Feb 8, 2019):
Related errors?
@SerhatTeker commented on GitHub (Feb 8, 2019):
No errors as above examples;
build succeededbut no bin/Release directory. However I found the issue: I was trying to build on thestablebranch. When I switched back tomasterand build it again issue resolved.@github-actions[bot] commented on GitHub (Nov 21, 2019):
This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed