Re: Installing cups-1.4.2_1 port reports port MISSING

2010-03-10 Thread jhell


Unless you have a Konica-Minolta Magicolor printer... remove 
cups-magicolor-1.5.0_5 by issuing the following.


pkg_delete -d -f cups-magicolor-1.5.0_5

Your prints should continue fine after this.

If you do have that type of printer then maybe recompiling that port alone 
will fix your problem.


The hint is in the error line that you get and a clue to solving it was in 
the pkg-descr in the port itself.


Best of luck.

On Tue, 9 Mar 2010 13:24, saige.losli@ wrote:



On Mar 9, 5:10 am, jhell jh...@dataix.net wrote:

On Mon, 8 Mar 2010 23:06, saige.losli@ wrote:

Seems hard to believe that such an important function, cups, is just
missing from the ports tree. I have updated the ports on my system
with:



# csup -g -L 2 /root/ports-supfile
# cd /usr/ports
# make readmes  make index



So if I'm just doing something wrong due to ignorance, please point me
in the right direction so that I can solve my problem... Thank you!



This happens occasionally. CD to the /usr/ports/print/cups directory
and run: make clean. Next run: make install and see if the port
installs. You might want to create a log file of the
build/install routine. If the build fails again, post the log here.



Well, when I cd to /usr/ports/print/cups and make clean, make
install, it /seems/ to build... at least it does not complain. I get:



# make clean
===  Cleaning for cups-1.4.2_1
# make install clean
===  Extracting for cups-1.4.2_1
===  Patching for cups-1.4.2_1
===   cups-1.4.2_1 depends on executable: espgs - found
===   cups-1.4.2_1 depends on executable: cupsd - found
===  Configuring for cups-1.4.2_1
===  Cleaning for cups-1.4.2_1
#



So, it's not complaining, right? But when I try to make a test print
fromhttp://localhost:631, I still get this error message: /usr/local/
libexec/cups/filter/rastertokm2430dl failed



So I tried running portmanager again:



# portmanager print/cups --log



...and here is the contents of the logfile after I run it:




portmanager 0.4.1_9
FreeBSD freebsd-desktop 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Tue Mar  2
18:43:30 PST 2010
   r...@freebsd-desktop:/usr/obj/usr/src/sys/GENERIC  amd64

autoConflicts  0  autoMoved  0
backUp 0  buildDependsAreLeaves  0
forced 0  interactive0
log1  pmMode 1
pristine   0  resume 0

Mon Mar  8 19:52:12 2010
cups-1.4.2_1/print/cups
   MISSING
cups-1.4.2_1/print/cups



Mon Mar  8 19:52:14 2010
cups-1.4.2_1/print/cups
   MISSING
cups-1.4.2_1/print/cups



Mon Mar  8 19:52:14 2010
cups-1.4.2_1/print/cups
   make Strike
2



Mon Mar  8 19:52:16 2010
cups-1.4.2_1/print/cups
   MISSING
cups-1.4.2_1/print/cups



Mon Mar  8 19:52:16 2010
cups-1.4.2_1/print/cups
   make Strike 3, marking port as ignore/
looping



Mon Mar  8 19:52:17 2010
portmanager 0.4.1_9
   INFO: finished with some ports not updated  if --log was used see /
var/log/
portmanager.log



Mon Mar  8 19:52:17 2010
end of log



Any other suggestions?


ports/print/cups is a meta-port it does that when you already have
installed its requirements and or itself.

whats the output of ( ls /var/db/pkg/ |grep cups )


ls /var/db/pkg | grep cups produces:

# ls /var/db/pkg | grep cups
cups-base-1.4.2_4
cups-client-1.4.2_4
cups-image-1.4.2_4
cups-magicolor-1.5.0_5
cups-pdf-2.5.0_2
cups-pstoraster-8.15.4_5


After that if you have cups-base installed have you tried setting it up
correctly including being in rc.conf?.


/etc/rc.conf contains:

cupsd_enable=YES
devfs_system_ruleset=system

/etc/devfs.rules contains:

[system=10]
add path 'unlpt*' mode 0660 group cups
add path 'ulpt*' mode 0660 group cups
add path 'lpt*' mode 0660 group cups

As far as I can see, other configuration items as described in
http://www.freebsd.org/doc/en/articles/cups/printing-cups-configuring-server.html
are reasonable.

