Re: Why don't the packages get built for the runtime dependencies of the package I am building ?
From: Daniel O'Connor (doconnor_at_gsoft.com.au)
Date: 11/27/04
- Previous message: Matt Thyer: "Why don't the packages get built for the runtime dependencies of the package I am building ?"
- In reply to: Matt Thyer: "Why don't the packages get built for the runtime dependencies of the package I am building ?"
- Next in thread: Daniel O'Connor: "Re: Why don't the packages get built for the runtime dependencies of the package I am building ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: freebsd-current@freebsd.org, Matt Thyer <matt.thyer@gmail.com> Date: Sun, 28 Nov 2004 00:03:14 +1030
On Sat, 27 Nov 2004 13:17, Matt Thyer wrote:
> I have been messing around with making releases and packages.
>
> I've been making packages with an alias which expands to the below:
>
> (sudo make clean; sudo make BATCH=YES PACKAGES=/home/me/Packages
> package clean && make describe >> ~/Packages/INDEX)
>
> The problem is that packages for the runtime dependencies of what I am
> building do not get made.
>
> Surely there is a simple way to have the runtime dependency packages
> built as well.
>
> Is this possible, or do I have to write my own script to recursively
> determine the runtime dependencies and build those packages first ?
Try..
make package DEPENDS_TARGET=package
Also make sure you build in a chroot so you don't get things not building
because the host environment already has them..
Here's a few notes I wrote down on release building if you're interested.
http://www.gsoft.com.au/~doconnor/FreeBSD-release-2.html
(4.x though)
-- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
- application/pgp-signature attachment: stored
- Previous message: Matt Thyer: "Why don't the packages get built for the runtime dependencies of the package I am building ?"
- In reply to: Matt Thyer: "Why don't the packages get built for the runtime dependencies of the package I am building ?"
- Next in thread: Daniel O'Connor: "Re: Why don't the packages get built for the runtime dependencies of the package I am building ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|