Jump to content


Photo

OPKG install error


  • Please log in to reply
9 replies to this topic

#1 doddema

  • Senior Member
  • 528 posts

+14
Neutral

Posted 19 April 2013 - 16:35

I try to make a opkg file. File is build.

But if I install the opkg I get some errors:

Collected errors:
 * parse_from_stream_nomalloc: Missing new line character at end of file!
 * parse_from_stream_nomalloc: Missing new line character at end of file!
 

What does this mean?

 

My CONTROL file:

Package: enigma2-plugin-skins-lcdbigclock
Version: 0.1.1
Description: Enigma2 Plugin LCD-Big-Clock by Doddema, thanks to 2boom.
Section: extra
Priority: optional
Maintainer: Doddema
Architecture: mipsel
OE:
Homepage:
Depends:
Source:

My unbuild OPKG file: Attached File  enigma2-plugin-skins-lcdbigclock_0.1.1_mipsel.zip   21.8KB   65 downloads

 

Dolf.


VU+Ultimo met OpenPLI 4.0, 2TB hdd. Oscam, CD seca3 kaart en Ziggo kaart.
Dreambox 7025+ met temperatuur geregelde koeling, OpenPLI image, Swapfile 64mb op CF kaart.
VU+DUO met openPLI CCcam.

Re: OPKG install error #2 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 19 April 2013 - 16:42

I bet you're using an editor on the windows platform to make the CONTROL file (like notepad etc.)


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: OPKG install error #3 doddema

  • Senior Member
  • 528 posts

+14
Neutral

Posted 19 April 2013 - 16:49

I bet you're using an editor on the windows platform to make the CONTROL file (like notepad etc.)


No, I use Notepad++ , code of the control file is ANSI.

Dolf.
VU+Ultimo met OpenPLI 4.0, 2TB hdd. Oscam, CD seca3 kaart en Ziggo kaart.
Dreambox 7025+ met temperatuur geregelde koeling, OpenPLI image, Swapfile 64mb op CF kaart.
VU+DUO met openPLI CCcam.

Re: OPKG install error #4 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 19 April 2013 - 16:50

On what platform?

It has nothing to do with the encoding, but with the line-ends.

And BTW you should use UTF-8 not ANSI (I assume you actually mean ASCII).

Edited by Erik Slagter, 19 April 2013 - 16:51.

* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: OPKG install error #5 doddema

  • Senior Member
  • 528 posts

+14
Neutral

Posted 19 April 2013 - 17:08

On what platform?It has nothing to do with the encoding, but with the line-ends.And BTW you should use UTF-8 not ANSI (I assume you actually mean ASCII).


I use Windows, If I change the control file to UTF-8 I get a opkg-build error that the contol file is invalid.
I looks like the opkg properly installed,in spite of error massage.

Dolf.
VU+Ultimo met OpenPLI 4.0, 2TB hdd. Oscam, CD seca3 kaart en Ziggo kaart.
Dreambox 7025+ met temperatuur geregelde koeling, OpenPLI image, Swapfile 64mb op CF kaart.
VU+DUO met openPLI CCcam.

Re: OPKG install error #6 doddema

  • Senior Member
  • 528 posts

+14
Neutral

Posted 19 April 2013 - 17:15

If I direct from the Ultimo edit a (old working version) control file, the coding is the same as my new control file.

Attached File  Notepad++.png   31.05KB   40 downloads

 

Dolf.


VU+Ultimo met OpenPLI 4.0, 2TB hdd. Oscam, CD seca3 kaart en Ziggo kaart.
Dreambox 7025+ met temperatuur geregelde koeling, OpenPLI image, Swapfile 64mb op CF kaart.
VU+DUO met openPLI CCcam.

Re: OPKG install error #7 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 19 April 2013 - 17:25

It's like I said. Windows uses CR/LF at the end of each line, Unix use LF only.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: OPKG install error #8 doddema

  • Senior Member
  • 528 posts

+14
Neutral

Posted 19 April 2013 - 18:39

I use dos2unix on the controle file. But still the same problem. However the ikg is properly inslalled.


VU+Ultimo met OpenPLI 4.0, 2TB hdd. Oscam, CD seca3 kaart en Ziggo kaart.
Dreambox 7025+ met temperatuur geregelde koeling, OpenPLI image, Swapfile 64mb op CF kaart.
VU+DUO met openPLI CCcam.

Re: OPKG install error #9 doddema

  • Senior Member
  • 528 posts

+14
Neutral

Posted 19 April 2013 - 19:50

Problem solved, I did make a new contol file.
VU+Ultimo met OpenPLI 4.0, 2TB hdd. Oscam, CD seca3 kaart en Ziggo kaart.
Dreambox 7025+ met temperatuur geregelde koeling, OpenPLI image, Swapfile 64mb op CF kaart.
VU+DUO met openPLI CCcam.

Re: OPKG install error #10 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 19 April 2013 - 20:21

I use dos2unix on the controle file. But still the same problem. However the ikg is properly inslalled.

Yep exactly what I meant.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users