One thing I noticed is that when I restarted devfs, nothing /seemed
to/ happen:

# /etc/rc.d/devfs restart
#

But when I restarted cupsd, I received acknowledgement:

# /usr/local/etc/rc.d/cupsd restart
Stopping cupsd.
Starting cupsd.
#

Maybe cups /is/ properly installed... After all, it does respond to
me on http://localhost:631. The main problem seems to be the fact that
something fails when actually printing. On the job status page, I see:

?  ID ? NameUserSizePages   State   Control
KONICA-MINOLTA-2430DL-24Test Page   root1k  1   stopped
/usr/local/libexec/cups/filter/rastertokm2430dl 

Re: Installing cups-1.4.2_1 port reports port MISSING

2010-03-09 Thread jhell


On Mon, 8 Mar 2010 23:06, saige.losli@ wrote:

Seems hard to believe that such an important function, cups, is just
missing from the ports tree. I have updated the ports on my system
with:



# csup -g -L 2 /root/ports-supfile
# cd /usr/ports
# make readmes  make index



So if I'm just doing something wrong due to ignorance, please point me
in the right direction so that I can solve my problem... Thank you!


This happens occasionally. CD to the /usr/ports/print/cups directory
and run: make clean. Next run: make install and see if the port
installs. You might want to create a log file of the
build/install routine. If the build fails again, post the log here.


Well, when I cd to /usr/ports/print/cups and make clean, make
install, it /seems/ to build... at least it does not complain. I get:

# make clean
===  Cleaning for cups-1.4.2_1
# make install clean
===  Extracting for cups-1.4.2_1
===  Patching for cups-1.4.2_1
===   cups-1.4.2_1 depends on executable: espgs - found
===   cups-1.4.2_1 depends on executable: cupsd - found
===  Configuring for cups-1.4.2_1
===  Cleaning for cups-1.4.2_1
#

So, it's not complaining, right? But when I try to make a test print
from http://localhost:631, I still get this error message: /usr/local/
libexec/cups/filter/rastertokm2430dl failed

So I tried running portmanager again:

# portmanager print/cups --log

...and here is the contents of the logfile after I run it:


portmanager 0.4.1_9
FreeBSD freebsd-desktop 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Tue Mar  2
18:43:30 PST 2010
   r...@freebsd-desktop:/usr/obj/usr/src/sys/GENERIC  amd64

autoConflicts  0  autoMoved  0
backUp 0  buildDependsAreLeaves  0
forced 0  interactive0
log1  pmMode 1
pristine   0  resume 0

Mon Mar  8 19:52:12 2010
cups-1.4.2_1/print/cups
   MISSING
cups-1.4.2_1/print/cups

Mon Mar  8 19:52:14 2010
cups-1.4.2_1/print/cups
   MISSING
cups-1.4.2_1/print/cups

Mon Mar  8 19:52:14 2010
cups-1.4.2_1/print/cups
   make Strike
2

Mon Mar  8 19:52:16 2010
cups-1.4.2_1/print/cups
   MISSING
cups-1.4.2_1/print/cups

Mon Mar  8 19:52:16 2010
cups-1.4.2_1/print/cups
   make Strike 3, marking port as ignore/
looping

Mon Mar  8 19:52:17 2010
portmanager 0.4.1_9
   INFO: finished with some ports not updated  if --log was used see /
var/log/
portmanager.log

Mon Mar  8 19:52:17 2010
end of log


Any other suggestions?



ports/print/cups is a meta-port it does that when you already have 
installed its requirements and or itself.


whats the output of ( ls /var/db/pkg/ |grep cups )

After that if you have cups-base installed have you tried setting it up 
correctly including being in rc.conf?.


Regards,

--

 jhell

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Installing cups-1.4.2_1 port reports port MISSING

2010-03-09 Thread Jerry
On Mon, 8 Mar 2010 20:06:58 -0800 (PST)
Saige saige.lo...@gmail.com articulated:

 Well, when I cd to /usr/ports/print/cups and make clean, make
 install, it /seems/ to build... at least it does not complain. I get:
 
 # make clean
 ===  Cleaning for cups-1.4.2_1  
 # make install clean
 ===  Extracting for cups-1.4.2_1
 ===  Patching for cups-1.4.2_1
 ===   cups-1.4.2_1 depends on executable: espgs - found
 ===   cups-1.4.2_1 depends on executable: cupsd - found
 ===  Configuring for cups-1.4.2_1
 ===  Cleaning for cups-1.4.2_1  
 #

The above is useless, it is not a complete log of the build/install
attempt but rather an extreme redaction of the entire process. Your
posting gives no clue what actually happened.

-- 
Jerry
ges...@yahoo.com

|===
|===
|===
|===
|

I think way too far outside the box.

1) Computers let you make more mistakes faster than any other invention
in human history, with the possible exceptions of handguns and tequila.

2) Apple computers = glorified Fisher-Price activity centers for adults.

3) Every time the government tries to organize the economy, the only
thing that stays organized is crime.

4) Political correctness is a doctrine, fostered by a delusional,
illogical minority, and rabidly promoted by an unscrupulous mainstream
media, which holds forth the proposition that it is entirely possible
to pick up a turd by the clean end. 


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Installing cups-1.4.2_1 port reports port MISSING

2010-03-09 Thread Saige


On Mar 9, 5:10 am, jhell jh...@dataix.net wrote:
 On Mon, 8 Mar 2010 23:06, saige.losli@ wrote:
  Seems hard to believe that such an important function, cups, is just
  missing from the ports tree. I have updated the ports on my system
  with:

  # csup -g -L 2 /root/ports-supfile
  # cd /usr/ports
  # make readmes  make index

  So if I'm just doing something wrong due to ignorance, please point me
  in the right direction so that I can solve my problem... Thank you!

  This happens occasionally. CD to the /usr/ports/print/cups directory
  and run: make clean. Next run: make install and see if the port
  installs. You might want to create a log file of the
  build/install routine. If the build fails again, post the log here.

  Well, when I cd to /usr/ports/print/cups and make clean, make
  install, it /seems/ to build... at least it does not complain. I get:

  # make clean
  ===  Cleaning for cups-1.4.2_1
  # make install clean
  ===  Extracting for cups-1.4.2_1
  ===  Patching for cups-1.4.2_1
  ===   cups-1.4.2_1 depends on executable: espgs - found
  ===   cups-1.4.2_1 depends on executable: cupsd - found
  ===  Configuring for cups-1.4.2_1
  ===  Cleaning for cups-1.4.2_1
  #

  So, it's not complaining, right? But when I try to make a test print
  fromhttp://localhost:631, I still get this error message: /usr/local/
  libexec/cups/filter/rastertokm2430dl failed

  So I tried running portmanager again:

  # portmanager print/cups --log

  ...and here is the contents of the logfile after I run it:

  
  portmanager 0.4.1_9
  FreeBSD freebsd-desktop 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Tue Mar  2
  18:43:30 PST 2010
     r...@freebsd-desktop:/usr/obj/usr/src/sys/GENERIC  amd64
  
  autoConflicts              0  autoMoved                  0
  backUp                     0  buildDependsAreLeaves      0
  forced                     0  interactive                0
  log                        1  pmMode                     1
  pristine                   0  resume                     0
  
  Mon Mar  8 19:52:12 2010
  cups-1.4.2_1                        /print/cups
     MISSING
  cups-1.4.2_1                        /print/cups

  Mon Mar  8 19:52:14 2010
  cups-1.4.2_1                        /print/cups
     MISSING
  cups-1.4.2_1                        /print/cups

  Mon Mar  8 19:52:14 2010
  cups-1.4.2_1                        /print/cups
     make Strike
  2

  Mon Mar  8 19:52:16 2010
  cups-1.4.2_1                        /print/cups
     MISSING
  cups-1.4.2_1                        /print/cups

  Mon Mar  8 19:52:16 2010
  cups-1.4.2_1                        /print/cups
     make Strike 3, marking port as ignore/
  looping

  Mon Mar  8 19:52:17 2010
  portmanager                         0.4.1_9
     INFO: finished with some ports not updated  if --log was used see /
  var/log/
  portmanager.log

  Mon Mar  8 19:52:17 2010
  end of log

  Any other suggestions?

 ports/print/cups is a meta-port it does that when you already have
 installed its requirements and or itself.

 whats the output of ( ls /var/db/pkg/ |grep cups )

ls /var/db/pkg | grep cups produces:

