Void Linux discussion
 help / color / mirror / Atom feed
* xbps dependency tree?
@ 2015-10-21 13:32 polkovnik chechen
  2015-10-21 14:14 ` Duncaen
  2015-10-21 15:03 ` polkovnik chechen
  0 siblings, 2 replies; 8+ messages in thread
From: polkovnik chechen @ 2015-10-21 13:32 UTC (permalink / raw)
  To: voidlinux


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

i wonder how xbps is looking for dependencies.how the system is 
working.what are the diffrences from arch,ubuntu or others.ex where do you 
know a package's dependencies?when are you building a package how do you 
know?

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

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

* Re: xbps dependency tree?
  2015-10-21 13:32 xbps dependency tree? polkovnik chechen
@ 2015-10-21 14:14 ` Duncaen
  2015-10-21 15:06   ` polkovnik chechen
  2015-10-21 15:03 ` polkovnik chechen
  1 sibling, 1 reply; 8+ messages in thread
From: Duncaen @ 2015-10-21 14:14 UTC (permalink / raw)
  To: voidlinux


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

The template files for all packages are in the `srcpkgs` folder in 
void-packages <https://github.com/voidlinux/void-packages> repository, in 
this repository you find a Readme for a short overview how packages are 
build with `xbps-src`, the Manual file contains a complete documentation 
for template files.

Here is more about runtime dependencies 
https://github.com/voidlinux/void-packages/blob/master/Manual.md#runtime-dependencies

Here you get the whole dependencie tree as a graph 
https://twitter.com/voidlinux/status/576680363843522560

Am Mittwoch, 21. Oktober 2015 15:32:30 UTC+2 schrieb polkovnik chechen:
>
> i wonder how xbps is looking for dependencies.how the system is 
> working.what are the diffrences from arch,ubuntu or others.ex where do you 
> know a package's dependencies?when are you building a package how do you 
> know?
>

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

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

* Re: xbps dependency tree?
  2015-10-21 13:32 xbps dependency tree? polkovnik chechen
  2015-10-21 14:14 ` Duncaen
@ 2015-10-21 15:03 ` polkovnik chechen
  2015-10-21 15:11   ` Duncaen
  1 sibling, 1 reply; 8+ messages in thread
From: polkovnik chechen @ 2015-10-21 15:03 UTC (permalink / raw)
  To: voidlinux


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

so when you are building a new package where are you find the dependencies 
(for new package-source) 

21 Ekim 2015 Çarşamba 16:32:30 UTC+3 tarihinde polkovnik chechen yazdı:
>
> i wonder how xbps is looking for dependencies.how the system is 
> working.what are the diffrences from arch,ubuntu or others.ex where do you 
> know a package's dependencies?when are you building a package how do you 
> know?
>

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

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

* Re: xbps dependency tree?
  2015-10-21 14:14 ` Duncaen
@ 2015-10-21 15:06   ` polkovnik chechen
  0 siblings, 0 replies; 8+ messages in thread
From: polkovnik chechen @ 2015-10-21 15:06 UTC (permalink / raw)
  To: voidlinux


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

so when you are building a new package where are you find the dependencies 
(for new package-source) 

21 Ekim 2015 Çarşamba 17:14:06 UTC+3 tarihinde Duncaen yazdı:
>
> The template files for all packages are in the `srcpkgs` folder in 
> void-packages <https://github.com/voidlinux/void-packages> repository, in 
> this repository you find a Readme for a short overview how packages are 
> build with `xbps-src`, the Manual file contains a complete documentation 
> for template files.
>
> Here is more about runtime dependencies 
> https://github.com/voidlinux/void-packages/blob/master/Manual.md#runtime-dependencies
>
> Here you get the whole dependencie tree as a graph 
> https://twitter.com/voidlinux/status/576680363843522560
>
> Am Mittwoch, 21. Oktober 2015 15:32:30 UTC+2 schrieb polkovnik chechen:
>>
>> i wonder how xbps is looking for dependencies.how the system is 
>> working.what are the diffrences from arch,ubuntu or others.ex where do you 
>> know a package's dependencies?when are you building a package how do you 
>> know?
>>
>

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

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

* Re: xbps dependency tree?
  2015-10-21 15:03 ` polkovnik chechen
@ 2015-10-21 15:11   ` Duncaen
  2015-10-21 15:19     ` polkovnik chechen
  0 siblings, 1 reply; 8+ messages in thread
From: Duncaen @ 2015-10-21 15:11 UTC (permalink / raw)
  To: voidlinux


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

Normally there is a list of dependencies somewhere in the software you want 
to package, most times you can use xbps-query to find the -devel package.
If you dont know the dependencie name but you know the header files you can 
use `xlocate` from `xtools` package to search for these header files in 
packages.

Am Mittwoch, 21. Oktober 2015 17:03:11 UTC+2 schrieb polkovnik chechen:
>
> so when you are building a new package where are you find the dependencies 
> (for new package-source) 
>
> 21 Ekim 2015 Çarşamba 16:32:30 UTC+3 tarihinde polkovnik chechen yazdı:
>>
>> i wonder how xbps is looking for dependencies.how the system is 
>> working.what are the diffrences from arch,ubuntu or others.ex where do you 
>> know a package's dependencies?when are you building a package how do you 
>> know?
>>
>

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

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

* Re: xbps dependency tree?
  2015-10-21 15:11   ` Duncaen
