Author Topic: again, the problem  (Read 5451 times)

cdrw

  • Newbie
  • *
  • Posts: 44
  • Karma: +0/-0
again, the problem
« on: Mon Oct 02 19:40:15 2017 »
What am I doing wrong?
Can you explain this? I will be brief, as your documentation.


Code: [Select]
=======> WARNING: Footprint ignored.
=======> Adding meta data to Archive judy
=======> Adding meta data to Archive judy.man
=======> Adding meta data to Archive judy.devel
=======> Removing /usr/ports/cdrw/judy/Judy-1.0.5.tar.xz

root [ /usr/ports/cdrw/judy ]# pkgadd judy*
pkgadd 2.3.3.0: judy.devel1506972324any.cards.tar invalid option

root [ /usr/ports/cdrw/judy ]# pkgadd judy.devel1506972324any.cards.tar
Retrieve info about the 548 packages: 100 %
   ADD: (cdrw) judy.devel 1.0.5-1, 2 files: 100 %

root [ /usr/ports/cdrw/judy ]# pkgadd judy.man1506972324any.cards.tar
Retrieve info about the 549 packages: 100 %
   ADD: (cdrw) judy.man 1.0.5-1, 95 files: 100 %

root [ /usr/ports/cdrw/judy ]# pkgadd judy1506972324x86_64.cards.tar
Retrieve info about the 550 packages: 100 %
   ADD: (cdrw) judy 1.0.5-1, 7 files: 100 %

Thierry

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
Re: again, the problem
« Reply #1 on: Mon Oct 02 20:04:35 2017 »
Nothing wrong with that, only configuration choice:
Code: [Select]
=======> WARNING: Footprint ignored.Depreciate message, not relevant for cards.
Code: [Select]
=======> Adding meta data to Archive judy
=======> Adding meta data to Archive judy.devel
Cards is adding information into the judy and judy.devel archives for later installation
Code: [Select]
=======> Removing /usr/ports/cdrw/judy/Judy-1.0.5.tar.xzAs default in /etc/pkgmk.conf, the sources of your package are removed onces the package is successfully build
Extract of
Code: [Select]
man pkgmk.conf
...
PKGMK_KEEP_SOURCES='STRING'
  If set to 'yes', pkgmk will keep the sources codes of the build. If 'no', they will be  delete  after  a  successfull build
  Default: 'no'




cdrw

  • Newbie
  • *
  • Posts: 44
  • Karma: +0/-0
Re: again, the problem
« Reply #2 on: Mon Oct 02 20:34:52 2017 »
We're talking about different things. Why doesn't my team.
In the documentation an example of this.

Code: [Select]
cd /usr/ports/perso/nano
sudo pkgmk -d
sudo pkgadd nano1*
I mean it was just a misunderstanding.

cdrw

  • Newbie
  • *
  • Posts: 44
  • Karma: +0/-0
Re: again, the problem
« Reply #3 on: Mon Oct 02 20:47:48 2017 »
Did you notice the message in my example - "pkgadd 2.3.3.0: judy.devel1506972324any.cards.tar invalid option"