# ls /var/db/pkg | grep cups
cups-base-1.4.2_4
cups-client-1.4.2_4
cups-image-1.4.2_4
cups-magicolor-1.5.0_5
cups-pdf-2.5.0_2
cups-pstoraster-8.15.4_5

 After that if you have cups-base installed have you tried setting it up
 correctly including being in rc.conf?.

/etc/rc.conf contains:

cupsd_enable=YES
devfs_system_ruleset=system

/etc/devfs.rules contains:

[system=10]
add path 'unlpt*' mode 0660 group cups
add path 'ulpt*' mode 0660 group cups
add path 'lpt*' mode 0660 group cups

As far as I can see, other configuration items as described in
http://www.freebsd.org/doc/en/articles/cups/printing-cups-configuring-server.html
are reasonable.

One thing I noticed is that when I restarted devfs, nothing /seemed
to/ happen:

# /etc/rc.d/devfs restart
#

But when I restarted cupsd, I received acknowledgement:

# /usr/local/etc/rc.d/cupsd restart
Stopping cupsd.
Starting cupsd.
#

Maybe cups /is/ properly installed... After all, it does respond to
me on http://localhost:631. The main problem seems to be the fact that
something fails when actually printing. On the job status page, I see:

▼  ID ▼ NameUserSizePages   State   Control
KONICA-MINOLTA-2430DL-24Test Page   root1k  1   stopped
/usr/local/libexec/cups/filter/rastertokm2430dl failed
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Installing cups-1.4.2_1 port reports port MISSING

2010-03-08 Thread Jerry
On Mon, 8 Mar 2010 10:37:35 -0800 (PST)
Saige saige.lo...@gmail.com articulated:

 I recently installed FreeBSD 8.0-RELEASE on amd64 architecture.
 
 I am trying to use portmanager to install print/cups. Many ports have
 installed just fine, but this one is failing, and my expertise is not
 yet sufficient to know where to look for the solution. Here is what I
 am trying:
 
 # portmanager print/cups
 
 [remove lots of messages]
 
  Port Status
 Report
 
 1 have:cups-pstoraster-8.15.4_5/print/cups-
 pstoraster  CURRENT
 2 have:cups-base-1.4.2_4   /print/cups-
 baseCURRENT
 3 have:gmake-3.81_3/devel/
 gmakeCURRENT
 4 have:ghostscript8-8.70_1 /print/
 ghostscript8 CURRENT
 5 have:cups-image-1.4.2_4  /print/cups-
 image   CURRENT
 6 have:cups-client-1.4.2_4 /print/cups-
 client  CURRENT
 7 have:pkg-config-0.23_1   /devel/pkg-
 config   CURRENT
 8 have:gnutls-2.8.3/security/
 gnutlsCURRENT
 9 have:gettext-0.17_1  /devel/
 gettext  CURRENT
 00010 have:libXt-1.0.5_1   /x11-toolkits/
 libXt CURRENT
 00011 have:libXext-1.0.5,1 /x11/
 libXextCURRENT
 00012 have:gsfonts-8.11_5  /print/
 gsfonts  CURRENT
 00013 have:jpeg-8  /graphics/
 jpeg  CURRENT
 00014 have:png-1.2.42  /graphics/
 png   CURRENT
 00015 have:fontconfig-2.8.0,1  /x11-fonts/
 fontconfig   CURRENT
 00016 have:libiconv-1.13.1_1   /converters/
 libiconvCURRENT
 00017 have:tiff-3.9.2_1/graphics/
 tiff  CURRENT
 00018 have:libtool-2.2.6b  /devel/
 libtool22CURRENT
 00019 have:libgcrypt-1.4.4 /security/
 libgcrypt CURRENT
 00020 have:libgpg-error-1.7/security/libgpg-
 error  CURRENT
 00021 have:libtasn1-2.4/security/
 libtasn1  CURRENT
 00022 have:lzo2-2.03_2 /archivers/
 lzo2 CURRENT
 00023 have:kbproto-1.0.3   /x11/
 kbprotoCURRENT
 00024 have:libX11-1.2.1_1,1/x11/
 libX11 CURRENT
 00025 have:libSM-1.1.0_1,1 /x11/
 libSM  CURRENT
 00026 have:xproto-7.0.15   /x11/
 xproto CURRENT
 00027 have:xextproto-7.0.5 /x11/
 xextproto  CURRENT
 00028 have:libXau-1.0.4/x11/
 libXau CURRENT
 00029 have:freetype2-2.3.11/print/
 freetype2CURRENT
 00030 have:expat-2.0.1_1   /textproc/
 expat2CURRENT
 00031 have:jbigkit-1.6 /graphics/
 jbigkit   CURRENT
 00032 have:libxcb-1.5  /x11/
 libxcb CURRENT
 00033 have:xorg-macros-1.2.1   /devel/xorg-
 macros  CURRENT
 00034 have:bigreqsproto-1.0.2  /x11/
 bigreqsproto   CURRENT
 00035 have:xcmiscproto-1.1.2   /x11/
 xcmiscprotoCURRENT
 00036 have:xtrans-1.2.3/x11/
 xtrans CURRENT
 00037 have:inputproto-1.5.0/x11/
 inputproto CURRENT
 00038 have:xf86bigfontproto-1.1.2  /x11-fonts/
 xf86bigfontproto CURRENT
 00039 have:libXdmcp-1.0.2_1/x11/
 libXdmcp   CURRENT
 00040 have:automake-1.10.1 /devel/
 automake110  CURRENT
 00041 have:autoconf-2.62   /devel/
 autoconf262  CURRENT
 00042 have:libICE-1.0.4_1,1/x11/
 libICE CURRENT
 00043 have:libcheck-0.9.8  /devel/
 libcheck CURRENT
 00044 have:libxslt-1.1.26  /textproc/
 libxslt   CURRENT
 00045 have:xcb-proto-1.6   /x11/xcb-
 proto  CURRENT
 00046 have:libpthread-stubs-0.3_3  /devel/libpthread-
 stubs CURRENT
 00047 have:python26-2.6.4  /lang/
 python26  

