[Fink-devel] dpkg complains about missing gcc4.0

2006-01-02 Thread Bernd Kuemmerlen

Hello there,

I got a report from a user that my dcmtk-ssl 3.5.4 package (which is 
submitted, but not yet included) fails during installation with the 
following error:


Unpacking dcmtk-ssl (from .../dcmtk-ssl_3.5.4-2_darwin-powerpc.deb) ...
dpkg: dependency problems prevent configuration of dcmtk-ssl:
 dcmtk-ssl depends on gcc4.0; however:
  Package gcc4.0 is not installed.
dpkg: error processing dcmtk-ssl (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 dcmtk-ssl
### execution of dpkg failed, exit code 1
Failed: can't install package dcmtk-ssl-3.5.4-2

I have not seen this problem, and I have a few questions about this:
- I have a Depends:gcc4.0 in my info-file. I think I did this because 
the packaging manual states and a dependency on one of the (virtual) 
gcc packages should be specified. Is it correct, or should the 
dependancy be Build-Depends?
- Why does dpkg complain about the missing gcc4.0 package on the user's 
system, but not on any of the systems where I tested it? Why does it 
complain about a virtual package at all?


Thank you for any help on this.

Cheers
Bernd
--
I'm a doctor, I am supposed to tell people where it hurts (so I can
fix it and make money).
-- Mark S.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] net-snmp on Tiger

2006-01-02 Thread Cian Hughes

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ok, so I'm currently trying to do two things with regard to net_snmp:
I need to figure out exactly what apple keeps in /System/Library/ 
Frameworks/System.framework/PrivateHeaders (which is referenced from  
http://darwinsource.opendarwin.org/10.4.3/net_snmp-18/Makefile


and secondly I need to adapt the current patches for net-snmp 5.3 the  
latest version.

Regards,
Cian Hughes
[EMAIL PROTECTED]


On 24 Dec 2005, at 08:47, Peter O'Gorman wrote:



On Dec 24, 2005, at 8:04 AM, Martin Costabel wrote:


On June 23, 2005 11:08, Cian Hughes wrote:
I tried pretty hard with 5.2 patches, but ultimately I got the  
same broken net-snmp that shiped with tiger, since 10.4.2 has  
been seeded to developers they are actually obliged to release  
the patches, I've emailed [EMAIL PROTECTED] so hopefully they  
will reply shortly.


Hmm.
http://darwinsource.opendarwin.org/10.4.3/net_snmp-18/

What's the problem?

Peter


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDuU53aVVfOlCF0TQRAlUXAKCASJ/p6WpfESBnTmmCHD3AKDPdfgCfU1GS
O41mfnVbC+xMSJ5ZRWWMjKA=
=uAGg
-END PGP SIGNATURE-


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] dpkg complains about missing gcc4.0

2006-01-02 Thread Alexander K. Hansen
On 1/2/06, Bernd Kuemmerlen [EMAIL PROTECTED] wrote:
 Hello there,

 I got a report from a user that my dcmtk-ssl 3.5.4 package (which is
 submitted, but not yet included) fails during installation with the
 following error:

 Unpacking dcmtk-ssl (from .../dcmtk-ssl_3.5.4-2_darwin-powerpc.deb) ...
 dpkg: dependency problems prevent configuration of dcmtk-ssl:
   dcmtk-ssl depends on gcc4.0; however:
Package gcc4.0 is not installed.
 dpkg: error processing dcmtk-ssl (--install):
   dependency problems - leaving unconfigured
 Errors were encountered while processing:
   dcmtk-ssl
 ### execution of dpkg failed, exit code 1
 Failed: can't install package dcmtk-ssl-3.5.4-2

 I have not seen this problem, and I have a few questions about this:
 - I have a Depends:gcc4.0 in my info-file. I think I did this because
 the packaging manual states and a dependency on one of the (virtual)
 gcc packages should be specified. Is it correct, or should the
 dependancy be Build-Depends?

It should have been a BuildDepend.  The manual wasn't explict in this
case because the compiler only matters during build time, and thus a
build dependency was implied.

 - Why does dpkg complain about the missing gcc4.0 package on the user's
 system, but not on any of the systems where I tested it? Why does it
 complain about a virtual package at all?

I'd bet that all of your systems have gcc4.0 on them.

dpkg will complain about _any_ package, virtual or otherwise, that's
missing from a package's Depends list.


 Thank you for any help on this.

 Cheers
 Bernd
 --
 I'm a doctor, I am supposed to tell people where it hurts (so I can
 fix it and make money).
 -- Mark S.


--
Alexander K. Hansen
Fink Documenter
[Day Job] Levitated Dipole Experiment
http://psfcwww2.psfc.mit.edu/ldx/


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37alloc_id865op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] net-snmp on Tiger

2006-01-02 Thread Martin Costabel

Cian Hughes wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ok, so I'm currently trying to do two things with regard to net_snmp:
I need to figure out exactly what apple keeps in 
/System/Library/Frameworks/System.framework/PrivateHeaders (which is 
referenced from 
http://darwinsource.opendarwin.org/10.4.3/net_snmp-18/Makefile


There are a couple hundred files in there, almost 20% of what is in 
/usr/include. Some of them are the same as in /usr/include, some are 
different, of interest for net_snmp mainly those in netinet and 
netinet6. You get them if you install and run darwinbuild 
http://opendarwin.org/projects/darwinbuild/


Most of them are in the kernel tarball which you can download from
http://darwinsource.opendarwin.org/Roots/8F46/xnu.root.tar.gz
a few come from other projects, but these are probably not needed by 
net_snmp.


--
Martin



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel