Re: [gentoo-user] Two new-install questions

2020-07-09 Thread Ashley Dixon
On Fri, Jul 10, 2020 at 06:39:54AM +0100, Ashley Dixon wrote: > Summarised, this dependency is triggered by CONFIG_IKHEADERS, which has > been > configured too obscure to pull in cpio for everyone (hence the WONTFIX > status > for the latter bug report). My apologies for a small typo.

Re: [gentoo-user] Two new-install questions

2020-07-09 Thread Ashley Dixon
On Fri, Jul 10, 2020 at 01:27:06AM -0400, Walter Dnes wrote: > 1) Look Ma... no cpio. During my first attempt to build a kernel, it > died because the process couldn't find "cpio". I ran "emerge -1 cpio" > and tried again, finishing successfully. "emerge -p --depclean" wants > to remove it,

[gentoo-user] Two new-install questions

2020-07-09 Thread Walter Dnes
1) Look Ma... no cpio. During my first attempt to build a kernel, it died because the process couldn't find "cpio". I ran "emerge -1 cpio" and tried again, finishing successfully. "emerge -p --depclean" wants to remove it, which should not be happening. To overcome that I ran "emerge

Re: [gentoo-user] Joining PDF files together.

2020-07-09 Thread Jarry
On 09-Jul-20 19:32, Jack wrote: > On 2020.07.09 13:25, Jarry wrote: >> On Thu, 9 Jul 2020 at 16:32, Alan Mackenzie wrote: >> > I've just scanned in a two-page document using sane, and it's given me >> > as output two separate files.  I would like to join these together into >> > a single

Re: [gentoo-user] Joining PDF files together.

2020-07-09 Thread Matt Connell (Gmail)
On Thu, 2020-07-09 at 13:32 -0400, Jack wrote: > I haven't done it, but would gimp work? It might be overkill, but > something about layers sounds appropriate. Gimp can in fact do this, I just tested it. You'll need to mess with transparency perhaps, but as a proof-of-concept you can "paste

Re: [gentoo-user] Joining PDF files together.

2020-07-09 Thread Jack
On 2020.07.09 13:25, Jarry wrote: On Thu, 9 Jul 2020 at 16:32, Alan Mackenzie wrote: > I've just scanned in a two-page document using sane, and it's given me > as output two separate files. I would like to join these together into > a single document. > > Would somebody please suggest to

Re: [gentoo-user] what does this equery display show me?

2020-07-09 Thread n952162
On 2020-07-09 01:45, Ashley Dixon wrote: On Thu, Jul 09, 2020 at 12:46:42AM +0200, n952162 wrote: Is ncurses dependent on gpm?     $ /equery g  sys-libs/ncurses-6.2-r1/ * Searching for ncurses6.2-r1 in sys-libs ... * dependency graph for sys-libs/ncurses-6.2-r1 `-- 

Re: [gentoo-user] Joining PDF files together.

2020-07-09 Thread Jarry
On Thu, 9 Jul 2020 at 16:32, Alan Mackenzie wrote: > I've just scanned in a two-page document using sane, and it's given me > as output two separate files. I would like to join these together into > a single document. > > Would somebody please suggest to me an appropriate package to do this >

Re: [gentoo-user] Joining PDF files together.

2020-07-09 Thread Neil Bothwick
On Thu, 9 Jul 2020 11:30:17 -0400, Rich Freeman wrote: > > app-text/pdftk > > > > pdftk page-1.pdf page-2.pdf cat output both.pdf > > > > Lots of other useful tricks it can do with pdf files. > > > > +1 for pdftk if you can stand java. I'm sure there are some GUI-based > options that you

Re: [gentoo-user] Joining PDF files together.

2020-07-09 Thread Simo Tukiainen
On Thu, 9 Jul 2020 at 16:32, Alan Mackenzie wrote: > I've just scanned in a two-page document using sane, and it's given me > as output two separate files. I would like to join these together into > a single document. > > Would somebody please suggest to me an appropriate package to do this >

Re: [gentoo-user] Joining PDF files together.

2020-07-09 Thread Tamer Higazi
Ghostscript is installed by most pdf distributions, and if not merge it. Look here: gs -q -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=myoutput.pdf fil21.pdf file2.pdf file3.pdf best, Tamer On 2020-07-09 17:39, Gerrit Kuehn wrote: On Thu, 9 Jul 2020 13:31:36 + Alan Mackenzie

Re: [gentoo-user] Joining PDF files together.

2020-07-09 Thread Gerrit Kuehn
On Thu, 9 Jul 2020 13:31:36 + Alan Mackenzie wrote: > Would somebody please suggest to me an appropriate package to do this > with. I use ImageMagick for joining pages scanned with xsane: convert page1 page2 pages.pdf Note that especially for pdf files, tools like pdftk or pdfjam will

Re: [gentoo-user] Joining PDF files together.

2020-07-09 Thread Tamer Higazi
Dear Alan, I do it with ghostscript (for my cv's and employers proof of work) all the time, and even change the header. Then look here: http://milan.kupcevic.net/ghostscript-ps-pdf/ the best short documentation I found so far. best, Tamer On 2020-07-09 15:31, Alan Mackenzie wrote:

Re: [gentoo-user] Joining PDF files together.

2020-07-09 Thread Rich Freeman
On Thu, Jul 9, 2020 at 9:35 AM John Blinka wrote: > > app-text/pdftk > > pdftk page-1.pdf page-2.pdf cat output both.pdf > > Lots of other useful tricks it can do with pdf files. > +1 for pdftk if you can stand java. I'm sure there are some GUI-based options that you might prefer, but pdftk is

Re: [gentoo-user] Joining PDF files together.

2020-07-09 Thread Matt Connell (Gmail)
> I have no experience with either myself, but I think you can use > either pdftk, or the pdfunite command in the poppler package. +1 for poppler It includes easy-to-use tools for uniting, separating, and converting PDFs to other formats. Also worth noting, pdftk requires java, which some users

Re: [gentoo-user] Joining PDF files together.

2020-07-09 Thread Remco Rijnders
On Thu, Jul 09, 2020 at 01:31:36PM +, Alan wrote in <20200709133136.GA4852@ACM>: Hello, Gentoo. I've just scanned in a two-page document using sane, and it's given me as output two separate files. I would like to join these together into a single document. Would somebody please suggest to

Re: [gentoo-user] Joining PDF files together.

2020-07-09 Thread John Blinka
On Thu, Jul 9, 2020 at 9:31 AM Alan Mackenzie wrote: > Hello, Gentoo. > > I've just scanned in a two-page document using sane, and it's given me > as output two separate files. I would like to join these together into > a single document. > > Would somebody please suggest to me an appropriate

[gentoo-user] Joining PDF files together.

2020-07-09 Thread Alan Mackenzie
Hello, Gentoo. I've just scanned in a two-page document using sane, and it's given me as output two separate files. I would like to join these together into a single document. Would somebody please suggest to me an appropriate package to do this with. Thanks! Other than that, Gentoo just

Re: [gentoo-user] [SOLVED] SSH xterm not working properly during install

2020-07-09 Thread Walter Dnes
On Wed, Jul 08, 2020 at 03:42:29PM -0400, Walter Dnes wrote > As I mentioned in another post, the "toe" command shows which TERM > types you terminal supports. xterm (the app) doesn't support "linux" > TERM type. The solution was to set TERM to "xterm" at both ends. > Basically, run "toe" on