Re: Installing cups-1.4.2_1 port reports port MISSING

2010-03-08 Thread Saige
  Seems hard to believe that such an important function, cups, is just
  missing from the ports tree. I have updated the ports on my system
  with:

  # csup -g -L 2 /root/ports-supfile
  # cd /usr/ports
  # make readmes  make index

  So if I'm just doing something wrong due to ignorance, please point me
  in the right direction so that I can solve my problem... Thank you!

 This happens occasionally. CD to the /usr/ports/print/cups directory
 and run: make clean. Next run: make install and see if the port
 installs. You might want to create a log file of the
 build/install routine. If the build fails again, post the log here.

Well, when I cd to /usr/ports/print/cups and make clean, make
install, it /seems/ to build... at least it does not complain. I get:

# make clean
===  Cleaning for cups-1.4.2_1
# make install clean
===  Extracting for cups-1.4.2_1
===  Patching for cups-1.4.2_1
===   cups-1.4.2_1 depends on executable: espgs - found
===   cups-1.4.2_1 depends on executable: cupsd - found
===  Configuring for cups-1.4.2_1
===  Cleaning for cups-1.4.2_1
#

So, it's not complaining, right? But when I try to make a test print
from http://localhost:631, I still get this error message: /usr/local/
libexec/cups/filter/rastertokm2430dl failed

So I tried running portmanager again:

# portmanager print/cups --log

...and here is the contents of the logfile after I run it:


portmanager 0.4.1_9
FreeBSD freebsd-desktop 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Tue Mar  2
18:43:30 PST 2010
r...@freebsd-desktop:/usr/obj/usr/src/sys/GENERIC  amd64

autoConflicts  0  autoMoved  0
backUp 0  buildDependsAreLeaves  0
forced 0  interactive0
log1  pmMode 1
pristine   0  resume 0

Mon Mar  8 19:52:12 2010
 cups-1.4.2_1/print/cups
MISSING
cups-1.4.2_1/print/cups

Mon Mar  8 19:52:14 2010
 cups-1.4.2_1/print/cups
MISSING
cups-1.4.2_1/print/cups

Mon Mar  8 19:52:14 2010
 cups-1.4.2_1/print/cups
make Strike
2

Mon Mar  8 19:52:16 2010
 cups-1.4.2_1/print/cups
MISSING
cups-1.4.2_1/print/cups

Mon Mar  8 19:52:16 2010
 cups-1.4.2_1/print/cups
make Strike 3, marking port as ignore/
looping

Mon Mar  8 19:52:17 2010
 portmanager 0.4.1_9
INFO: finished with some ports not updated  if --log was used see /
var/log/
portmanager.log

Mon Mar  8 19:52:17 2010
 end of log


Any other suggestions?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org