Re: [Fink-users] problem compiling kactivities6-mac-shlibs

2016-01-11 Thread Hanspeter Niederstrasser
Forgot to notice this on the current file:

line 48 has the current non-working compiler identifier.  *Replace* the
entire line

export CC="$CC -MD" CXX="$CXX -MD"

in the original file, with the line I said to add in my previous
instructions.

Hanspeter

-- 



--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problem compiling kactivities6-mac-shlibs

2016-01-11 Thread Alexander Hansen

> On Jan 11, 2016, at 12:02, Kay Wiese  wrote:
> 
> Dear Alexander, 
> 
> thanks for your feedback. The reason why I posted the whole output was that I 
> could not figure out where the error was. 
> The word error actually only appears for a .h file. 
> 
> Here is the result of your question: 
> /Users/wiese> ls 
> /sw/src/fink.build/root-kactivities6-mac-shlibs-4.13.3-1/sw/Applications
> ls: /sw/src/fink.build/root-kactivities6-mac-shlibs-4.13.3-1/sw/Applications: 
> No such file or directory
> /Users/wiese> ls 
> /sw/src/fink.build/root-kactivities6-mac-shlibs-4.13.3-1/sw/Applications/KDE4/
> ls: 
> /sw/src/fink.build/root-kactivities6-mac-shlibs-4.13.3-1/sw/Applications/KDE4/:
>  No such file or directory
> 
> Please let me know if I can provide any other information. 
> Best regards
> Kay

No worries.  The build output from this package is a bit obscure. :-)

I just happened to notice the following in your build log:

-
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
-
   * C++11 enabled compiler  
 GCC >=4.5 or Clang 3.1
 REQUIRED: You need a more modern compiler in order to build the Activity 
Manager daemon

What does “clang --version” return on your system?  Fortunately Xcode 4.6’s 
clang still provides version numbers which can be compared with upstream values.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problem compiling kactivities6-mac-shlibs

2016-01-11 Thread Hanspeter Niederstrasser

On Mon, January 11, 2016 7:39 am, Kay Wiese wrote:
> Dear Hanspeter and other fink users and developers,
>
> I report problems on the build of kactivities6-mac-shlibs.
> It seems a lot of header files could not be found.
>
> Please see a detailed error log attached.

> -
> -- The following OPTIONAL packages could NOT be located on your system.
> -- Consider installing them to enable more features from this software.
> -
>* C++11 enabled compiler  
>  GCC >=4.5 or Clang 3.1
>  REQUIRED: You need a more modern compiler in order to build the
Activity Manager daemon

This is the cause of the failure.  Older versions of the package needed
gcc49 because apple-clang was too old, but I removed that during a KDE
update that happened around the same time I upgraded to 10.9, which has a
good enough apple-clang. So I never got to see the 10.7 failure w/out
gcc49 on 10.7. I'll try to fix that tonight, but I don't have a 10.7
system to make sure it really works.

Hanspeter

-- 
More agile than a turtle, stronger than a mouse, nobler than a lettuce


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problem compiling kactivities6-mac-shlibs

2016-01-11 Thread Alexander Hansen

> On Jan 11, 2016, at 05:39, Kay Wiese  wrote:
> 
> Dear Hanspeter and other fink users and developers, 
> 
> I report problems on the build of kactivities6-mac-shlibs. 
> It seems a lot of header files could not be found. 
> 
> Please see a detailed error log attached. 
> 
> Yours sincerely
> Kay Wiese
> 
> 
> 
> 
> 
> Dr. Kay Wiese
> Directeur de Recherche au CNRS
> Laboratoire de Physique Theorique 
> Ecole Normale Superieure
> 24 rue Lhomond
> 75005 Paris
> France
> Tel.: 00331.44.32.25.39
> Fax.: 00331.43.36.76.66
> http://www.phys.ens.fr/~wiese
> 
> 
> 
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140___
> Fink-users mailing list
> Fink-users@lists.sourceforge.net
> List archive:
> http://news.gmane.org/gmane.os.macosx.fink.user
> Subscription management:
> https://lists.sourceforge.net/lists/listinfo/fink-users

Typically, it’s better to find where the error is and paste a line or two 
before that to provide context.  If the maintainer needs more information 
you’ll be asked (possibly off list).

We also prefer inline text rather than attachments, since that makes it easier 
for people searching the list archives, and it saves us the time of copying and 
pasting back from the attachment into a message.

The missing headers message is probably irrelevant, and due to a limitation in 
the tool Fink is using to map files into packages.

The symptom of your failure is 

