|
|
Where would I see where these issues are coming from to fix them? Wondering if I typo-ed something. Is this cp line another typo somewhere for "x11vncxorg7vnc". If so, where? And, the "sed" line.
================== Setting Zone Info File to America/New_York
sed: -e expression #1, char 0: no previous regular expression
Advanced Configuration and Power Interface support enabled
cp: cannot create regular file './tmp-tree/finalize/"/usr/bin/x11vncxorg7vnc': No such file or directory
Adding contributed files
Building PKG Packages ======================
Brian Koch
IT Dept City of Taylor, MI (734) 374-1514 or Ext. 7550 (internal use) Please have a ticket put in if you need an issue resolved.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot_______________________________________________
Thinstation-general mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/thinstation-general
|
|
So if I was going to debug that, I would open build script, look for timezone, and put set -x just before. Hope you like lots of output. Sent from Yahoo Mail for iPhoneOn Saturday, March 4, 2017, 7:35 AM, Don Cupp <[hidden email]> wrote:
/use/bin ? Does not exist, shortcut to /bin Sent from Yahoo Mail for iPhoneOn Saturday, March 4, 2017, 6:55 AM, Trenta sis <[hidden email]> wrote: same errors detected during build...
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot_______________________________________________
Thinstation-general mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/thinstation-general
|
|
The cp related error message is probably because xorg7vnc/build/finalize is improperly formatted on the first line. Probably missing something like:
#xorg7vnc 35
------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford_______________________________________________
Thinstation-general mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/thinstation-general
|
|
Hi michael,
I can't find xorg7vnc/build/finalize, can you give full path where to find this file in github sources? Thanks
The cp related error message is probably because xorg7vnc/build/finalize is improperly formatted on the first line. Probably missing something like:
#xorg7vnc 35
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
Thinstation-general mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/thinstation-general
|
|
Hi,
About zone error we receive: Setting Zone Info File to Europe/Madrid sed: -e expression #1, char 0: no previous regular expression
and with set -x Setting Zone Info File to Europe/Madrid + tzpath=./tmp-tree/lib/zoneinfo/Europe/Madrid + '[' '!' -d ./tmp-tree/lib/zoneinfo/Europe ']' + cp /usr/share/zoneinfo/Europe/Madrid ./tmp-tree/lib/zoneinfo/Europe/. + ln -sf /lib/zoneinfo/Europe/Madrid ./tmp-tree/etc/localtime + '[' -e ./tmp-tree/packages/www.package ']' + WEBDIR=./tmp-tree/lib/www/html/admin/config + '[' '!' -d ./tmp-tree/lib/www/html/admin/config ']' + mkdir -p ./tmp-tree/lib/www/html/admin/config + cat ./thinstation.conf.sample + cut '-d ' -f3- + grep '\-\-\-' + sed -e s/Options//g + sed -e s///g sed: -e expression #1, char 0: no previous regular expression + cat ./tmp-tree/lib/www/html/admin/config/headings + read heading + '[' '' == disable ']' + echo -e '\nAdvanced Configuration and Power Interface support enabled\n'
Where is the problem?
Thanks
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
Thinstation-general mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/thinstation-general
|
|
The file /ts/build/packages/xorg7vnc/build/finalize does not exist in the repository. It must be a local file for you or you're on someone else's fork of Thinstation. It's formatted wrong, and probably shouldn't be there. The finalize files are used for last minute adjustments to the image before packing it up for deployment, say to setup special permissions, configure files based on other files, etc. It almost certainly shouldn't launch the x11vnc service as per the first line of the file.
The problem with the sed command is that it's sed s///g and there's nothing to do. In /build/build there's a carriage return between the first //. For me it's line 1454 of /build/build. I don't know what the sed is trying to do - maybe remove new lines? I don't know if it needs to be there. I don't ever invoke that section.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
Thinstation-general mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/thinstation-general
|
|
I thought it might be that. Some editors strip out the ^M. I think it's code that actually tries to fix conf files edited on windows, for unix, that are needed during build. Sent from Yahoo Mail for iPhoneOn Tuesday, March 14, 2017, 3:32 PM, Michael K <[hidden email]> wrote: The file /ts/build/packages/xorg7vnc/build/finalize does not exist in the repository. It must be a local file for you or you're on someone else's fork of Thinstation. It's formatted wrong, and probably shouldn't be there. The finalize files are used for last minute adjustments to the image before packing it up for deployment, say to setup special permissions, configure files based on other files, etc. It almost certainly shouldn't launch the x11vnc service as per the first line of the file.
The problem with the sed command is that it's sed s///g and there's nothing to do. In /build/build there's a carriage return between the first //. For me it's line 1454 of /build/build. I don't know what the sed is trying to do - maybe remove new lines? I don't know if it needs to be there. I don't ever invoke that section. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
Thinstation-general mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/thinstation-general
|
|
Hi michael,
I have tried to build with latest versions, and xorg7vnc error is not showed, It seems that is a particular error described for Brian. About zone info error, I understand that I can ignore thi error Thanks for all
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
Thinstation-general mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/thinstation-general
|
|