search for: pkgtool

Displaying 20 results from an estimated 24 matches for "pkgtool".

2003 May 22
2
issue with ports
...ty vulerabilities, but the box has been shelved in this time). anyhow, at this point, I can't do even a make clean in ports, or build portupgrade. I fetched portupgrade with pkg_add hoping that running pkgdb -F would sort things out, but it errors with: ** Error occured reading /usr/local/etc/pkgtools.conf: undefined method `+' for nil next steps? jason watkins
2000 Jan 20
1
installing R on slackware linux, another route
...is another path that is better for some purposes. Download the red hat binary package, the .rpm file, then run rpm2targz on it, a slackware program designed to convert rpm packages to slackware packages. For some strange reason, you then have to rename the resulting file from *.tar.gz to *.tgz or pkgtool, the native package management program for slackware, won't like it. In the same directory, run pkgtool. pkgtool will then ask you, for each *.tgz file it finds in the current directory, if you want to install it or not. Answer yes for the R tgz file (whatever the filename winds up being at...
2003 Nov 04
10
portupgrade and PHP
Hello, When I run portupgrade -ra and PHP needs upgrading I am faced with having to select all the options I want PHP compiled with (again). I hate this. How can I continually compile PHP with the same options as the last time? Thanks! Rick
2007 Oct 01
5
freebsd ports provider patch to use ports tree directly
The included patch is what I''ve been able to throw together in a few hours after studying the pkgtools code. All I''m using the library for at the moment is to resolve the proper base location of the ports tree, but at least by invoking make directly instead of through portupgrade it works *a lot* better. Is there a proper way to include/require a third party ruby library? The way it i...
1997 Dec 17
2
1.9.16p11 and Windows 95 app conflicts
...are using it effectively. But we have a few problems with a few programs. One of the possible solutions to this problem is to upgrade to 1.9.17p4; however we have a minimal make facility without a C compiler (although we should be getting the compiler in a month or two). Is there a way to get a pkgtool-ready binary set up for this newer Samba version? The version we are using now was set up this way, and it was a big help due to our lack of compiler. I'll include our smb.conf at the bottom of this email so you can see if it's set up right. Here are a few of the problems we're havin...
2014 Nov 11
4
Re: Add support for slackware in supermin
Hi Pino, Thanks for your reply and details. I started looking at the others package manager code and as I see it there is one main problem to port supermin to slackware distro. Slackware builtin package management tools (pkgtool and slackpkg) do not manage package dependencies. There is no easy solution to solve this problem. There are third party packet manager which manage dependencies but they are not supported and I don't personnaly use it. It would be possible to make supermin install only the packages entered on...
2008 Mar 31
11
how do I get it working ?
I have a almost fresh install of windows XP on /dev/hdb1 ( it was installed on another computer and I moved the drive to my linux computer ) windows was booting on the other computer it was installer with a FAT 32 file system so linux has no problems with the file system on the windows partition the wine package came from linuxpkgs I would like to use the windows *.dlls where ever I can so far all
2014 Nov 11
2
Re: Add support for slackware in supermin
...> Hi Pino, > > > > Thanks for your reply and details. > > > > I started looking at the others package manager code and as I see it there > > is one main problem to port supermin to slackware distro. > > > > Slackware builtin package management tools (pkgtool and slackpkg) do not > > manage package dependencies. There is no easy solution to solve this > > problem. > > There are third party packet manager which manage dependencies but they are > > not supported and I don't personnaly use it. > > > > It would be po...
2017 Oct 17
1
Boot USB:SATA:Partition4 from USBstik?
I want to be able to make a USBbootStik for my laptop, as I repeatedly did for the now stolen PC. I've got a copy of the required 2009, Slackware13 partition, saved to a USBdisk. And I've located the 175-line: <make bootStik script> . Of course just "chroot"ing Slak13, won't allow <make bootStik>. But why can't someone here, provide the info to make an
2014 Nov 11
0
Re: Add support for slackware in supermin
...15:23:40 Mathieu Bouillaguet wrote: > Hi Pino, > > Thanks for your reply and details. > > I started looking at the others package manager code and as I see it > there is one main problem to port supermin to slackware distro. > > Slackware builtin package management tools (pkgtool and slackpkg) do > not manage package dependencies. There is no easy solution to solve > this problem. > There are third party packet manager which manage dependencies but > they are not supported and I don't personnaly use it. > > It would be possible to make supermin instal...
2002 Nov 27
0
samba 2.2.7 Install Errors on Slack 8.1
Slackware 8.1 comes standard with samba 2.2.4. However, I wanted to upgrade to 2.2.7 and tweak samba, so I uninstalled it using the Slack package manager (pkgtool). I'm now trying to install samba 2.2.7 which I downloaded from us6.samba.org. './configure' ran fine, as far as I could tell. However, 'make' is giving me some errors. I have not been able to find any mention of the errors specified in the manpages, the documentation include...
2005 Dec 11
1
bug? in making security/isakmpd
Hi! There is a little problem in the security/isakmpd port. There are some gen*.sh scripts in it, which generate some C header (and src) files. These scripts are using awk, tr, etc - some generic UNIX tools. One of the tools has problems with some localisations, so these scripts generate incorrect C-code. Eg, I have Hungarian localisation set, so I have the following in my environ:
2003 Apr 25
4
ruby & portupgrade
I am trying to do an install of portupgrade. As root, I go to /usr/ports/sysutils/portupgrade and run make install distclean The system seems to obtain the pkgtools and some upgrades to it, but is unable to obtain the required bdb1-0.1.8.tar.gz. I have also looked at the collection at the freebsd site and tried the ftp site myself (<ftp://moulon.inra.fr/pub/ruby/bdb1-0.1.8.tar.gz>ftp://moulon.inra.fr/pub/ruby/bdb1-0.1.8.tar.gz) and also cannot get in f...
2014 Nov 11
0
Re: Add support for slackware in supermin
...M +0100, Mathieu Bouillaguet wrote: > Hi Pino, > > Thanks for your reply and details. > > I started looking at the others package manager code and as I see it there > is one main problem to port supermin to slackware distro. > > Slackware builtin package management tools (pkgtool and slackpkg) do not > manage package dependencies. There is no easy solution to solve this > problem. > There are third party packet manager which manage dependencies but they are > not supported and I don't personnaly use it. > > It would be possible to make supermin instal...
2014 Nov 15
0
Re: Add support for slackware in supermin
...t; > Thanks for your reply and details. > > > > > > I started looking at the others package manager code and as I see it > there > > > is one main problem to port supermin to slackware distro. > > > > > > Slackware builtin package management tools (pkgtool and slackpkg) do > not > > > manage package dependencies. There is no easy solution to solve this > > > problem. > > > There are third party packet manager which manage dependencies but > they are > > > not supported and I don't personnaly use it. >...
2004 Aug 26
1
Anyone using Asterisk on Slackware 9?
Hi, I am trying to do a very minimal install of Slackware to run Asterisk on. Can anyone give me a list of what packages I need to install as I don't want X an all the associated bloat? Thanks in advance. Chris -- -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Jun 14
0
Can USBstikA boot USBstkB ?!
...> words, it is not always "portable" when changing connections or when > moving to another PC. Maybe I can try to shed some light here. The files listed in the "old" USB are probably written by this script: http://ftp.slackware.com/pub/slackware/slackware-14.1/source/a/pkgtools/scripts/setup.80.make-bootdisk or similar, which is intended to write a bootable USB stick to be used in case of emergency, e.g. if for some reason the installed system can not be booted by the regular bootloader. Here is the content of the only partition on boot script after having run the scrip...
2014 Nov 11
2
Re: Add support for slackware in supermin
...gt; > Hi Pino, > > > > Thanks for your reply and details. > > > > I started looking at the others package manager code and as I see it > > there is one main problem to port supermin to slackware distro. > > > > Slackware builtin package management tools (pkgtool and slackpkg) do > > not manage package dependencies. There is no easy solution to solve > > this problem. > > There are third party packet manager which manage dependencies but > > they are not supported and I don't personnaly use it. > > > > It would be pos...
2014 Nov 09
2
Re: Add support for slackware in supermin
On Sat, Nov 08, 2014 at 02:27:49PM +0100, Mathieu Bouillaguet wrote: > Hi, > > What needs to be implemented to add support for slackware distribution in > supermin ? hi Mathieu I'm on holiday at the moment and will give a more complete reply when I get back. In brief you need to be able to do a few simple package database meta operations such as listing all files in a package
2017 Jun 14
4
Can USBstikA boot USBstkB ?!
> ]You seem to be assuming that changing from a direct SATA and IDE > ] connections to some USB adapter would have no impact on how the > ] respective HDDs are recognized/detected by the BIOS. > > ] You seem to be > ] assuming that the BIOS from 2 different PCs/Laptops would recognize all > ] your devices in the same exact way and that there would be no changes > ] in