Void Linux discussion
 help / color / mirror / Atom feed
* Problem building package
@ 2015-03-08 16:39 Stefan Mühlinghaus
  2015-03-08 17:14 ` Stefan Mühlinghaus
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Mühlinghaus @ 2015-03-08 16:39 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 579 bytes --]

I'm trying to build a package for TOX (toxcore). It provides three dynamic 
libraries, two of which link to the third. I used *ignore_unknown_shlibs=1* 
to bypass the error resulting from linking to a library that xbps-src does 
not know about. So far so good, but when xbps-src tries to create the 
actual package I get the warning

binpkg is being created, waiting for 1s...

over and over in an infinite loop. Up to and including the install stage 
there are no problems. Am I doing somethning conceptually wrong here? Other 
packages are beeing created just fine.

[-- Attachment #1.2: Type: text/html, Size: 1356 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problem building package
  2015-03-08 16:39 Problem building package Stefan Mühlinghaus
@ 2015-03-08 17:14 ` Stefan Mühlinghaus
  2015-03-10  6:43   ` Juan RP
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Mühlinghaus @ 2015-03-08 17:14 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 355 bytes --]

Alright, nevermind. I posted too quickly. Apparently my mistake was to call 
the version "git". I'm using a date notation as version now and the package 
is created without a problem.

I've also added the provided libraries to common/shlibs, completely 
preventing the library dependency warnings. Is that OK? Or is that file 
managed differently?

[-- Attachment #1.2: Type: text/html, Size: 388 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problem building package
  2015-03-08 17:14 ` Stefan Mühlinghaus
@ 2015-03-10  6:43   ` Juan RP
  0 siblings, 0 replies; 3+ messages in thread
From: Juan RP @ 2015-03-10  6:43 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 329 bytes --]


The version component has some requirements:

 - must contain at least one digit
 - must not contain a dash

About the issue when creating binpkgs, looks like the creation of this 
binpkg was interrumped and this left a .lock
file that should be removed, i.e:

 $ find hostdir/binpkgs -name \*.lock -delete

Cheers

[-- Attachment #1.2: Type: text/html, Size: 387 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-10  6:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-08 16:39 Problem building package Stefan Mühlinghaus
2015-03-08 17:14 ` Stefan Mühlinghaus
2015-03-10  6:43   ` Juan RP

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).