Skip to Content.
Sympa Menu

rare-dev - Re: [rare-dev] Access

Subject: Rare project developers

List archive

Re: [rare-dev] Access


Chronological Thread 
  • From: Gawen Davey <>
  • To: "" <>
  • Cc: "" <>, Alexander Gall <>, Alexander Jeffries <>, Frédéric LOUI <>
  • Subject: Re: [rare-dev] Access
  • Date: Tue, 21 Jun 2022 19:39:02 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=aps-networks.com; dmarc=pass action=none header.from=aps-networks.com; dkim=pass header.d=aps-networks.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=iVwh5cAfNAncPPIVjWgPwFaDkgbTnwIHv9b6HMuwwVI=; b=Q7WxtpKy7vSn3HIaPf3FP+A+kwlvRJn9ivN8o+Blc+qIf7+DyuNbX8HrKNLWh2H0ThySo3YVleueCQS9B/DMSROFdLBPelvHPhnG16sdPz1ZnHGNLAuI+R/CcsbXJjqRbFzhQflHqnLbnjkKqi+PNVGdyq8iDPP77N/l0g6U9jqEtC/a2Iag6mWKJog/gNY3hvNPs3yAzaUfWDiU0GVC99IhEcM8fsg953qKeWECFR8GkaCarmW//Ywj8qzHhnD/o8MZ2kO3xCdjpl5dcFnzClJMzchSsyYGAmEAsctPdme+z093LC5qWPEW7MlBP0XXVtn1pzoAKr8MBHLtWrVf7A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=iETFvTBkBxF10hdspt7n6fjqIybwVd4XfNxvfl7iLl2aySXIRJG2l6MLJ8/lrbfitsn4voVVfV4x5RC7HsOMiOum1F4vjJTVaJLi3IQ+rrqH6j/JxQiWU465GXgc7WBR2f82i1qpKziECQ8HNLm3rDCS12Sw6Ch7TfXxKP0YO+n0AGfHWH3/RTSZlk7nKjsJ+G73LofcGr6J7hBhBANjxk2n00XDGEujY8ifbkhzFTPuEBfghQ/wbZ6IlYeOLVbDKquNJCdrFSAdn0hU0GEQGACxe46qiPhJELJaqCzeHyrpSeOeM5y0AaStMcknY2EQhFV7HQJ0rS8JlbbC6t/8Eg==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=aps-networks.com;
  • Suggested_attachment_session_id: 456dc17c-ae18-961f-8239-72b5bc155fe9

That was my fault ��

The SDE doesn't have "bfsys" and "bfutils" etc anymore. They've now named them "target_sys" and "target_utils" for some reason.

I had the older versions in my library path and was linking against them instead.

The list files have been updated to select the correct libs and been uploaded to the ticket. Third times the charm.

From: mc36 <>
Sent: 21 June 2022 20:23
To: Gawen Davey <>
Cc: <>; Alexander Gall <>; Alexander Jeffries <>; Frédéric LOUI <>
Subject: Re: Access
 
hi,

i've recompiled the sde for hw but without bsp and given a try to the build.sh but no luck:

mc36@stordis:~/apsn-bsp-9.9.0-147974d-dirty$ ./build.sh -p BF2556X-1T -i $SDE/install/
CMake Warning (dev) at CMakeLists.txt:1 (project):
   Policy CMP0048 is not set: project() command manages VERSION variables.
   Run "cmake --help-policy CMP0048" for policy details.  Use the cmake_policy
   command to set the policy and suppress this warning.

   The following variable(s) would be set to empty:

     CMAKE_PROJECT_VERSION
     CMAKE_PROJECT_VERSION_MAJOR
     CMAKE_PROJECT_VERSION_MINOR
     CMAKE_PROJECT_VERSION_PATCH
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Populating googletest
-- Configuring done
-- Generating done
-- Build files have been written to: /home/mc36/apsn-bsp-9.9.0-147974d-dirty/build/_deps/googletest-subbuild
[100%] Built target googletest-populate
-- Configuring done
-- Generating done
-- Build files have been written to: /home/mc36/apsn-bsp-9.9.0-147974d-dirty/build
[ 19%] Built target pltfm_driver_o
[ 29%] Built target pltfm_util_o
[ 57%] Built target bf2556x_driver_o
[ 61%] Built target pltfm_o
[ 63%] Built target pltfm_mgr
[ 64%] Linking C shared library /home/mc36/bf-sde-9.9.0/install/lib/libbf2556x_driver.so
/usr/bin/ld: cannot find -lbfsys
collect2: error: ld returned 1 exit status
make[2]: *** [platforms/bf2556x-1t/src/CMakeFiles/bf2556x_driver.dir/build.make:132: /home/mc36/bf-sde-9.9.0/install/lib/libbf2556x_driver.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:402: platforms/bf2556x-1t/src/CMakeFiles/bf2556x_driver.dir/all] Error 2
make: *** [Makefile:160: all] Error 2
mc36@stordis:~/apsn-bsp-9.9.0-147974d-dirty$

i only found this

mc36@stordis:~/bf-sde-9.9.0$ find . -name *bfsys*
./build/pkgsrc/bf-utils/src/CMakeFiles/bfsysutil_o.dir
mc36@stordis:~/bf-sde-9.9.0$

what i should do something to the sde to generate the libbfsys?

thanks?
cs


On 6/21/22 19:36, Gawen Davey wrote:
> There is a cmake option to select the platform to be built, via ${PLATFORM}. I think it's empty which is why it's coming up with the error. I was trying to prepare in advance a BSP
> that could host code for both the 2556x and 6064x.
>
> I'm not quite sure how to set that at the moment, via p4studio.
>
> I've uploaded a version that doesn't use that test.
>
> Otherwise, workarounds would be to remove that if statement, but preserving adding the bf2556x-1t subdirectory, or  build the SDE without the BSP.
>
> You can then use the build script to build it separately -- should be in the bf-platforms inner tarball. The script has a help output flag, should you need it.
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> *From:* mc36 <>
> *Sent:* 21 June 2022 18:26
> *To:* Gawen Davey <>
> *Cc:* <>; Alexander Gall <>; Alexander Jeffries <>; Fr  d  ric LOUI
> <>
> *Subject:* Re: Access
> hi,
> i've fed the package to the sde and it stopped with the below message..
> also attaching the mentioned logs... any idea on how to compile for the sde?
> thanks,
> cs
>
> Begin bf-platforms setup
> CMake Error at pkgsrc/bf-platforms/platforms/CMakeLists.txt:6 (if):
>       if given arguments:
>           "STREQUAL" "BF2556X-1T"
>       Unknown arguments specified
> -- Configuring incomplete, errors occurred!
> See also "/home/mc36/bf-sde-9.9.0/build/CMakeFiles/CMakeOutput.log".
> See also "/home/mc36/bf-sde-9.9.0/build/CMakeFiles/CMakeError.log".
>       - pi: Cmd 'cmake /home/mc36/bf-sde-9.9.0 -DTOFINO2H=OFF -DTOFINO3=OFF -DASIC=ON -DTOFINO2=OFF -DTOFINO2M=OFF -DP4RT=ON -DTOFINO=OFF -DBSP=ON -DCMAKE_BUILD_TYPE='relwithdebinfo'
> -DCMAKE_INSTALL_PREFIX='/home/mc36/bf-sde-9.9.0/install'' took: 0:00:11.044427, status: 1
> Error: cmake completed unsuccessfully
>
>
>
> On 6/21/22 18:44, mc36 wrote:
>> hi,
>> thanks, i've got it... i'll give it a spin asap and will provide you some feedback...
>> br,
>> cs
>>
>>
>> On 6/21/22 18:41, Gawen Davey wrote:
>>> Should have been an attachment.
>>>
>>> I've replied with a comment containing a link.
>>>
>>> If that doesn't work I'll try and email you.
>>> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>>> *From:* mc36 <>
>>> *Sent:* 21 June 2022 17:39
>>> *To:* Gawen Davey <>
>>> *Cc:* <>; Alexander Gall <>; Alexander Jeffries <>; Fr   d   ric LOUI
>>> <>
>>> *Subject:* Re: Access
>>> hi,
>>> thanks a lot! where can i grab the files for testing?
>>> (i had no luck nor under the ticker nor at the search bar)
>>> br,
>>> cs
>>>
>>> On 6/21/22 18:34, Gawen Davey wrote:
>>>> I've released a beta tarball to you via our service desk.
>>>>
>>>> Frederic, I've made you the reporter, and Csaba, you're a participant.
>>>> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>>>> *From:* mc36 <>
>>>> *Sent:* 14 June 2022 16:03
>>>> *To:* Gawen Davey <>
>>>> *Cc:* <>; Alexander Gall <>; Alexander Jeffries <>; Fr     d     ric LOUI
>>>> <>
>>>> *Subject:* Re: Access
>>>> hi,
>>>> sounds good, thanks... if you have anything that could be beta-tested, let us know :)
>>>> thanks,
>>>> cs
>>>>
>>>>
>>>> On 6/14/22 16:31, Gawen Davey wrote:
>>>>> Hi Csaba,
>>>>>
>>>>> I'm working to get this out as soon as possible. I can't be specific about dates as I don't want to over promise. But I am working on it full time at the moment.
>>>>>
>>>>> Gawen
>>>>> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>>>>>
>>>>> *From:* mc36 <>
>>>>> *Sent:* 14 June 2022 15:29
>>>>> *To:* Gawen Davey <>
>>>>> *Cc:* <>; Alexander Gall <>; Alexander Jeffries <>; Fr         d         ric LOUI
>>>>> <>
>>>>> *Subject:* Re: Access
>>>>> hi,
>>>>> any news about the bsp for sde990 on aps2556?
>>>>> thanks,
>>>>> cs
>>>>>
>>>>>
>>>>> On 6/2/22 13:22, mc36 wrote:
>>>>>> hi,
>>>>>> have you managed to update the bf2556x bsp to sde990?
>>>>>> thanks,
>>>>>> cs
>>>>>>
>>>>>>
>>>>>> On 4/30/22 13:00, Gawen Davey wrote:
>>>>>>> If you like, that would be                 great. I won't be touching it until Monday though
>>>>>>> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>>>>>>>
>>>>>>> *From:* mc36 <>
>>>>>>> *Sent:* 30 April 2022 12:00
>>>>>>> *To:* Gawen Davey <>
>>>>>>> *Cc:* Fr                 d                 ric LOUI <>
>>>>>>> *Subject:* Re: Access
>>>>>>> hmmm, if that helps you out, i can upload it to access@bf2556x-r1-u17 ?
>>>>>>>
>>>>>>> On 4/30/22 12:56, Gawen Davey wrote:
>>>>>>>> So I didn't receive the new SDE until the collection was updated today, so it might be a week or two before I get something out.
>>>>>>>> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>>>>>>>>
>>>>>>>> *From:* mc36 <>
>>>>>>>> *Sent:* 30 April 2022 11:55
>>>>>>>> *To:* Gawen Davey <>
>>>>>>>> *Cc:* Fr                                 d                                 ric LOUI <>
>>>>>>>> *Subject:* Re: Access
>>>>>>>> hi,
>>>>>>>> thanks a lot! so the issue was, in my keepass, only the domain was saved and that one redirected me where i pushed the access request...
>>>>>>>> anyway, i was about to check if you already have something for the fresh sde990?
>>>>>>>> (i've just started rebuilding my dataplane vms to run those ~400 integration tests of ours with it...)
>>>>>>>> thanks,
>>>>>>>> cs
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On 4/30/22 12:44, Gawen Davey wrote:
>>>>>>>>> Hey Csaba,
>>>>>>>>>
>>>>>>>>> I just saw you tried to get access to JIRA -- that's our internal instance.
>>>>>>>>>
>>>>>>>>> Presuming you wanted to get to the support portal?
>>>>>>>>>
>>>>>>>>> Could you try https://aps-networks.atlassian.net/servicedesk <https://aps-networks.atlassian.net/servicedesk> <https://aps-networks.atlassian.net/servicedesk
> <https://aps-networks.atlassian.net/servicedesk>> <https://aps-networks.atlassian.net/servicedesk
>>> <https://aps-networks.atlassian.net/servicedesk <https://aps-networks.atlassian.net/servicedesk>>> <https://aps-networks.atlassian.net/servicedesk
>>>> <https://aps-networks.atlassian.net/servicedesk <https://aps-networks.atlassian.net/servicedesk <https://aps-networks.atlassian.net/servicedesk>>>>
> <https://aps-networks.atlassian.net/servicedesk
>>>>> <https://aps-networks.atlassian.net/servicedesk <https://aps-networks.atlassian.net/servicedesk <https://aps-networks.atlassian.net/servicedesk
> <https://aps-networks.atlassian.net/servicedesk>>>>>
>>> <https://aps-networks.atlassian.net/servicedesk
>>>>>>> <https://aps-networks.atlassian.net/servicedesk <https://aps-networks.atlassian.net/servicedesk <https://aps-networks.atlassian.net/servicedesk
>>> <https://aps-networks.atlassian.net/servicedesk <https://aps-networks.atlassian.net/servicedesk>>>>>>
>>>> <https://aps-networks.atlassian.net/servicedesk
>>>>>>>> <https://aps-networks.atlassian.net/servicedesk <https://aps-networks.atlassian.net/servicedesk <https://aps-networks.atlassian.net/servicedesk
>>>> <https://aps-networks.atlassian.net/servicedesk <https://aps-networks.atlassian.net/servicedesk <https://aps-networks.atlassian.net/servicedesk>>>>>>>?
>>>>>>>>>
>>>>>>>>> Gawen



Archive powered by MHonArc 2.6.19.

Top of Page