[MeeGo-dev] OBS oddities

2011-08-24 Thread Nasa
Hi,

I have a spec file that I am trying to upload to
the OBS server.  Actually, I have previously
uploaded it from my Linux box.  The spec file was
processed, however, I had failed to add in some
BuildRequires.  When I add in those requires and
upload from a windows box the spec file isn't 
working - getting the following error:

error: Macro %with_module_engine_software_x11 has empty body
error: Macro %with_lib_ecore_fb has empty body
error: line 24: Unknown tag:  1

After some troubleshooting - it seems that I get 
these errors from editing the files with Wordpad on windows. 
I've come to this conclusion by taking a *working*
spec file opening/saving via wordpad and placing it back, only
to get the afore mentioned error.  Does anyone know how 
to work around this?  I am stuck on the Windows box most
of the day, so it would be nice to do some work on things 
from it...

Nasa
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


Re: [MeeGo-dev] OBS oddities

2011-08-24 Thread Carsten Munk
2011/8/24 Nasa nas...@comcast.net:
 Hi,

 I have a spec file that I am trying to upload to
 the OBS server.  Actually, I have previously
 uploaded it from my Linux box.  The spec file was
 processed, however, I had failed to add in some
 BuildRequires.  When I add in those requires and
 upload from a windows box the spec file isn't
 working - getting the following error:

 error: Macro %with_module_engine_software_x11 has empty body
 error: Macro %with_lib_ecore_fb has empty body
 error: line 24: Unknown tag:  1

 After some troubleshooting - it seems that I get
 these errors from editing the files with Wordpad on windows.
 I've come to this conclusion by taking a *working*
 spec file opening/saving via wordpad and placing it back, only
 to get the afore mentioned error.  Does anyone know how
 to work around this?  I am stuck on the Windows box most
 of the day, so it would be nice to do some work on things
 from it...


Get an editor that can work with UNIX style line endings, i,e, LF, not
CRLF llike Windows has it. Notepad++ or something maybe.

BR
Carsten Munk
 Nasa
 ___
 MeeGo-dev mailing list
 MeeGo-dev@meego.com
 http://lists.meego.com/listinfo/meego-dev
 http://wiki.meego.com/Mailing_list_guidelines

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


Re: [MeeGo-dev] OBS oddities

2011-08-24 Thread Nasa


- Original Message -
 2011/8/24 Nasa nas...@comcast.net:
  Hi,
 
  I have a spec file that I am trying to upload to
  the OBS server.  Actually, I have previously
  uploaded it from my Linux box.  The spec file was
  processed, however, I had failed to add in some
  BuildRequires.  When I add in those requires and
  upload from a windows box the spec file isn't
  working - getting the following error:
 
  error: Macro %with_module_engine_software_x11 has empty body
  error: Macro %with_lib_ecore_fb has empty body
  error: line 24: Unknown tag:  1
 
  After some troubleshooting - it seems that I get
  these errors from editing the files with Wordpad on windows.
  I've come to this conclusion by taking a *working*
  spec file opening/saving via wordpad and placing it back, only
  to get the afore mentioned error.  Does anyone know how
  to work around this?  I am stuck on the Windows box most
  of the day, so it would be nice to do some work on things
  from it...
 
 
 Get an editor that can work with UNIX style line endings, i,e, LF, not
 CRLF llike Windows has it. Notepad++ or something maybe.

Thanks for the suggestion...

Which I would love to do, but I don't have control over these machines...
Guess I should wait till I get home.

Nasa

 
 BR
 Carsten Munk
  Nasa
  ___
  MeeGo-dev mailing list
  MeeGo-dev@meego.com
  http://lists.meego.com/listinfo/meego-dev
  http://wiki.meego.com/Mailing_list_guidelines
 
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

Re: [MeeGo-dev] OBS oddities

2011-08-24 Thread martin brook

If you can't install editors then the OBS gui allows editing of files.

Nasa wrote:

- Original Message -
  

2011/8/24 Nasa nas...@comcast.net:


Hi,

I have a spec file that I am trying to upload to
the OBS server.  Actually, I have previously
uploaded it from my Linux box.  The spec file was
processed, however, I had failed to add in some
BuildRequires.  When I add in those requires and
upload from a windows box the spec file isn't
working - getting the following error:

error: Macro %with_module_engine_software_x11 has empty body
error: Macro %with_lib_ecore_fb has empty body
error: line 24: Unknown tag:  1

After some troubleshooting - it seems that I get
these errors from editing the files with Wordpad on windows.
I've come to this conclusion by taking a *working*
spec file opening/saving via wordpad and placing it back, only
to get the afore mentioned error.  Does anyone know how
to work around this?  I am stuck on the Windows box most
of the day, so it would be nice to do some work on things
from it...

  

Get an editor that can work with UNIX style line endings, i,e, LF, not
CRLF llike Windows has it. Notepad++ or something maybe.



Thanks for the suggestion...

Which I would love to do, but I don't have control over these machines...
Guess I should wait till I get home.

Nasa

  

BR
Carsten Munk


Nasa
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

  

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


Re: [MeeGo-dev] OBS oddities

2011-08-24 Thread Fernando Muñoz
 Which I would love to do, but I don't have control over these machines...
 Guess I should wait till I get home.


Notepad++ can be run without installation, just extract the zip. To
change the CR/LF use the menu Edit / EOL Conversion.

- Fernando
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


Re: [MeeGo-dev] OBS oddities

2011-08-24 Thread Nasa
Fernando,

Thanks a lot!  Good things to know,

Nasa

- Original Message -
  Which I would love to do, but I don't have control over these
  machines...
  Guess I should wait till I get home.
 
 
 Notepad++ can be run without installation, just extract the zip. To
 change the CR/LF use the menu Edit / EOL Conversion.
 
 - Fernando
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines