[GH-ISSUE #601] no /Linux/bin/ReleaseLinux after build #543

Closed
opened 2026-02-26 00:32:56 +03:00 by kerem · 7 comments
Owner

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

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
kerem 2026-02-26 00:32:56 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@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.

 3 Warning(s)
 0 Error(s)

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

<!-- gh-comment-id:450537732 --> @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. 3 Warning(s) 0 Error(s) 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
Author
Owner

@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!

<!-- gh-comment-id:450539536 --> @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!
Author
Owner

@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.

<!-- gh-comment-id:456221437 --> @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.
Author
Owner

@SerhatTeker commented on GitHub (Feb 8, 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.

No, unfortunately doesn't work for me.

<!-- gh-comment-id:461750121 --> @SerhatTeker commented on GitHub (Feb 8, 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. No, unfortunately doesn't work for me.
Author
Owner

@katanakiwi commented on GitHub (Feb 8, 2019):

Related errors?

<!-- gh-comment-id:461754423 --> @katanakiwi commented on GitHub (Feb 8, 2019): Related errors?
Author
Owner

@SerhatTeker commented on GitHub (Feb 8, 2019):

No errors as above examples; build succeeded but no bin/Release directory. However I found the issue: I was trying to build on the stable branch. When I switched back to master and build it again issue resolved.

<!-- gh-comment-id:461772827 --> @SerhatTeker commented on GitHub (Feb 8, 2019): No errors as above examples; `build succeeded` but no bin/Release directory. However I found the issue: I was trying to build on the `stable` branch. When I switched back to `master` and build it again issue resolved.
Author
Owner

@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

<!-- gh-comment-id:556556377 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nbfc-hirschmann#543
No description provided.