@ 2015-10-21 15:19     ` polkovnik chechen
  2015-10-21 15:21       ` Duncaen
  0 siblings, 1 reply; 8+ messages in thread
From: polkovnik chechen @ 2015-10-21 15:19 UTC (permalink / raw)
  To: voidlinux


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

xlocate is looking out source site or other else?

21 Ekim 2015 Çarşamba 18:11:05 UTC+3 tarihinde Duncaen yazdı:
>
> Normally there is a list of dependencies somewhere in the software you 
> want to package, most times you can use xbps-query to find the -devel 
> package.
> If you dont know the dependencie name but you know the header files you 
> can use `xlocate` from `xtools` package to search for these header files in 
> packages.
>
> Am Mittwoch, 21. Oktober 2015 17:03:11 UTC+2 schrieb polkovnik chechen:
>>
>> so when you are building a new package where are you find the 
>> dependencies (for new package-source) 
>>
>> 21 Ekim 2015 Çarşamba 16:32:30 UTC+3 tarihinde polkovnik chechen yazdı:
>>>
>>> i wonder how xbps is looking for dependencies.how the system is 
>>> working.what are the diffrences from arch,ubuntu or others.ex where do you 
>>> know a package's dependencies?when are you building a package how do you 
>>> know?
>>>
>>

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

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

* Re: xbps dependency tree?
  2015-10-21 15:19     ` polkovnik chechen
@ 2015-10-21 15:21       ` Duncaen
  2015-10-21 15:25         ` polkovnik chechen
  0 siblings, 1 reply; 8+ messages in thread
From: Duncaen @ 2015-10-21 15:21 UTC (permalink / raw)
  To: voidlinux


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

xlocate searches for files in packages.

Am Mittwoch, 21. Oktober 2015 17:19:49 UTC+2 schrieb polkovnik chechen:
>
> xlocate is looking out source site or other else?
>
> 21 Ekim 2015 Çarşamba 18:11:05 UTC+3 tarihinde Duncaen yazdı:
>>
>> Normally there is a list of dependencies somewhere in the software you 
>> want to package, most times you can use xbps-query to find the -devel 
>> package.
>> If you dont know the dependencie name but you know the header files you 
>> can use `xlocate` from `xtools` package to search for these header files in 
>> packages.
>>
>> Am Mittwoch, 21. Oktober 2015 17:03:11 UTC+2 schrieb polkovnik chechen:
>>>
>>> so when you are building a new package where are you find the 
>>> dependencies (for new package-source) 
>>>
>>> 21 Ekim 2015 Çarşamba 16:32:30 UTC+3 tarihinde polkovnik chechen yazdı:
>>>>
>>>> i wonder how xbps is looking for dependencies.how the system is 
>>>> working.what are the diffrences from arch,ubuntu or others.ex where do you 
>>>> know a package's dependencies?when are you building a package how do you 
>>>> know?
>>>>
>>>

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

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

* Re: xbps dependency tree?
  2015-10-21 15:21       ` Duncaen
@ 2015-10-21 15:25         ` polkovnik chechen
  0 siblings, 0 replies; 8+ messages in thread
From: polkovnik chechen @ 2015-10-21 15:25 UTC (permalink / raw)
  To: voidlinux


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

we returned at start.ex i want to compile a my new source but i dont know 
how this program will dependencies where i can find that dependencies about 
the new program.

21 Ekim 2015 Çarşamba 18:21:17 UTC+3 tarihinde Duncaen yazdı:
>
> xlocate searches for files in packages.
>
> Am Mittwoch, 21. Oktober 2015 17:19:49 UTC+2 schrieb polkovnik chechen:
>>
>> xlocate is looking out source site or other else?
>>
>> 21 Ekim 2015 Çarşamba 18:11:05 UTC+3 tarihinde Duncaen yazdı:
>>>
>>> Normally there is a list of dependencies somewhere in the software you 
>>> want to package, most times you can use xbps-query to find the -devel 
>>> package.
>>> If you dont know the dependencie name but you know the header files you 
>>> can use `xlocate` from `xtools` package to search for these header files in 
>>> packages.
>>>
>>> Am Mittwoch, 21. Oktober 2015 17:03:11 UTC+2 schrieb polkovnik chechen:
>>>>
>>>> so when you are building a new package where are you find the 
>>>> dependencies (for new package-source) 
>>>>
>>>> 21 Ekim 2015 Çarşamba 16:32:30 UTC+3 tarihinde polkovnik chechen yazdı:
>>>>>
>>>>> i wonder how xbps is looking for dependencies.how the system is 
>>>>> working.what are the diffrences from arch,ubuntu or others.ex where do you 
>>>>> know a package's dependencies?when are you building a package how do you 
>>>>> know?
>>>>>
>>>>

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

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

end of thread, other threads:[~2015-10-21 15:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-21 13:32 xbps dependency tree? polkovnik chechen
2015-10-21 14:14 ` Duncaen
2015-10-21 15:06   ` polkovnik chechen
2015-10-21 15:03 ` polkovnik chechen
2015-10-21 15:11   ` Duncaen
2015-10-21 15:19     ` polkovnik chechen
2015-10-21 15:21       ` Duncaen
2015-10-21 15:25         ` polkovnik chechen

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