mv: rename 
/sw/src/fink.build/root-kactivities6-mac-shlibs-4.13.3-1/sw/Applications/KDE4/kactivitymanagerd.app
 to 
/sw/src/fink.build/root-kactivities-mac-bin-4.13.3-1/sw/Applications/KDE4/kactivitymanagerd.app:
 No such file or directory

But I didn’t see any indication of any error message related to that (or 
anything involving kactivitymanagerd).  If you still have the directory 
available, what do you get from

ls /sw/src/fink.build/root-kactivities6-mac-shlibs-4.13.3-1/sw/Applications
ls 
/sw/src/fink.build/root-kactivities6-mac-shlibs-4.13.3-1/sw/Applications/KDE4/

?

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problem compiling kactivities6-mac-shlibs

2016-01-11 Thread Kay Wiese
Dear Alexander, 

thanks for your feedback. The reason why I posted the whole output was that I 
could not figure out where the error was. 
The word error actually only appears for a .h file. 

Here is the result of your question: 
/Users/wiese> ls 
/sw/src/fink.build/root-kactivities6-mac-shlibs-4.13.3-1/sw/Applications
ls: /sw/src/fink.build/root-kactivities6-mac-shlibs-4.13.3-1/sw/Applications: 
No such file or directory
/Users/wiese> ls 
/sw/src/fink.build/root-kactivities6-mac-shlibs-4.13.3-1/sw/Applications/KDE4/
ls: 
/sw/src/fink.build/root-kactivities6-mac-shlibs-4.13.3-1/sw/Applications/KDE4/: 
No such file or directory

Please let me know if I can provide any other information. 
Best regards
Kay

On 11 Jan 2016, at 17:16, Alexander Hansen  wrote:

> 
>> On Jan 11, 2016, at 05:39, Kay Wiese  wrote:
>> 
>> Dear Hanspeter and other fink users and developers, 
>> 
>> I report problems on the build of kactivities6-mac-shlibs. 
>> It seems a lot of header files could not be found. 
>> 
>> Please see a detailed error log attached. 
>> 
>> Yours sincerely
>> Kay Wiese
>> 
>> 
>> 
>> 
>> 
>> Dr. Kay Wiese
>> Directeur de Recherche au CNRS
>> Laboratoire de Physique Theorique 
>> Ecole Normale Superieure
>> 24 rue Lhomond
>> 75005 Paris
>> France
>> Tel.: 00331.44.32.25.39
>> Fax.: 00331.43.36.76.66
>> http://www.phys.ens.fr/~wiese
>> 
>> 
>> 
>> --
>> Site24x7 APM Insight: Get Deep Visibility into Application Performance
>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
>> Monitor end-to-end web transactions and take corrective actions now
>> Troubleshoot faster and improve end-user experience. Signup Now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140___
>> Fink-users mailing list
>> Fink-users@lists.sourceforge.net
>> List archive:
>> http://news.gmane.org/gmane.os.macosx.fink.user
>> Subscription management:
>> https://lists.sourceforge.net/lists/listinfo/fink-users
> 
> Typically, it’s better to find where the error is and paste a line or two 
> before that to provide context.  If the maintainer needs more information 
> you’ll be asked (possibly off list).
> 
> We also prefer inline text rather than attachments, since that makes it 
> easier for people searching the list archives, and it saves us the time of 
> copying and pasting back from the attachment into a message.
> 
> The missing headers message is probably irrelevant, and due to a limitation 
> in the tool Fink is using to map files into packages.
> 
> The symptom of your failure is 
> 
> mv: rename 
> /sw/src/fink.build/root-kactivities6-mac-shlibs-4.13.3-1/sw/Applications/KDE4/kactivitymanagerd.app
>  to 
> /sw/src/fink.build/root-kactivities-mac-bin-4.13.3-1/sw/Applications/KDE4/kactivitymanagerd.app:
>  No such file or directory
> 
> But I didn’t see any indication of any error message related to that (or 
> anything involving kactivitymanagerd).  If you still have the directory 
> available, what do you get from
> 
> ls /sw/src/fink.build/root-kactivities6-mac-shlibs-4.13.3-1/sw/Applications
> ls 
> /sw/src/fink.build/root-kactivities6-mac-shlibs-4.13.3-1/sw/Applications/KDE4/
> 
> ?
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison


Dr. Kay Wiese
Directeur de Recherche au CNRS
Laboratoire de Physique Theorique 
Ecole Normale Superieure
24 rue Lhomond
75005 Paris
France
Tel.: 00331.44.32.25.39
Fax.: 00331.43.36.76.66
http://www.phys.ens.fr/~wiese




--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users